Branch Coverage

blib/lib/IO/Reverse.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
129 0 1 unless open my $fh, "<", $args->{'FILENAME'}
151 1 0 if ($args->{'CHUNKSIZE'} >= abs $args->{'F_SIZE'})
193 1 0 if (abs($self->{'F_OFFSET'}) + $self->{'CHUNKSIZE'} > $self->{'F_SIZE'}) { }
213 1 1 if ($self->{'CHUNKSIZE'} > 0)
218 1 1 if ($rsz < 1)
228 1 0 if $buffer =~ /\n/u
235 1 0 if (@bufLines)
254 1 10 if $self->{'BOF'}
256 2 8 unless (@bufLines)
260 10 0 if (@bufLines) { }
264 0 0 if $accumulator