| 13731 | } |
| 13732 | |
| 13733 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 13734 | m_headerPrinted = false; |
| 13735 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 13736 | } |
| 13737 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 13738 | m_tablePrinter->close(); |
| 13739 | if (_sectionStats.missingAssertions) { |
no test coverage detected