| 3655 | bool _aborting ); |
| 3656 | |
| 3657 | TestRunStats( TestRunStats const& ) = default; |
| 3658 | TestRunStats( TestRunStats && ) = default; |
| 3659 | TestRunStats& operator = ( TestRunStats const& ) = default; |
| 3660 | TestRunStats& operator = ( TestRunStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected