| 10750 | struct CompactReporter : StreamingReporterBase { |
| 10751 | |
| 10752 | CompactReporter( ReporterConfig const& _config ) |
| 10753 | : StreamingReporterBase( _config ) |
| 10754 | {} |
| 10755 | |
| 10756 | virtual ~CompactReporter(); |
| 10757 |
nothing calls this directly
no outgoing calls
no test coverage detected