From b51bb3384d136b771f0178dc5807eca5d273dbab Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 15 May 2018 10:24:13 +0900 Subject: Exclude a function from lcov Change-Id: I97e7ccc31bea7f1189088bcdad16d1dff1e433be Signed-off-by: Hwankyu Jhun --- src/app_device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app_device.c b/src/app_device.c index 4c9db0f..07fafb9 100644 --- a/src/app_device.c +++ b/src/app_device.c @@ -37,6 +37,7 @@ #define LOG_TAG "CAPI_APPFW_APPLICATION" +/* LCOV_EXCL_START */ static app_device_orientation_e __convert_appcore_rm(int rm) { app_device_orientation_e dev_orientation; @@ -61,6 +62,7 @@ static app_device_orientation_e __convert_appcore_rm(int rm) return dev_orientation; } +/* LCOV_EXCL_STOP */ app_device_orientation_e app_get_device_orientation(void) { -- cgit v1.2.3