blib/lib/Math/Fractal/Curve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
115 | 3 | 1 | if (ref $proto) |
117 | 2 | 1 | if (exists $$proto{'end'} and exists $$proto{'start'}) |
129 | 0 | 4 | unless (exists $$self{'generator'}) |
159 | 0 | 1 | unless (defined $start and defined $end) |
209 | 0 | 3 | unless defined $depth |
211 | 1 | 2 | if $depth <= 0 |
243 | 3 | 2 | if exists $$self{'_edges'} |
245 | 0 | 2 | if (ref $$self{'generator'} eq 'CODE') { } |