| 4012 | // Fwd decls |
| 4013 | struct SummaryColumn; |
| 4014 | class TablePrinter; |
| 4015 | |
| 4016 | struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { |
| 4017 | std::unique_ptr<TablePrinter> m_tablePrinter; |
nothing calls this directly
no test coverage detected