| 16160 | } |
| 16161 | |
| 16162 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 16163 | m_tablePrinter->close(); |
| 16164 | m_headerPrinted = false; |
| 16165 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 16166 | } |
| 16167 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 16168 | m_tablePrinter->close(); |
| 16169 | if (_sectionStats.missingAssertions) { |
no test coverage detected