| 12230 | return *this; |
| 12231 | } |
| 12232 | TestSpec TestSpecParser::testSpec() { |
| 12233 | addFilter(); |
| 12234 | return m_testSpec; |
| 12235 | } |
| 12236 | |
| 12237 | void TestSpecParser::visitChar( char c ) { |
| 12238 | if( m_mode == None ) { |
no outgoing calls
no test coverage detected