| 200 | } |
| 201 | |
| 202 | void AnalyzerInformation::reportErr(const ErrorMessage &msg) |
| 203 | { |
| 204 | if (mOutputStream.is_open()) |
| 205 | mOutputStream << msg.toXML() << '\n'; |
| 206 | } |
| 207 | |
| 208 | void AnalyzerInformation::setFileInfo(const std::string &check, const std::string &fileInfo) |
| 209 | { |
no test coverage detected