| 5821 | const TestCaseData* tc = nullptr; |
| 5822 | |
| 5823 | JUnitReporter(const ContextOptions& co) |
| 5824 | : xml(*co.cout) |
| 5825 | , opt(co) {} |
| 5826 | |
| 5827 | unsigned line(unsigned l) const { return opt.no_line_numbers ? 0 : l; } |
| 5828 |
nothing calls this directly
no outgoing calls
no test coverage detected