| 16178 | } |
| 16179 | |
| 16180 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 16181 | m_tablePrinter->close(); |
| 16182 | m_headerPrinted = false; |
| 16183 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 16184 | } |
| 16185 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 16186 | m_tablePrinter->close(); |
| 16187 | if (_sectionStats.missingAssertions) { |
no test coverage detected