Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libcatch.x/i/catch2/internal/catch_decomposer.hpp
Criterion Covered Total %
branch 5 10 50.0


line true false branch
65 0 3 class BinaryExpr : public ITransientExpression {
71 3 0 formatReconstructedExpression
72 3 0 ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) );
141 0 47 class UnaryExpr : public ITransientExpression {
145 47 0 os << Catch::Detail::stringify( m_lhs );