Skip to content
Snippets Groups Projects
Commit ca79a51f authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix unreachable code coverage

parent 0c4d733c
No related branches found
No related tags found
1 merge request!54Feature/language coverage
...@@ -64,7 +64,9 @@ class BuiltinFunctionProcessor : public INodeProcessor ...@@ -64,7 +64,9 @@ class BuiltinFunctionProcessor : public INodeProcessor
} }
if (SignalManager::pauseOnError()) { if (SignalManager::pauseOnError()) {
// LCOV_EXCL_START
return m_function_expression_processor->execute(context_exec_policy); return m_function_expression_processor->execute(context_exec_policy);
// LCOV_EXCL_STOP
} else { } else {
try { try {
return m_function_expression_processor->execute(context_exec_policy); return m_function_expression_processor->execute(context_exec_policy);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment