| 10001 | bool Config::warnAboutMissingAssertions() const { return !!(m_data.warnings & WarnAbout::NoAssertions); } |
| 10002 | bool Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); } |
| 10003 | ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } |
| 10004 | double Config::minDuration() const { return m_data.minDuration; } |
| 10005 | RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } |
| 10006 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
no outgoing calls
no test coverage detected