| 5514 | // Fwd decls |
| 5515 | struct SummaryColumn; |
| 5516 | class TablePrinter; |
| 5517 | |
| 5518 | struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { |
| 5519 | std::unique_ptr<TablePrinter> m_tablePrinter; |
nothing calls this directly
no test coverage detected