| 5968 | const TestCaseData* tc; |
| 5969 | |
| 5970 | ConsoleReporter(const ContextOptions& co) |
| 5971 | : s(*co.cout) |
| 5972 | , opt(co) {} |
| 5973 | |
| 5974 | ConsoleReporter(const ContextOptions& co, std::ostream& ostr) |
| 5975 | : s(ostr) |
nothing calls this directly
no outgoing calls
no test coverage detected