Condition Coverage

blib/lib/App/makefilepl2cpanfile.pm
Criterion Covered Total %
condition 16 28 57.1


and 3 conditions

line !l l&&!r l&&r condition
221 0 0 9 defined $rt->{$m} and $rt->{$m} ne ""
0 8 1 defined $rt->{$m} and $rt->{$m} ne "" and $rt->{$m} != 0
236 0 0 28 defined $h->{$m} and $h->{$m} ne ""
0 26 2 defined $h->{$m} and $h->{$m} ne "" and $h->{$m} != 0

or 2 conditions

line l !l condition
105 4 0 $args{'makefile'} || 'Makefile.PL'
106 1 3 $args{'existing'} || ''
145 21 3 $2 // 0
153 1 0 $2 // 0
159 1 2 $deps{'develop'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
153 0 0 1 $deps{'develop'}{$1} //= $2 // 0
176 0 0 12 $deps{'develop'}{$mod} //= $default{$mod}