| 11110 | AssertionStats::~AssertionStats() = default; |
| 11111 | |
| 11112 | SectionStats::SectionStats( SectionInfo const& _sectionInfo, |
| 11113 | Counts const& _assertions, |
| 11114 | double _durationInSeconds, |
| 11115 | bool _missingAssertions ) |
| 11116 | : sectionInfo( _sectionInfo ), |
| 11117 | assertions( _assertions ), |
| 11118 | durationInSeconds( _durationInSeconds ), |
| 11119 | missingAssertions( _missingAssertions ) |
| 11120 | {} |
| 11121 | |
| 11122 | SectionStats::~SectionStats() = default; |
| 11123 |
nothing calls this directly
no outgoing calls
no test coverage detected