| 6549 | return m_data.benchmarkResolutionMultiple; |
| 6550 | } |
| 6551 | UseColour::YesOrNo Config::useColour() const { |
| 6552 | return m_data.useColour; |
| 6553 | } |
| 6554 | bool Config::shouldDebugBreak() const { |
| 6555 | return m_data.shouldDebugBreak; |
| 6556 | } |
no outgoing calls
no test coverage detected