Update LCOV comment 16/231716/1
authorJusung Son <jusung07.son@samsung.com>
Fri, 24 Apr 2020 01:41:37 +0000 (10:41 +0900)
committerJusung Son <jusung07.son@samsung.com>
Fri, 24 Apr 2020 01:42:21 +0000 (10:42 +0900)
Change-Id: I3c2c94f58ce1897abbcb0270c911290a5ccf488c
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
src/event.c

index f9d98a54a6250160a2d44d608d99ab8d1c5017bc..ef7fd0300fc5100f94f8017586150f2497708727 100644 (file)
@@ -41,6 +41,7 @@ static event_cb earlier_callback;
 static void *earlier_user_data;
 static pthread_mutex_t register_sync_lock = PTHREAD_MUTEX_INITIALIZER;
 
+/* LCOV_EXCL_START */
 static const char *event_error_to_string(event_error_e error)
 {
        switch (error) {
@@ -60,6 +61,7 @@ static const char *event_error_to_string(event_error_e error)
                return "UNKNOWN";
        }
 }
+/* LCOV_EXCL_STOP */
 
 int event_error(event_error_e error, const char *function, const char *description)
 {