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