| 9901 | bool Config::hasTestFilters() const { return m_hasTestFilters; } |
| 9902 | |
| 9903 | bool Config::showHelp() const { return m_data.showHelp; } |
| 9904 | |
| 9905 | // IConfig interface |
| 9906 | bool Config::allowThrows() const { return !m_data.noThrow; } |
nothing calls this directly
no outgoing calls
no test coverage detected