| 11958 | return *this; |
| 11959 | } |
| 11960 | TestSpec TestSpecParser::testSpec() { |
| 11961 | addFilter(); |
| 11962 | return m_testSpec; |
| 11963 | } |
| 11964 | |
| 11965 | void TestSpecParser::visitChar( char c ) { |
| 11966 | if( m_mode == None ) { |
no outgoing calls
no test coverage detected