| 14552 | } |
| 14553 | |
| 14554 | void TestSpecParser::revertBackToLastMode() { |
| 14555 | m_mode = lastMode; |
| 14556 | } |
| 14557 | |
| 14558 | bool TestSpecParser::separate() { |
| 14559 | if( (m_mode==QuotedName) || (m_mode==Tag) ){ |
nothing calls this directly
no outgoing calls
no test coverage detected