| 7610 | TestGroupStats::~TestGroupStats() = default; |
| 7611 | |
| 7612 | TestRunStats::TestRunStats( TestRunInfo const& _runInfo, |
| 7613 | Totals const& _totals, |
| 7614 | bool _aborting ) |
| 7615 | : runInfo( _runInfo ), |
| 7616 | totals( _totals ), |
| 7617 | aborting( _aborting ) |
| 7618 | {} |
| 7619 | |
| 7620 | TestRunStats::~TestRunStats() = default; |
| 7621 |
nothing calls this directly
no outgoing calls
no test coverage detected