| 3492 | TestGroupStats(GroupInfo const &_groupInfo); |
| 3493 | |
| 3494 | TestGroupStats(TestGroupStats const &) = default; |
| 3495 | TestGroupStats(TestGroupStats &&) = default; |
| 3496 | TestGroupStats &operator=(TestGroupStats const &) = default; |
| 3497 | TestGroupStats &operator=(TestGroupStats &&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected