| 16488 | } |
| 16489 | |
| 16490 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 16491 | m_tablePrinter->close(); |
| 16492 | m_headerPrinted = false; |
| 16493 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 16494 | } |
| 16495 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 16496 | m_tablePrinter->close(); |
| 16497 | if (_sectionStats.missingAssertions) { |
no test coverage detected