| 5591 | bool _aborting ); |
| 5592 | |
| 5593 | TestRunStats( TestRunStats const& ) = default; |
| 5594 | TestRunStats( TestRunStats && ) = default; |
| 5595 | TestRunStats& operator = ( TestRunStats const& ) = default; |
| 5596 | TestRunStats& operator = ( TestRunStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected