summaryrefslogtreecommitdiff
path: root/src/devices.c
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2023-08-30 19:17:17 +0900
committerYunhee Seo <yuni.seo@samsung.com>2023-08-30 19:17:17 +0900
commit27d9383ccbca4734ee9fd8fdbc37beae85d0695f (patch)
tree36cccb9872f680512b4b71b14712346ba8133378 /src/devices.c
parent35d726618260353e0fd191f90a637899db2347d1 (diff)
downloadlibsvi-27d9383ccbca4734ee9fd8fdbc37beae85d0695f.tar.gz
libsvi-27d9383ccbca4734ee9fd8fdbc37beae85d0695f.tar.bz2
libsvi-27d9383ccbca4734ee9fd8fdbc37beae85d0695f.zip
feedback: Add lcov exception codeaccepted/tizen/unified/20230831.081043
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. Change-Id: If2efe1239e0738adaad09db2a2b2e8c479549709 Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Diffstat (limited to 'src/devices.c')
-rw-r--r--src/devices.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices.c b/src/devices.c
index b6f9e75..4c5efd3 100644
--- a/src/devices.c
+++ b/src/devices.c
@@ -97,6 +97,7 @@ int devices_play(int pattern, bool always)
return prev;
}
+//LCOV_EXCL_START
int devices_play_soundpath(int pattern, const char *soundpath, bool always)
{
GList *elem;
@@ -128,6 +129,7 @@ int devices_play_soundpath(int pattern, const char *soundpath, bool always)
return prev;
}
+//LCOV_EXCL_STOP
int devices_stop(void)
{