File: | lib/XML/Parser/Lite/Tree/XPath/Axis.pm |
Coverage: | 77.8% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
234 | 67 |
| $$child{'order'} != $min and $$child{'type'} eq 'element' | ||||||||||||
269 | 100 |
| $$tag{'order'} < $max and not $$parents{$$tag{'order'}} | ||||||||||||
273 | 67 |
| $$child{'order'} != $max and $$child{'type'} eq 'element' |