| 9846 | } |
| 9847 | |
| 9848 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 9849 | m_tablePrinter->close(); |
| 9850 | m_headerPrinted = false; |
| 9851 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 9852 | } |
| 9853 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 9854 | m_tablePrinter->close(); |
| 9855 | if (_sectionStats.missingAssertions) { |
no test coverage detected