| 10006 | double Config::minDuration() const { return m_data.minDuration; } |
| 10007 | RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } |
| 10008 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
| 10009 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 10010 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 10011 | int Config::abortAfter() const { return m_data.abortAfter; } |
no outgoing calls
no test coverage detected