| 8480 | {} |
| 8481 | |
| 8482 | Section::Section( SectionInfo const& info ) |
| 8483 | : m_info( info ), |
| 8484 | m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) |
| 8485 | { |
| 8486 | m_timer.start(); |
| 8487 | } |
| 8488 | |
| 8489 | Section::~Section() { |
| 8490 | if( m_sectionIncluded ) { |
nothing calls this directly
no test coverage detected