| 11438 | } |
| 11439 | |
| 11440 | void printIssue(std::string const& issue) const { |
| 11441 | stream << ' ' << issue; |
| 11442 | } |
| 11443 | |
| 11444 | void printExpressionWas() { |
| 11445 | if (result.hasExpression()) { |
nothing calls this directly
no outgoing calls
no test coverage detected