tbm_surface_internal: add tc coverage exception tag 97/152897/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 27 Sep 2017 10:08:45 +0000 (19:08 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 27 Sep 2017 10:08:49 +0000 (19:08 +0900)
Change-Id: I945097011449d8589e1a7e2f8d22061c34dc7c79
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/tbm_surface_internal.c

index d8c67aa..cf92797 100644 (file)
@@ -369,6 +369,7 @@ _tbm_surface_internal_destroy(tbm_surface_h surface)
        }
 }
 
+/* LCOV_EXCL_START */
 static int
 _tbm_surface_check_file_is_valid(const char* path, int del_link)
 {
@@ -391,6 +392,7 @@ _tbm_surface_check_file_is_valid(const char* path, int del_link)
 
        return 1;
 }
+/* LCOV_EXCL_STOP */
 
 int
 tbm_surface_internal_is_valid(tbm_surface_h surface)