| blib/lib/Math/NumSeq/MaxDigitCount.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 22 | 86.3 |
| line | true | false | branch |
|---|---|---|---|
| 76 | 2 | 2 | if ($$self{'values_type'} eq 'count') { } |
| 77 | 1 | 1 | if ($$self{'digit'} == 1) |
| 105 | 0 | 432 | if (_is_infinite($i)) |
| 119 | 8 | 1892 | if (@$digits < $found_count) |
| 123 | 460 | 1432 | if ($count > $found_count) |
| 129 | 194 | 266 | if ($count == scalar(@$digits) - ($digit == 0)) |
| 134 | 216 | 216 | $$self{'values_type'} eq 'radix' ? : |
| 150 | 0 | 40 | unless ($value == int $value) |
| 153 | 20 | 20 | if ($$self{'values_type'} eq 'count') { } |
| 154 | 10 | 10 | if ($$self{'digit'} == 1) |
| 158 | 0 | 20 | if ($value == 1) |