Condition Coverage

blib/lib/IO/Buffered/FixedSize.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
38 0 3 1 defined $length and $length =~ /^\d+$/
42 0 0 0 $opts{'MaxSize'} =~ /^\d+$/ && $opts{'MaxSize'} > 0
1 0 0 $opts{'MaxSize'} and not $opts{'MaxSize'} =~ /^\d+$/ && $opts{'MaxSize'} > 0

or 3 conditions

line l !l&&r !l&&!r condition
51 0 1 0 ref $class || $class