| 7865 | ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } |
| 7866 | RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } |
| 7867 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
| 7868 | int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } |
| 7869 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 7870 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
no outgoing calls
no test coverage detected