Condition Coverage

blib/lib/Math/OEIS/SortedFile.pm
Criterion Covered Total %
condition 5 8 62.5


and 3 conditions

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

or 2 conditions

line l !l condition
125 13 0 $self->fh || (return undef)