| 5537 | double _durationInSeconds, |
| 5538 | bool _missingAssertions ); |
| 5539 | SectionStats( SectionStats const& ) = default; |
| 5540 | SectionStats( SectionStats && ) = default; |
| 5541 | SectionStats& operator = ( SectionStats const& ) = default; |
| 5542 | SectionStats& operator = ( SectionStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected