Condition Coverage

lib/ICC/Support/geo2.pm
Criterion Covered Total %
condition 1 48 2.0


and 3 conditions

line !l l&&!r l&&r condition
35 1 0 0 @_ == 1 and ref $_[0] eq 'HASH'
75 0 0 0 $hash->{'limit0'} and $t < 0
0 0 0 $hash->{'limit1'} and $t > 1
131 0 0 0 $hash->{'limit0'} and $t < 0
0 0 0 $hash->{'limit1'} and $t > 1
221 0 0 0 ref $points eq 'ARRAY' and @{$points;} == grep({ref $_ eq 'ARRAY';} @{$points;})
227 0 0 0 @{$points->[0];} == 3 and 3 == grep({&Scalar::Util::looks_like_number($_);} @{$$points[0];})
230 0 0 0 @{$points->[1];} == 3 and 3 == grep({&Scalar::Util::looks_like_number($_);} @{$$points[1];})
261 0 0 0 defined $p->[0] && !ref($p->[0])
330 0 0 0 ref $points eq 'ARRAY' and @{$points;} == grep({ref $_ eq 'ARRAY';} @{$points;})
336 0 0 0 @{$points->[0];} == 3 and 3 == grep({&Scalar::Util::looks_like_number($_);} @{$$points[0];})
339 0 0 0 @{$points->[1];} == 3 and 3 == grep({&Scalar::Util::looks_like_number($_);} @{$$points[1];})

or 3 conditions

line l !l&&r !l&&!r condition
233 0 0 0 $points->[0][0] != $points->[1][0] or $points->[0][1] != $points->[1][1]
0 0 0 $points->[0][0] != $points->[1][0] or $points->[0][1] != $points->[1][1] or $points->[0][2] != $points->[1][2]
342 0 0 0 $points->[0][0] != $points->[1][0] or $points->[0][1] != $points->[1][1]
0 0 0 $points->[0][0] != $points->[1][0] or $points->[0][1] != $points->[1][1] or $points->[0][2] != $points->[1][2]