Add exclude section of coverage 54/195354/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Dec 2018 00:38:11 +0000 (09:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Dec 2018 00:38:11 +0000 (09:38 +0900)
Change-Id: I9d1a67947ece2740046d925d6544cceb97362f5b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/autofill.c

index 3255989..2d68c31 100644 (file)
@@ -34,6 +34,7 @@
 
 static int _autofill_context_count = 0;
 
+//LCOV_EXCL_START
 static bool fill_response_item_cb(rpc_port_autofill_response_item_h response_items, void *user_data)
 {
     char *id = NULL;
@@ -168,6 +169,7 @@ static void __auth_info_recv_cb(void *user_data, rpc_port_autofill_auth_info_h a
 
     autofill_auth_info_destroy(aih);
 }
+//LCOV_EXCL_STOP
 
 static void __on_connected(rpc_port_proxy_AutofillAppPort_h h, void *user_data)
 {