Branch Coverage

blib/lib/IO/Buffered/Last.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
38 0 1 if $opts{'MaxSize'} and not $opts{'MaxSize'} =~ /^\d+$/ && $opts{'MaxSize'} > 0
75 0 2 if (my $maxsize = $$self{'maxsize'})
77 0 0 if ($length > $maxsize)
109 1 1 if $$self{'buffer'} ne ''