| 9992 | |
| 9993 | TestSpec const& Config::testSpec() const { return m_testSpec; } |
| 9994 | bool Config::hasTestFilters() const { return m_hasTestFilters; } |
| 9995 | |
| 9996 | bool Config::showHelp() const { return m_data.showHelp; } |
| 9997 |
no outgoing calls
no test coverage detected