| 16353 | } |
| 16354 | |
| 16355 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 16356 | m_tablePrinter->close(); |
| 16357 | m_headerPrinted = false; |
| 16358 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 16359 | } |
| 16360 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 16361 | m_tablePrinter->close(); |
| 16362 | if (_sectionStats.missingAssertions) { |
no test coverage detected