Increase line & function coverage
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / src / zigbee_service_dbus_interface_zcl_thermostat.c
index 08a5b97..06351ec 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <zblib_driver_zcl_thermostat.h>
 
+/* LCOV_EXCL_START */
 static void *_service_interface_ref_zigbee_zcl_thermostat(
        ZigBeeServiceInterface *service_interface)
 {
@@ -548,6 +549,7 @@ void zigbee_service_dbus_interface_zcl_thermostat_notification(ZigBeeServiceInte
        g_object_unref(thermo_object);
 
 }
+/* LCOV_EXCL_STOP */
 
 gboolean zigbee_service_dbus_interface_zcl_thermostat_init(ZigBeeServiceInterface *service_interface,
        ZigbeeObjectSkeleton *zigbee_object)
@@ -555,8 +557,10 @@ gboolean zigbee_service_dbus_interface_zcl_thermostat_init(ZigBeeServiceInterfac
        ZigbeeZcl_thermostat *thermostat_object;
 
        if (NULL == service_interface) {
+               /* LCOV_EXCL_START */
                Z_LOGE("service_interface is NULL");
                return FALSE;
+               /* LCOV_EXCL_STOP */
        }
 
        thermostat_object = zigbee_zcl_thermostat_skeleton_new();