lib/XML/Parser/Lite/Tree/XPath/Eval.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 130 | unless (defined $token) |
35 | 1 | 129 | if ($out->is_error) |
42 | 0 | 0 | if ($$out{'type'} ne 'nodeset') |
81 | 985 | 200 | if ($$tag{'type'} eq 'element') |
87 | 710 | 275 | if (defined $id and length $id) |
88 | 710 | 0 | unless (defined $$self{'uids'}{$id}) |
101 | 1115 | 70 | if ($$tag{'type'} eq 'root' or $$tag{'type'} eq 'element') |