Condition Coverage

blib/lib/Config/Model/Itself/BackendDetector.pm
Criterion Covered Total %
condition 10 13 76.9


and 3 conditions

line !l l&&!r l&&r condition
35 68 0 612 -f $_ and $n =~ s/\.pm$//
68 68 544 -f $_ and $n =~ s/\.pm$// and not $n =~ /Any$/
63 68 68 544 -f $n and not $n =~ /Any\.pm$/

or 2 conditions

line l !l condition
53 68 0 delete $args->{'help'} || {}
71 544 0 $parser->parse_file($file) || die($parser->error)