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