| 11142 | TestGroupStats::~TestGroupStats() = default; |
| 11143 | |
| 11144 | TestRunStats::TestRunStats( TestRunInfo const& _runInfo, |
| 11145 | Totals const& _totals, |
| 11146 | bool _aborting ) |
| 11147 | : runInfo( _runInfo ), |
| 11148 | totals( _totals ), |
| 11149 | aborting( _aborting ) |
| 11150 | {} |
| 11151 | |
| 11152 | TestRunStats::~TestRunStats() = default; |
| 11153 |
nothing calls this directly
no outgoing calls
no test coverage detected