line |
true |
false |
branch |
487
|
0 |
0 |
delete[] m_data; |
883
|
0 |
0 |
ReusableStringStream rss; |
|
0 |
0 |
ReusableStringStream rss; |
886
|
0 |
0 |
rss.operator<<(value); |
|
0 |
0 |
rss.operator<<(value); |
887
|
0 |
0 |
return rss.str(); |
|
0 |
0 |
return rss.str(); |
963
|
0 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
0 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
0 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
0 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
1 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
1 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
2 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
|
2 |
0 |
return ::Catch::Detail::stringify(std::string{ str }); |
1397
|
0 |
0 |
class BinaryExpr : public ITransientExpression { |
|
0 |
0 |
class BinaryExpr : public ITransientExpression { |
|
0 |
0 |
class BinaryExpr : public ITransientExpression { |
|
0 |
0 |
class BinaryExpr : public ITransientExpression { |
|
0 |
1 |
class BinaryExpr : public ITransientExpression { |
|
0 |
1 |
class BinaryExpr : public ITransientExpression { |
|
0 |
2 |
class BinaryExpr : public ITransientExpression { |
1403
|
0 |
0 |
formatReconstructedExpression |
|
0 |
0 |
formatReconstructedExpression |
|
0 |
0 |
formatReconstructedExpression |
|
0 |
0 |
formatReconstructedExpression |
|
1 |
0 |
formatReconstructedExpression |
|
1 |
0 |
formatReconstructedExpression |
|
2 |
0 |
formatReconstructedExpression |
1404
|
0 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
0 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
0 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
0 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
1 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
1 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
|
2 |
0 |
( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); |
1640
|
0 |
0 |
if ( !m_completed ) { |