| 5535 | bool _aborting ); |
| 5536 | |
| 5537 | TestRunStats( TestRunStats const& ) = default; |
| 5538 | TestRunStats( TestRunStats && ) = default; |
| 5539 | TestRunStats& operator = ( TestRunStats const& ) = default; |
| 5540 | TestRunStats& operator = ( TestRunStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected