From be08695d7bafbb6c7cd3ff975bc54f202247c8fe Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 13 Mar 2019 12:49:43 +0300 Subject: [PATCH] Improve code coverage for ModelAPI package --- src/ModelAPI/ModelAPI_Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2