blib/lib/Math/OEIS/Stripped.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
53 | 6 | 6 | unless (defined $line) |
55 | 2 | 4 | unless my($got_anum, $values_str) = $self->line_split_anum($line) |
63 | 0 | 7 | unless (ref $self) |
66 | 3 | 4 | if (defined $values_str) |
74 | 0 | 3 | unless (ref $self) |
77 | 3 | 0 | if (my $use_bigint = $self->{'use_bigint'}) |
79 | 1 | 8 | if ($use_bigint eq '1' or $use_bigint eq 'if_necessary' and length $value > 18) |
121 | 4 | 5 | unless $line =~ /^(A\d+)(\s+)(,+)([-0-9].*?)(\s|,)*$/ |
123 | 0 | 5 | if (length $3 > 1) |