| blib/lib/File/RandomAccess.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 32 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 688 | seek $fp, 1, 1 and seek $fp, -1, 1 |
| 147 | 92 | 0 | 0 | $self->{'NoBuffer'} and $self->{'FILE_PT'} |
| 207 | 7190 | 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 | 18653 | 357 | read($self->{'FILE_PT'}, $_[0], $len) || 0 |
| 255 | 0 | 0 | $self->Purge or return 0 |
| 314 | 0 | 92 | $self->{'FILE_PT'} || (return) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 0 | 1497 | 0 | ref $that || $that |