| lib/XML/Parser/Lite/Tree/XPath/Tree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 679 | 0 | 5 | 8 | defined $$token{'next'} and defined $$token{'prev'} |
| 5 | 3 | 5 | defined $$token{'next'} and defined $$token{'prev'} and $$token{'prev'}->is_expression |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 447 | 3 | 176 | 695 | $token->match('NodeTypeTest') or $token->match('NameTest') |
| 457 | 63 | 54 | 0 | $next->match('NodeTypeTest') or $next->match('NameTest') |