blib/lib/Math/NumSeq/NumAronson.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 22 | 86.3 |
line | true | false | branch |
---|---|---|---|
69 | 6 | 84 | if ($pow == 0) { } |
6 | 78 | elsif ($j >= 3 * $pow) { } | |
71 | 4 | 2 | if ($j < 2) |
102 | 9 | 129 | if ($i <= 2) |
103 | 3 | 6 | if ($i < 0) { } |
150 | 12 | 170 | if ($value < 6) |
157 | 65 | 105 | $aj < 0 ? : |
170 | 644 | 2215 | if ($n < $base) |
176 | 13 | 0 | if (ref $n and $n->isa('Math::BigInt') || $n->isa('Math::BigRat')) |
192 | 0 | 2202 | if ($n < $pow) { } |
0 | 2202 | elsif ($n >= $base * $pow) { } |