| 16499 | } |
| 16500 | |
| 16501 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 16502 | m_tablePrinter->close(); |
| 16503 | m_headerPrinted = false; |
| 16504 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 16505 | } |
| 16506 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 16507 | m_tablePrinter->close(); |
| 16508 | if (_sectionStats.missingAssertions) { |
no test coverage detected