| 6720 | {} |
| 6721 | |
| 6722 | Section::Section( SectionInfo const& info ) |
| 6723 | : m_info( info ), |
| 6724 | m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) |
| 6725 | { |
| 6726 | m_timer.start(); |
| 6727 | } |
| 6728 | |
| 6729 | Section::~Section() { |
| 6730 | if( m_sectionIncluded ) |
nothing calls this directly
no test coverage detected