Exclude error converter from line coverage 45/281245/1
authorminje.ahn <minje.ahn@samsung.com>
Wed, 14 Sep 2022 23:31:31 +0000 (08:31 +0900)
committerminje.ahn <minje.ahn@samsung.com>
Wed, 14 Sep 2022 23:31:31 +0000 (08:31 +0900)
Change-Id: Iea9ffda78ef2a8a872864e4cd812a5b18f685c5d
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
src/thumbnail_util.c

index 9881041a99eddee1c6e741d7335bdc99bf889873..8ba8e440e13b6d316146296ab9a0e598a541c898 100644 (file)
@@ -20,6 +20,7 @@
 #include <media-util.h>
 #include <aul.h>
 
+// LCOV_EXCL_START
 static int __thumbnail_util_error_capi(int internal_error)
 {
        switch (internal_error) {
@@ -37,7 +38,7 @@ static int __thumbnail_util_error_capi(int internal_error)
                return THUMBNAIL_UTIL_ERROR_INVALID_OPERATION;
        }
 }
-// LCOV_EXCL_START
+
 int thumbnail_util_create(thumbnail_h *thumb)
 {
        THUMB_WARN("DEPRECATION WARNING: thumbnail_util_create() is deprecated and will be removed from next release.");