Add LCOV comment for not supported feature 84/185384/1
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 30 Jul 2018 06:16:50 +0000 (15:16 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 30 Jul 2018 06:17:43 +0000 (15:17 +0900)
Change-Id: Iee230c920d6638da3f63b96fb9f1d6acfdd12c7b
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/runtime_info_connectivity.c

index 3961db6..905ba9e 100644 (file)
@@ -39,6 +39,7 @@ static const char *VCONF_PACKET_DATA_ENABLED = VCONFKEY_3G_ENABLE;
 static const char *VCONF_DATA_ROAMING_ENABLED = VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL;
 static const char *VCONF_GPS_STATUS = VCONFKEY_LOCATION_GPS_STATE;
 
+//LCOV_EXCL_START : not supported feature
 int runtime_info_wifi_status_get_value(runtime_info_value_h value)
 {
        int vconf_value;
@@ -80,6 +81,7 @@ void runtime_info_wifi_status_unset_event_cb()
 {
        runtime_info_vconf_unset_event_cb(VCONF_WIFI_STATUS, 0);
 }
+//LCOV_EXCL_STOP
 
 int runtime_info_bt_enabled_get_value(runtime_info_value_h value)
 {