| blib/lib/File/ReadBackwards.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 148 | 36 | 24 | 24 | @{$lines_ref;} and $$self{'is_crlf'} |
| 196 | 4 | 12 | 18 | $seek_pos == 0 && $lines_count == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 2 | $^O =~ /win32/i or $^O =~ /vms/i |
| 71 | 34 | 36 | 0 | $rec_sep ||= $default_rec_sep |
| 87 | 58 | 12 | 0 | $seek_pos % $max_read_size || $max_read_size |