| 8655 | {} |
| 8656 | |
| 8657 | Section::Section( SectionInfo const& info ) |
| 8658 | : m_info( info ), |
| 8659 | m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) |
| 8660 | { |
| 8661 | m_timer.start(); |
| 8662 | } |
| 8663 | |
| 8664 | Section::~Section() { |
| 8665 | if( m_sectionIncluded ) { |
nothing calls this directly
no test coverage detected