Salome HOME
Improve coverage for ModelAPI and Config packages
[modules/shaper.git] / src / Config / Config_Translator.cpp
index 5edd8d3dd6e3aa432566b54738b7d961f87154d2..f215213e1b040b5cdb68464ea58b47bb304d7f15 100644 (file)
@@ -29,6 +29,7 @@
 #pragma warning(disable : 4996) // for sprintf
 #endif
 
+// LCOV_EXCL_START
 /**
  * \class Config_TSReader
  * \ingroup Config
@@ -76,6 +77,7 @@ void Config_TSReader::processNode(xmlNodePtr theNode)
       myTranslator[aName][aSource] = aTranslat;
   }
 }
+// LCOV_EXCL_STOP
 
 //******************************************************************************
 //******************************************************************************