From: mpv Date: Sat, 29 Dec 2018 12:18:32 +0000 (+0300) Subject: Improve ExchangePlugin code coverage X-Git-Tag: End2018 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2b9108d0d8d181dbfae9fedd207666ee64379e6;p=modules%2Fshaper.git Improve ExchangePlugin code coverage --- 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 {