| 206 | } |
| 207 | |
| 208 | void AnalyzerInformation::setFileInfo(const std::string &check, const std::string &fileInfo) |
| 209 | { |
| 210 | if (mOutputStream.is_open() && !fileInfo.empty()) |
| 211 | mOutputStream << " <FileInfo check=\"" << check << "\">\n" << fileInfo << " </FileInfo>\n"; |
| 212 | } |
| 213 | |
| 214 | // TODO: report detailed errors? |
| 215 | bool AnalyzerInformation::Info::parse(const std::string& filesTxtLine) { |
no test coverage detected