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

Exclude unreachable line from coverage

parent 92bfe78b
Branches
Tags
1 merge request!37Feature/language
......@@ -201,7 +201,7 @@ class BinaryExpressionProcessor final : public INodeProcessor
if constexpr (_is_defined) {
return this->_eval(m_node.children[0]->execute(exec_policy), m_node.children[1]->execute(exec_policy));
} else {
return {};
return {}; // LCOV_EXCL_LINE
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment