improve line coverage
[platform/core/pim/contacts-service.git] / common / ipc / ctsvc_ipc_group.c
index e433cee..a409910 100644 (file)
@@ -52,9 +52,10 @@ static int __ctsvc_ipc_unmarshal_group(pims_ipc_data_h ipc_data,
                return CONTACTS_ERROR_NONE;
 
        } while (0);
-
+       /* LCOV_EXCL_START */
        ERR("__ctsvc_ipc_unmarshal_group() Fail");
        return CONTACTS_ERROR_INVALID_PARAMETER;
+       /* LCOV_EXCL_STOP */
 }
 
 static int __ctsvc_ipc_marshal_group(const contacts_record_h record,
@@ -87,9 +88,10 @@ static int __ctsvc_ipc_marshal_group(const contacts_record_h record,
 
                return CONTACTS_ERROR_NONE;
        } while (0);
-
+       /* LCOV_EXCL_START */
        ERR("_ctsvc_ipc_marshal() Fail");
        return CONTACTS_ERROR_INVALID_PARAMETER;
+       /* LCOV_EXCL_STOP */
 }
 
 ctsvc_ipc_marshal_record_plugin_cb_s _ctsvc_ipc_record_group_plugin_cb = {