| 10070 | } |
| 10071 | |
| 10072 | void printExpressionWas() { |
| 10073 | if( result.hasExpression() ) { |
| 10074 | stream << ";"; |
| 10075 | { |
| 10076 | Colour colour( dimColour() ); |
| 10077 | stream << " expression was:"; |
| 10078 | } |
| 10079 | printOriginalExpression(); |
| 10080 | } |
| 10081 | } |
| 10082 | |
| 10083 | void printOriginalExpression() const { |
| 10084 | if( result.hasExpression() ) { |
nothing calls this directly
no test coverage detected