blib/lib/PITA/XML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 0 | 0 | 2 | defined $file and not ref $file |
0 | 0 | 2 | defined $file and not ref $file and length $file | |
123 | 0 | 0 | 2 | $file and -f $file |
0 | 0 | 2 | $file and -f $file and -r _ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
157 | 30 | 2 | 1 | $PITA::XML::SCHEMES{$string} || $string =~ /x_/ |