| 7402 | AssertionStats::~AssertionStats() = default; |
| 7403 | |
| 7404 | SectionStats::SectionStats(SectionInfo const &_sectionInfo, Counts const &_assertions, double _durationInSeconds, |
| 7405 | bool _missingAssertions) |
| 7406 | : sectionInfo(_sectionInfo), assertions(_assertions), durationInSeconds(_durationInSeconds), |
| 7407 | missingAssertions(_missingAssertions) { |
| 7408 | } |
| 7409 | |
| 7410 | SectionStats::~SectionStats() = default; |
| 7411 |
nothing calls this directly
no outgoing calls
no test coverage detected