| 5447 | const TestCaseData* tc = nullptr; |
| 5448 | |
| 5449 | XmlReporter(const ContextOptions& co) |
| 5450 | : xml(*co.cout) |
| 5451 | , opt(co) {} |
| 5452 | |
| 5453 | void log_contexts() { |
| 5454 | int num_contexts = get_num_active_contexts(); |
nothing calls this directly
no outgoing calls
no test coverage detected