Add exclude section of coverage in service library 09/195409/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Dec 2018 07:32:50 +0000 (16:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Dec 2018 07:32:50 +0000 (16:32 +0900)
Change-Id: I0b0d5972fff6e82ff41655f447a99f8e4a36d9dd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
service_lib/autofill_service.c

index f8106d4..14bbc28 100644 (file)
@@ -58,6 +58,7 @@ typedef struct {
 
 static GList *__client_list = NULL;
 
+//LCOV_EXCL_START
 bool __autofill_item_cb(rpc_port_autofill_svc_item_h items, void *user_data)
 {
     char *id = NULL;
@@ -385,6 +386,7 @@ static void __message_unregister(rpc_port_stub_AutofillSvcPort_context_h context
     __client_list = g_list_remove(__client_list, client);
     __destroy_client(client);
 }
+//LCOV_EXCL_STOP
 
 EXPORT_API int autofill_service_initialize(void)
 {