line |
true |
false |
branch |
1708
|
3 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
3 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
2219
|
0 |
3 |
class BinaryExpr : public ITransientExpression { |
2225
|
3 |
0 |
formatReconstructedExpression |
2226
|
3 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
2295
|
0 |
47 |
class UnaryExpr : public ITransientExpression { |
2299
|
47 |
0 |
os << Catch::Detail::stringify( m_lhs ); |
2556
|
0 |
50 |
if ( !m_completed ) { |
2563
|
47 |
0 |
handleExpr( expr.makeUnaryExpr() ); |