Increase line coverage using LCOV_EXCL 00/298000/6 accepted/tizen/unified/20230831.081041
authorUnsung Lee <unsung.lee@samsung.com>
Wed, 30 Aug 2023 01:27:56 +0000 (10:27 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Wed, 30 Aug 2023 04:07:10 +0000 (13:07 +0900)
commitaa906855ab2fbffe34d7084e74557099f7d4bb23
tree06a436082707b765b67a35640be978cf268c60bf
parente88e5c280cc7c0da5a13e3f2b501111e13d63206
Increase line coverage using LCOV_EXCL

Increase line coverage using LCOV_EXCL_LINE
and a pair of LCOV_EXCL_START and LCOV_EXCL_STOP in error handling code and
internal API function.

Policy to user LCOV_EXCL
1. Exclude error handling code from line coverage except invalid parameter.
2. Exclude entire internal API function using LCOV_EXCL_START and LCOV_EXCL_STOP.

Change-Id: I5fad3b2ccc311d8abf211e245cf0dae834f0515c
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/statvfs.c
src/storage-external-dbus.c
src/storage-external.c
src/storage-inhouse.c
src/storage.c