| blib/lib/Math/Cephes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 67 | 0 | 1 | unless ref $r eq 'CODE' |
| 68 | 0 | 1 | unless defined $a and defined $b |
| 73 | 0 | 1 | if $nmax < 2 |
| 86 | 1 | 23 | if $test < $abs or abs $test / $sum < $rel |
| 95 | 0 | 2 | if defined $i and $i > 30 |
| 99 | 1 | 1 | defined $i ? : |
| 110 | 0 | 1 | unless ref $a eq 'ARRAY' and ref $b eq 'ARRAY' |
| 112 | 0 | 1 | unless scalar @$a == 3 and scalar @$b == 3 |