| 11101 | AssertionStats::~AssertionStats() = default; |
| 11102 | |
| 11103 | SectionStats::SectionStats( SectionInfo const& _sectionInfo, |
| 11104 | Counts const& _assertions, |
| 11105 | double _durationInSeconds, |
| 11106 | bool _missingAssertions ) |
| 11107 | : sectionInfo( _sectionInfo ), |
| 11108 | assertions( _assertions ), |
| 11109 | durationInSeconds( _durationInSeconds ), |
| 11110 | missingAssertions( _missingAssertions ) |
| 11111 | {} |
| 11112 | |
| 11113 | SectionStats::~SectionStats() = default; |
| 11114 |
nothing calls this directly
no outgoing calls
no test coverage detected