Condition Coverage

blib/lib/Test/Lazy/Tester.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
290 90 0 0 ref $expect eq 'ARRAY' and !@got || ref $got[0] ne 'ARRAY'
90 0 0 ref $expect eq 'HASH' and not @got
302 92 0 0 ref $statement eq 'CODE' and $deparser

or 3 conditions

line l !l&&r !l&&!r condition
245 0 2 112 ref $expect eq 'ARRAY' || ref $expect eq 'HASH'
290 0 0 0 !@got || ref $got[0] ne 'ARRAY'