Add exclude section for impossible lines to be excuted in TCT 12/278712/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 25 Jul 2022 08:23:33 +0000 (17:23 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 25 Jul 2022 08:23:33 +0000 (17:23 +0900)
Change-Id: I3d1a31d780046264eab15d9f54bbfa5ef9ba7a6d

client/ma.c

index f2b197e5028ba7cd81f208e48ba1d087bb409b59..cd7135ab00d4977abc3dcbe01328488b58af24c7 100644 (file)
@@ -454,6 +454,7 @@ static Eina_Bool retry_connection(void* data)
        return ECORE_CALLBACK_RENEW;
 }
 
+//LCOV_EXCL_START
 static void delete_retry_connection_timer(void* data)
 {
        if (g_retry_connection_timer) {
@@ -462,7 +463,6 @@ static void delete_retry_connection_timer(void* data)
        }
 }
 
-//LCOV_EXCL_START
 static void add_retry_connection_timer(void* data)
 {
        delete_retry_connection_timer(NULL);