| blib/lib/Math/NumSeq/OEIS/Catalogue/Plugin/FractionDigits.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 1 | 65 | if ($class->num_to_denominator($num) % 10 == 0 or $exclude{$num}) |
| 63 | 0 | 66 | if ($num > $class->num_last) |
| 75 | 1 | 65 | if ($class->num_to_denominator($num) % 10 == 0 or $exclude{$num}) |
| 80 | 0 | 66 | if ($num <= $class->num_first) |
| 89 | 132 | 0 | if ($anum =~ /A0*([0-9]+)/ or $anum =~ /([1-9][0-9]*)/) { } |
| 107 | 0 | 0 | if ($class->num_to_denominator($num) % 10 != 0 and not $exclude{$num} and $num >= $class->num_first and $num <= $class->num_last) { } |
| 120 | 1 | 0 | unless (@info_array) |