Merge "Add EXCL macro for coverage" into tizen accepted/tizen/4.0/unified/20170816.010941 accepted/tizen/4.0/unified/20170816.014525 accepted/tizen/4.0/unified/20170828.223525 accepted/tizen/unified/20170608.184538 submit/tizen/20170608.044517 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100003 submit/tizen_4.0_unified/20170814.115522
authorHyihong Chae <hh.chae@samsung.com>
Thu, 8 Jun 2017 04:37:12 +0000 (04:37 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 8 Jun 2017 04:37:12 +0000 (04:37 +0000)
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 */
+