Salome HOME
Improve code coverage in PartSet plugin
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Remove.h
index f24d30e2fe003201aee19a87b7a783c6f6f35d93..58fc7ffa25fceeed0ab78b60ab9ad379706d79c1 100644 (file)
@@ -37,6 +37,7 @@ class PartSetPlugin_Remove : public ModelAPI_Feature
     static const std::string MY_REMOVE_KIND("Remove");
     return MY_REMOVE_KIND;
   }
+//LCOV_EXCL_START
   /// Returns the kind of a feature
   PARTSETPLUGIN_EXPORT virtual const std::string& getKind()
   {
@@ -55,6 +56,7 @@ class PartSetPlugin_Remove : public ModelAPI_Feature
   PARTSETPLUGIN_EXPORT virtual void initAttributes()
   {
   }
+//LCOV_EXCL_STOP
 
   /// Not normal feature that stored in the tree
   PARTSETPLUGIN_EXPORT virtual bool isAction()