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
61 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
153 0 0 12 Ref::Util::XS::is_blessed_ref($@) and $@->isa("Iterator::Flex::Failure::Exhausted")

or 2 conditions

line l !l condition
59 8 0 $capacity //= 0
85 0 8 $next //= 1
134 35 8 $array //= []