Exclude some lines can't be reached by TCs 00/133000/1 accepted/tizen/4.0/unified/20170816.010759 accepted/tizen/4.0/unified/20170828.224306 accepted/tizen/unified/20170612.171447 submit/tizen/20170612.082510 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.110001
authorJiung Yu <jiung.yu@samsung.com>
Thu, 8 Jun 2017 23:41:12 +0000 (08:41 +0900)
committerJiung Yu <jiung.yu@samsung.com>
Thu, 8 Jun 2017 23:41:33 +0000 (08:41 +0900)
Change-Id: Ifb243d8fe7af9cfe2615f09b76ff9bcff16f2011
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
src/asp-client.c
src/asp-dbus.c

index d96852c0473f8bdf87a17c185af06663bda75323..68db7f32b2044c04c676e7da0191633b1055b414 100644 (file)
@@ -117,7 +117,7 @@ static int _txt_to_mac(char *txt, unsigned char *mac)
                                        MAC2SECSTR(mac));
        return 0;
 }
-
+//LCOV_EXCL_START
 static int __asp_err_string_to_enum(const char *error)
 {
        if (NULL != strstr(error, "NoReply"))
@@ -570,7 +570,7 @@ void asp_process_session_port_status(GDBusConnection *connection,
        __ASP_LOG_FUNC_END__;
        return;
 }
-
+//LCOV_EXCL_STOP
 int asp_initialize(void)
 {
        __ASP_LOG_FUNC_START__;
index 7a08e6e9469d095b90fb45ba07f3a769105f55cc..680c03bfa9be3f4635246695b8e7198a842607b7 100644 (file)
@@ -90,7 +90,7 @@ static struct {
                                NULL
                }
 };
-
+//LCOV_EXCL_START
 static void _asp_dbus_signal_cb(GDBusConnection *connection,
                                        const gchar *sender, const gchar *object_path,
                                        const gchar *interface, const gchar *signal,
@@ -147,7 +147,7 @@ GVariant *asp_dbus_method_call_sync_debug(const char* interface_name,
        DBUS_DEBUG_VARIANT(reply);
        return reply;
 }
-
+//LCOV_EXCL_STOP
 gboolean asp_dbus_init(void)
 {
        GError *Error = NULL;