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