Condition Coverage

blib/lib/Math/Geometry/Planar/Offset.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

line !l l&&!r l&&r condition
309 150 25 6 $n == 0 and $n2 == $npoints - 1
400 46 0 4 abs $time < $first_time and $time == $time_dir * abs($time)
578 19 18 0 abs $delAx < $delta and abs $delAy < $delta
19 18 0 abs $delBx < $delta and abs $delBy < $delta

or 3 conditions

line l !l&&r !l&&!r condition
238 0 0 37 $Am == $Bm or $Am eq $Bm
309 37 31 181 $n2 == $n or $n2 == $n - 1
68 0 181 $n2 == $n or $n2 == $n - 1 or $n == 0 and $n2 == $npoints - 1
325 0 0 175 $Am == $Bm or $Am eq $Bm
578 0 0 37 abs $delAx < $delta and abs $delAy < $delta or abs $delBx < $delta and abs $delBy < $delta
611 150 10 52 $det_123 * $det_124 > 0 or $det_341 * $det_342 > 0