Branch Coverage

blib/lib/Math/Geometry/IntersectionArea.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
78 0 0 unless my $c2 = $ab->norm2
82 0 0 if ($discriminant > 0)
87 0 0 if ($alfa0 < 1 and $alfa1 > 0)
91 0 0 if ($alfa0 > 0) { }
98 0 0 if ($alfa1 <= 1) { }
114 0 0 unless @_ == 4
120 0 0 if $$a[0] >= $r or $$c[0] <= -$r or $$a[1] >= $r or $$c[1] <= -$r
133 0 0 unless @_ > 4
141 0 0 if $$v0[0] >= $r or $$v1[0] <= -$r or $$v0[1] >= $r or $$v1[1] <= -$r