| 78 | } |
| 79 | |
| 80 | void AnalyzerInformation::close() |
| 81 | { |
| 82 | if (mOutputStream.is_open()) { |
| 83 | mOutputStream << "</analyzerinfo>\n"; |
| 84 | mOutputStream.close(); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | std::string AnalyzerInformation::skipAnalysis(const tinyxml2::XMLDocument &analyzerInfoDoc, std::size_t hash, std::list<ErrorMessage> &errors) |
| 89 | { |
no outgoing calls
no test coverage detected