| 6224 | SectionStats( |
| 6225 | SectionInfo const& _sectionInfo, Counts const& _assertions, double _durationInSeconds, bool _missingAssertions); |
| 6226 | SectionStats(SectionStats const&) = default; |
| 6227 | SectionStats(SectionStats&&) = default; |
| 6228 | SectionStats& operator=(SectionStats const&) = default; |
| 6229 | SectionStats& operator=(SectionStats&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected