| 5253 | // Fwd decls |
| 5254 | struct SummaryColumn; |
| 5255 | class TablePrinter; |
| 5256 | |
| 5257 | struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { |
| 5258 | std::unique_ptr<TablePrinter> m_tablePrinter; |
nothing calls this directly
no test coverage detected