| 15666 | } |
| 15667 | |
| 15668 | void ConsoleReporter::sectionStarting(SectionInfo const& _sectionInfo) { |
| 15669 | m_tablePrinter->close(); |
| 15670 | m_headerPrinted = false; |
| 15671 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 15672 | } |
| 15673 | void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { |
| 15674 | m_tablePrinter->close(); |
| 15675 | if (_sectionStats.missingAssertions) { |
no test coverage detected