| 6743 | bool Config::hasTestFilters() const { return m_hasTestFilters; } |
| 6744 | |
| 6745 | bool Config::showHelp() const { return m_data.showHelp; } |
| 6746 | |
| 6747 | // IConfig interface |
| 6748 | bool Config::allowThrows() const { return !m_data.noThrow; } |
nothing calls this directly
no outgoing calls
no test coverage detected