From: azv Date: Wed, 13 Mar 2019 09:49:43 +0000 (+0300) Subject: Improve code coverage for ModelAPI package X-Git-Tag: V9_3_0b1~3^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be08695d7bafbb6c7cd3ff975bc54f202247c8fe;p=modules%2Fshaper.git Improve code coverage for ModelAPI package --- diff --git a/src/ModelAPI/ModelAPI_Tools.cpp b/src/ModelAPI/ModelAPI_Tools.cpp index 074b903d5..a5cd808fd 100644 --- a/src/ModelAPI/ModelAPI_Tools.cpp +++ b/src/ModelAPI/ModelAPI_Tools.cpp @@ -106,6 +106,7 @@ std::shared_ptr shape(const ResultPtr& theResult) return theResult->shape(); } +// LCOV_EXCL_START const char* toString(ModelAPI_ExecState theExecState) { switch (theExecState) { @@ -118,7 +119,6 @@ const char* toString(ModelAPI_ExecState theExecState) } } -// LCOV_EXCL_START std::string getFeatureError(const FeaturePtr& theFeature) { std::string anError;