From: Kichan Kwon Date: Wed, 5 Apr 2017 11:34:10 +0000 (+0900) Subject: Add LCOV comment for not supported API X-Git-Tag: submit/tizen/20170406.011106^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=027bee90d35b7b5a6b20bf80f85d1266ef972ecb;p=platform%2Fcore%2Fapi%2Fsystem-info.git Add LCOV comment for not supported API Change-Id: Ieda1db7075020d61bd6cb7d11c57263ad318cc90 Signed-off-by: Kichan Kwon --- diff --git a/src/system_info.c b/src/system_info.c index b819c5c..0db044e 100644 --- a/src/system_info.c +++ b/src/system_info.c @@ -46,6 +46,7 @@ enum tag_type { TAG_TYPE_CUSTOM, }; +//LCOV_EXCL_START : not supported feature API int system_info_get_value_int(system_info_key_e key, int *value) { return SYSTEM_INFO_ERROR_NOT_SUPPORTED; @@ -65,6 +66,7 @@ API int system_info_get_value_string(system_info_key_e key, char **value) { return SYSTEM_INFO_ERROR_NOT_SUPPORTED; } +//LCOV_EXCL_STOP static void destroy_key_value(gpointer data) {