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