| blib/lib/Math/NumSeq/AsciiSelf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 19 | 57.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 97 | 0 | 37 | $name eq 'ith' and ref $self |
| 97 | 36 | 1 | $name eq 'ith' and ref $self and $self->{'radix'} == 7 |
| line | l | !l | condition |
|---|---|---|---|
| 104 | 0 | 1 | $values_max[$radix] || 48 |
| 152 | 72 | 0 | $start ||= 48 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 109 | 0 | 0 | 0 | $values_max[$radix] || $radix + ($radix <= 10 ? 47 : 55) |
| 149 | 10 | 72 | 0 | $start ||= $r->[0] |
| 210 | 0 | 4 | 1723 | _is_infinite($i) or ($i -= 1) < 0 |