| 3459 | SectionStats(SectionInfo const &_sectionInfo, Counts const &_assertions, double _durationInSeconds, |
| 3460 | bool _missingAssertions); |
| 3461 | SectionStats(SectionStats const &) = default; |
| 3462 | SectionStats(SectionStats &&) = default; |
| 3463 | SectionStats &operator=(SectionStats const &) = default; |
| 3464 | SectionStats &operator=(SectionStats &&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected