Condition Coverage

blib/lib/CPAN/Mini/Visit/Simple.pm
Criterion Covered Total %
condition 1 18 5.5


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 2 defined $config_file and -e $config_file
207 0 0 0 defined $args->{'action'} and defined &reftype($args->{'action'})
0 0 0 defined $args->{'action'} and defined &reftype($args->{'action'}) and &reftype($args->{'action'}) eq 'CODE'
215 0 0 0 defined &reftype($args->{'action_args'}) and &reftype($args->{'action_args'}) eq 'ARRAY'
254 0 0 0 not $extract_ok and $Archive::Extract::WARN
262 0 0 0 @children == 1 and -d $children[0]