From a6af77b734bb246dfbaecece1151363b14555d17 Mon Sep 17 00:00:00 2001 From: Hyunho Kang Date: Thu, 28 Sep 2017 09:49:37 +0900 Subject: [PATCH] Add lcov for widget restart logic - widget restart positive logic should be checked with manual tc Change-Id: Ia8b78b2f86806d07d07eddca60ed24d62d0a470f Signed-off-by: Hyunho Kang --- src/efl_base/widget_app_internal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/efl_base/widget_app_internal.c b/src/efl_base/widget_app_internal.c index 43de979..cbd7e4c 100644 --- a/src/efl_base/widget_app_internal.c +++ b/src/efl_base/widget_app_internal.c @@ -43,12 +43,14 @@ #define LOG_TAG "CAPI_WIDGET_APPLICATION" static char *__class_id; +/* LCOV_EXCL_START */ static void __inst_cb(const char *class_id, const char *id, appcore_multiwindow_base_instance_h cxt, void *data) { if (!__class_id) __class_id = strdup(class_id); } +/* LCOV_EXCL_STOP */ EXPORT_API int widget_app_restart(void) { -- 2.7.4