Condition Coverage

lib/App/Perlbrew/Util.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
137 2 1 2 $detail->{'os'} eq $sys->os && _arch_compat($detail->{'arch'}) eq _arch_compat($sys->arch)

or 2 conditions

line l !l condition
78 20 4 $v[2] ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
58 2 0 50 not defined $_->[1] or $_->[1] == 0
82 44 141 0 $v[3] ||= $v[1] >= 6 ? 9 : 0
129 1 5 0 $compat->{$arch} || $arch
147 0 0 0 $arch eq "x86_64" or $arch eq "i386"