Salome HOME
Improve coverage for Model and Config packages
[modules/shaper.git] / src / Config / Config_Translator.cpp
index f215213e1b040b5cdb68464ea58b47bb304d7f15..ff9d50ec139dd426867ff5b969c624cb89becb13 100644 (file)
@@ -77,7 +77,6 @@ void Config_TSReader::processNode(xmlNodePtr theNode)
       myTranslator[aName][aSource] = aTranslat;
   }
 }
-// LCOV_EXCL_STOP
 
 //******************************************************************************
 //******************************************************************************
@@ -120,6 +119,7 @@ bool Config_Translator::load(const std::string& theFileName)
   }
   return true;
 }
+// LCOV_EXCL_STOP
 
 std::string Config_Translator::translate(const Events_InfoMessage& theInfo)
 {
@@ -176,7 +176,7 @@ std::string Config_Translator::translate(const std::string& theContext,
   return aMsg;
 }
 
-
+// LCOV_EXCL_START
 std::string Config_Translator::codec(const std::string& theContext)
 {
   return (myCodecs.count(theContext) > 0)? myCodecs[theContext] : "UTF-8";
@@ -186,6 +186,7 @@ std::string Config_Translator::codec(const Events_InfoMessage& theInfo)
 {
   return codec(theInfo.context());
 }
+// LCOV_EXCL_STOP
 
 #ifdef _DEBUG
 #ifdef MISSED_TRANSLATION