| 5481 | double _durationInSeconds, |
| 5482 | bool _missingAssertions ); |
| 5483 | SectionStats( SectionStats const& ) = default; |
| 5484 | SectionStats( SectionStats && ) = default; |
| 5485 | SectionStats& operator = ( SectionStats const& ) = default; |
| 5486 | SectionStats& operator = ( SectionStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected