| blib/lib/Math/NumSeq/DigitSumModulo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 9 | 0 | if (my $modulus = $self->{'modulus'}) |
| 73 | 1 | 1 | if (ref $self) { } |
| 75 | 1 | 0 | $self->{'modulus'} ? : |
| 76 | 0 | 1 | $radix == 2 && $modulus == 2 ? : |
| 138 | 0 | 1 | if ($modulus == 1) |
| 145 | 0 | 1 | if ($radix % $modulus == 1) |
| 183 | 0 | 93 | if (_is_infinite($i)) |