File: | lib/XML/Parser/Lite/Tree/XPath/Tokener.pm |
Coverage: | 70.0% |
line | % | coverage | condition | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
211 | 100 |
| $p->match('Symbol', '@') or $p->match('Symbol', '::') or $p->match('Symbol', '(') or $p->match('Symbol', '[') or $p->match('Symbol', ',') or $p->match('Operator') | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
301 | 67 |
| defined $$token{'next'} and $$token{'next'}->match('NameTestPostfix') | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
307 | 40 |
| defined $$token{'next'} and $$token{'next'}->match('QNameSep') and defined $$token{'next'}{'next'} and $$token{'next'}{'next'}->match('NCName') | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
404 | 0 |
| defined $content and $$self{'content'} ne $content |