summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-05-15 10:24:13 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-05-15 10:24:13 +0900
commitb51bb3384d136b771f0178dc5807eca5d273dbab (patch)
treedfa44113b216efae6b13ef6b943fb3f155e6dba0
parent50ef9f8690dc78c6bbfb2720f70c1f86a7b4734a (diff)
downloadapplication-b51bb3384d136b771f0178dc5807eca5d273dbab.tar.gz
application-b51bb3384d136b771f0178dc5807eca5d273dbab.tar.bz2
application-b51bb3384d136b771f0178dc5807eca5d273dbab.zip
Exclude a function from lcov
Change-Id: I97e7ccc31bea7f1189088bcdad16d1dff1e433be Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--src/app_device.c2
1 files changed, 2 insertions, 0 deletions
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)
{