| 13444 | } |
| 13445 | |
| 13446 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 13447 | m_headerPrinted = false; |
| 13448 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 13449 | } |
| 13450 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 13451 | m_tablePrinter->close(); |
| 13452 | if (_sectionStats.missingAssertions) { |
no test coverage detected