| blib/lib/Math/CatmullRom.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 14 | 28.5 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 2 | 1 | if (scalar(@p) / 2 < 4) |
| 64 | 0 | 1 | if (scalar(@p) % 2) |
| 91 | 1 | 0 | unless my $all = shift() |
| 143 | 0 | 0 | wantarray ? : |
| 158 | 0 | 0 | unless my $per_segment = shift() |
| 166 | 0 | 0 | if ($per_segment) |
| 187 | 0 | 0 | wantarray ? : |