| 8068 | |
| 8069 | TestSpec const& Config::testSpec() const { return m_testSpec; } |
| 8070 | bool Config::hasTestFilters() const { return m_hasTestFilters; } |
| 8071 | |
| 8072 | bool Config::showHelp() const { return m_data.showHelp; } |
| 8073 |
no outgoing calls
no test coverage detected