Exclude a function from lcov 20/178920/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 May 2018 01:24:13 +0000 (10:24 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 May 2018 01:24:13 +0000 (10:24 +0900)
Change-Id: I97e7ccc31bea7f1189088bcdad16d1dff1e433be
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/app_device.c

index 4c9db0f..07fafb9 100644 (file)
@@ -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)
 {