| 8798 | TestGroupStats::~TestGroupStats() = default; |
| 8799 | |
| 8800 | TestRunStats::TestRunStats( TestRunInfo const& _runInfo, |
| 8801 | Totals const& _totals, |
| 8802 | bool _aborting ) |
| 8803 | : runInfo( _runInfo ), |
| 8804 | totals( _totals ), |
| 8805 | aborting( _aborting ) |
| 8806 | {} |
| 8807 | |
| 8808 | TestRunStats::~TestRunStats() = default; |
| 8809 |
nothing calls this directly
no outgoing calls
no test coverage detected