| blib/lib/XML/Conf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 8 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 1 | 0 | 3 | not $filename =~ m[^[/\.]] and -e "./$filename" |
| 137 | 0 | 0 | 0 | UNIVERSAL::isa($val, 'HASH') and not tied %$val |
| line | l | !l | condition |
|---|---|---|---|
| 29 | 4 | 0 | XML::Simple::XMLin($xml) || (return undef) |