| 3445 | Totals const &_totals); |
| 3446 | |
| 3447 | AssertionStats(AssertionStats const &) = default; |
| 3448 | AssertionStats(AssertionStats &&) = default; |
| 3449 | AssertionStats &operator=(AssertionStats const &) = default; |
| 3450 | AssertionStats &operator=(AssertionStats &&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected