Add line coverage tags
[platform/core/uifw/tts.git] / client / tts_client.c
index 4ce1855..94a713d 100644 (file)
@@ -240,6 +240,7 @@ int tts_client_get_use_callback(tts_client_s* client)
        return client->cb_ref_count;
 }
 
+//LCOV_EXCL_START
 int tts_client_get_connected_client_count()
 {
        GList *iter = NULL;
@@ -290,3 +291,4 @@ GList* tts_client_get_client_list()
 {
        return g_client_list;
 }
+//LCOV_EXCL_STOP