| 6531 | return m_data.showSuccessfulTests; |
| 6532 | } |
| 6533 | bool Config::warnAboutMissingAssertions() const { |
| 6534 | return !!(m_data.warnings & WarnAbout::NoAssertions); |
| 6535 | } |
| 6536 | bool Config::warnAboutNoTests() const { |
| 6537 | return !!(m_data.warnings & WarnAbout::NoTests); |
| 6538 | } |
no outgoing calls
no test coverage detected