Exclude the exception codes for coverage 80/230580/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 13 Apr 2020 01:13:41 +0000 (10:13 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 13 Apr 2020 01:13:41 +0000 (10:13 +0900)
Change-Id: Ie01e3678c85f7dafdb0a47290dee4b52b5b65453
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-share/src/bt-share-common.c

index 57120a1..e68b6ee 100644 (file)
@@ -271,6 +271,7 @@ char *_bt_get_time_of_the_day(void)
        return p;
 }
 
+/* LCOV_EXCL_START */
 static bool __bt_get_storage_id(int sid, storage_type_e type, storage_state_e state,
                const char *path, void *user_data)
 {
@@ -282,6 +283,7 @@ static bool __bt_get_storage_id(int sid, storage_type_e type, storage_state_e st
        }
        return true;
 }
+/* LCOV_EXCL_STOP */
 
 void _bt_get_default_storage(char *storage)
 {