| 4688 | double _durationInSeconds, |
| 4689 | bool _missingAssertions ); |
| 4690 | SectionStats( SectionStats const& ) = default; |
| 4691 | SectionStats( SectionStats && ) = default; |
| 4692 | SectionStats& operator = ( SectionStats const& ) = default; |
| 4693 | SectionStats& operator = ( SectionStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected