| 7426 | TestGroupStats::~TestGroupStats() = default; |
| 7427 | |
| 7428 | TestRunStats::TestRunStats(TestRunInfo const &_runInfo, Totals const &_totals, bool _aborting) |
| 7429 | : runInfo(_runInfo), totals(_totals), aborting(_aborting) { |
| 7430 | } |
| 7431 | |
| 7432 | TestRunStats::~TestRunStats() = default; |
| 7433 |
nothing calls this directly
no outgoing calls
no test coverage detected