| 19109 | } |
| 19110 | |
| 19111 | void ConsoleReporter::sectionStarting(SectionInfo const &_sectionInfo) |
| 19112 | { |
| 19113 | m_tablePrinter->close(); |
| 19114 | m_headerPrinted = false; |
| 19115 | StreamingReporterBase::sectionStarting(_sectionInfo); |
| 19116 | } |
| 19117 | void ConsoleReporter::sectionEnded(SectionStats const &_sectionStats) |
| 19118 | { |
| 19119 | m_tablePrinter->close(); |
no test coverage detected