| 5546 | double _durationInSeconds, |
| 5547 | bool _missingAssertions ); |
| 5548 | SectionStats( SectionStats const& ) = default; |
| 5549 | SectionStats( SectionStats && ) = default; |
| 5550 | SectionStats& operator = ( SectionStats const& ) = default; |
| 5551 | SectionStats& operator = ( SectionStats && ) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected