| 11827 | } |
| 11828 | |
| 11829 | void ConsoleReporter::sectionStarting(SectionInfo const &_sectionInfo) { |
| 11830 | m_headerPrinted = false; |
| 11831 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 11832 | } |
| 11833 | void ConsoleReporter::sectionEnded(SectionStats const &_sectionStats) { |
| 11834 | m_tablePrinter->close(); |
| 11835 | if (_sectionStats.missingAssertions) { |
no test coverage detected