Condition Coverage

blib/lib/Lazy/Util.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
31 18 2 0 @vals == 1 and _isa($vals[0], 'Lazy::Util::OO')
39 84 0 0 &SCALAR_DEFER() and _isa($vals[0], 0)

or 3 conditions

line l !l&&r !l&&!r condition
39 0 1 83 &SCALAR_DEFER() and _isa($vals[0], 0) or ref $vals[0] eq 'CODE'