[SVACE Issue Fixes]
[platform/core/pim/contacts-service.git] / server / db / ctsvc_db_plugin_profile_helper.c
index 769135e..7971db7 100644 (file)
@@ -111,9 +111,11 @@ int ctsvc_db_profile_insert(contacts_record_h record, int contact_id, bool is_my
 
        ret = ctsvc_stmt_step(stmt);
        if (CONTACTS_ERROR_NONE != ret) {
+               /* LCOV_EXCL_START */
                ERR("ctsvc_stmt_step() Fail(%d)", ret);
                ctsvc_stmt_finalize(stmt);
                return ret;
+               /* LCOV_EXCL_STOP */
        }
 
        /* profile->id = ctsvc_db_get_last_insert_id(); */