From f2b9108d0d8d181dbfae9fedd207666ee64379e6 Mon Sep 17 00:00:00 2001 From: mpv Date: Sat, 29 Dec 2018 15:18:32 +0300 Subject: [PATCH] Improve ExchangePlugin code coverage --- src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp index 9ab9c61b2..6ced1ce6d 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp @@ -353,6 +353,7 @@ std::shared_ptr ExchangePlugin_ImportFeature::addFeature( return aNew; } +// LCOV_EXCL_START void ExchangePlugin_ImportFeature::removeFeature( std::shared_ptr theFeature) { @@ -361,6 +362,7 @@ void ExchangePlugin_ImportFeature::removeFeature( AttributeRefListPtr aList = reflist(FEATURES_ID()); aList->remove(theFeature); } +// LCOV_EXCL_STOP int ExchangePlugin_ImportFeature::numberOfSubs(bool forTree) const { -- 2.39.2