From 0ab0bd4f25920df4daebbb0dc4b2901215720686 Mon Sep 17 00:00:00 2001 From: "jh8801.jung" Date: Thu, 8 Jun 2017 13:18:36 +0900 Subject: [PATCH] Add EXCL macro for coverage Signed-off-by: jh8801.jung Change-Id: Iff8952175b72fe2747e856befca7fad46922c421 --- common/include/Channel.h | 5 +++++ common/include/Exception.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/common/include/Channel.h b/common/include/Channel.h index 8358142..bdef022 100644 --- a/common/include/Channel.h +++ b/common/include/Channel.h @@ -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 */ + diff --git a/common/include/Exception.h b/common/include/Exception.h index cb59d1d..2f3aa8f 100644 --- a/common/include/Exception.h +++ b/common/include/Exception.h @@ -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 */ + -- 2.7.4