| 8083 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
| 8084 | int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } |
| 8085 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 8086 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 8087 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 8088 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
no outgoing calls
no test coverage detected