device: Add lcov exception code 78/298278/3 accepted/tizen/8.0/unified/20231005.092646 accepted/tizen/unified/20230906.121321 tizen_8.0_m2_release
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 1 Sep 2023 06:54:43 +0000 (15:54 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 5 Sep 2023 06:48:41 +0000 (15:48 +0900)
commit14e7b3118e1995970145ef37dbd9866442da5019
tree11d1fe9c469539f5241d0add448abc62b9faeeed
parent15a42f76140494dc0f5dfb9b8297a5848da0de92
device: Add lcov exception code

Add line coverage exception to below cases.
1. Internal API and functions used only in internal functions.
2. Profile specific functions that are not common profile.(ex - mobile, wearable...)
3. Error handling code section.
4. Not supported feature functions in the line coverage test environment.(ex - battery, haptic, ir, led...)
    - Above features are false by default in the line coverage test environment.

Change-Id: I4e3a1c939aa26305a1b4c376bae6e905e2325e58
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/battery.c
src/board-internal.c
src/callback.c
src/common.c
src/display.c
src/haptic.c
src/input-internal.c
src/ir.c
src/led.c
src/power-internal.c