| 3601 | double _durationInSeconds, |
| 3602 | bool _missingAssertions ); |
| 3603 | SectionStats( SectionStats const& ) = default; |
| 3604 | SectionStats( SectionStats && ) = default; |
| 3605 | SectionStats& operator = ( SectionStats const& ) = default; |
| 3606 | SectionStats& operator = ( SectionStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected