| 3639 | TestGroupStats( GroupInfo const& _groupInfo ); |
| 3640 | |
| 3641 | TestGroupStats( TestGroupStats const& ) = default; |
| 3642 | TestGroupStats( TestGroupStats && ) = default; |
| 3643 | TestGroupStats& operator = ( TestGroupStats const& ) = default; |
| 3644 | TestGroupStats& operator = ( TestGroupStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected