| 5600 | bool _aborting ); |
| 5601 | |
| 5602 | TestRunStats( TestRunStats const& ) = default; |
| 5603 | TestRunStats( TestRunStats && ) = default; |
| 5604 | TestRunStats& operator = ( TestRunStats const& ) = default; |
| 5605 | TestRunStats& operator = ( TestRunStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected