| 4742 | bool _aborting ); |
| 4743 | |
| 4744 | TestRunStats( TestRunStats const& ) = default; |
| 4745 | TestRunStats( TestRunStats && ) = default; |
| 4746 | TestRunStats& operator = ( TestRunStats const& ) = default; |
| 4747 | TestRunStats& operator = ( TestRunStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected