Condition Coverage

blib/lib/Iterator/Flex/Buffer.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 8 &Scalar::Util::looks_like_number($capacity) and int $capacity == $capacity
0 0 8 &Scalar::Util::looks_like_number($capacity) and int $capacity == $capacity and $capacity >= 0
154 0 0 12 Ref::Util::XS::is_blessed_ref($@) and $@->isa("Iterator::Flex::Failure::Exhausted")

or 2 conditions

line l !l condition
60 8 0 $capacity //= 0
86 0 8 $next //= 1
135 35 8 $array //= []