Add EXCL macro for coverage 48/132848/1
authorjh8801.jung <jh8801.jung@samsung.com>
Thu, 8 Jun 2017 04:18:36 +0000 (13:18 +0900)
committerjh8801.jung <jh8801.jung@samsung.com>
Thu, 8 Jun 2017 04:19:11 +0000 (13:19 +0900)
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: Iff8952175b72fe2747e856befca7fad46922c421

common/include/Channel.h
common/include/Exception.h

index 8358142..bdef022 100644 (file)
@@ -26,6 +26,8 @@
 #include "ByteArray.h"
 #include "Exception.h"
 
+/* LCOV_EXCL_START */
+
 namespace smartcard_service_api
 {
        class SessionHelper;    /* explicit declaration */
@@ -71,3 +73,6 @@ namespace smartcard_service_api
 
 } /* namespace smartcard_service_api */
 #endif /* CHANNEL_H_ */
+
+/* LCOV_EXCL_STOP */
+
index cb59d1d..2f3aa8f 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "smartcard-types.h"
 
+/* LCOV_EXCL_START */
+
 #define THROW_ERROR(errorCode) \
                { \
                        switch (errorCode) \
@@ -267,3 +269,5 @@ namespace smartcard_service_api
 
 #endif /* EXCEPTIONBASE_H_ */
 
+/* LCOV_EXCL_STOP */
+