| 6528 | return m_data.name.empty() ? m_data.processName : m_data.name; |
| 6529 | } |
| 6530 | bool Config::includeSuccessfulResults() const { |
| 6531 | return m_data.showSuccessfulTests; |
| 6532 | } |
| 6533 | bool Config::warnAboutMissingAssertions() const { |
| 6534 | return !!(m_data.warnings & WarnAbout::NoAssertions); |
| 6535 | } |
no outgoing calls
no test coverage detected