| blib/lib/Config/Model/Itself/BackendDetector.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 13 | 76.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 13 | 0 | 91 | -f $_ and $n =~ s/\.pm$// |
| 13 | 13 | 78 | -f $_ and $n =~ s/\.pm$// and not $n =~ /Any$/ | |
| 63 | 13 | 13 | 78 | -f $n and not $n =~ /Any\.pm$/ |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 13 | 0 | delete $args->{'help'} || {} |
| 71 | 78 | 0 | $parser->parse_file($file) || die($parser->error) |