| 11442 | } |
| 11443 | |
| 11444 | void printExpressionWas() { |
| 11445 | if (result.hasExpression()) { |
| 11446 | stream << ';'; |
| 11447 | { |
| 11448 | Colour colour(dimColour()); |
| 11449 | stream << " expression was:"; |
| 11450 | } |
| 11451 | printOriginalExpression(); |
| 11452 | } |
| 11453 | } |
| 11454 | |
| 11455 | void printOriginalExpression() const { |
| 11456 | if (result.hasExpression()) { |
nothing calls this directly
no test coverage detected