blib/lib/Math/OEIS/SortedFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 8 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 2 | ref $self and defined $self->{'filename'} |
146 | 2 | 4 | 7 | defined($line = readline $fh) && $self->line_to_anum($line) eq $anum |
line | l | !l | condition |
---|---|---|---|
125 | 13 | 0 | $self->fh || (return undef) |