blib/lib/Math/Polygon/Surface.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 18 | 27.7 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 4 | if (not ref $_[0]) { } |
4 | 0 | elsif (ref $_[0] eq 'ARRAY') { } | |
0 | 0 | elsif ($_[0]->isa('Math::Polygon')) { } | |
29 | 2 | 0 | if @poly |
37 | 2 | 0 | if ($args->{'_poly'}) { } |
42 | 0 | 0 | unless $outer = $args->{'outer'} |
44 | 0 | 0 | if defined $args->{'inner'} |
48 | 0 | 4 | unless ref $_ eq 'ARRAY' |
92 | 0 | 0 | unless defined $outer |