blib/lib/File/RandomAccess.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 32 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
107 | 0 | 0 | 702 | seek $fp, 1, 1 and seek $fp, -1, 1 |
147 | 93 | 0 | 0 | $self->{'NoBuffer'} and $self->{'FILE_PT'} |
207 | 7196 | 459 | 0 | $num > 0 and $self->{'FILE_PT'} |
236 | 0 | 0 | 0 | $self->{'DEBUG'}{$pos} and $self->{'DEBUG'}{$pos} > $rtnVal |
301 | 0 | 0 | 0 | $self->{'DEBUG'}{$pos} and $self->{'DEBUG'}{$pos} > $rtnVal |
380 | 0 | 0 | 0 | defined $last and $last < $pos |
394 | 0 | 0 | 0 | defined $last and $last > $cur |
line | l | !l | condition |
---|---|---|---|
202 | 0 | 0 | $self->Purge or return 0 |
232 | 18915 | 359 | read($self->{'FILE_PT'}, $_[0], $len) || 0 |
255 | 0 | 0 | $self->Purge or return 0 |
314 | 0 | 93 | $self->{'FILE_PT'} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 0 | 1512 | 0 | ref $that || $that |