From 6eff2491ebfbb3276c614c501d21721ba324ccdf Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Tue, 14 Mar 2017 14:58:26 +0900 Subject: [PATCH] Add comment for untested codes It will be covered when test infra is ready. Change-Id: I8ce5ae89d2a8f12ef8b45702181ce12cffff392f Signed-off-by: Sunmin Lee --- src/storage-inhouse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/storage-inhouse.c b/src/storage-inhouse.c index 636a9c1..a736890 100755 --- a/src/storage-inhouse.c +++ b/src/storage-inhouse.c @@ -47,6 +47,7 @@ else // can convert. use dest path */ +//LCOV_EXCL_START Untested function API int storage_get_compat_internal_path(const char* origin, int len, char* compat) { int r = -1; @@ -83,6 +84,7 @@ API int storage_get_compat_internal_path(const char* origin, int len, char* comp return 0; } +//LCOV_EXCL_STOP /* Get Multi-user path from compat path -- 2.7.4