| 8757 | AssertionStats::~AssertionStats() = default; |
| 8758 | |
| 8759 | SectionStats::SectionStats( SectionInfo const& _sectionInfo, |
| 8760 | Counts const& _assertions, |
| 8761 | double _durationInSeconds, |
| 8762 | bool _missingAssertions ) |
| 8763 | : sectionInfo( _sectionInfo ), |
| 8764 | assertions( _assertions ), |
| 8765 | durationInSeconds( _durationInSeconds ), |
| 8766 | missingAssertions( _missingAssertions ) |
| 8767 | {} |
| 8768 | |
| 8769 | SectionStats::~SectionStats() = default; |
| 8770 |
nothing calls this directly
no outgoing calls
no test coverage detected