Condition Coverage

blib/lib/Games/Object/Common.pm
Criterion Covered Total %
condition 14 22 63.6


and 3 conditions

line !l l&&!r l&&r condition
37 235 534 0 $ref eq '' and $data =~ /\n/
0 0 9 $ref and UNIVERSAL::can($ref, 'save')
144 35 1386 0 @$args and $$args[0] =~ /^Games::Object/
199 2189 4553 0 defined $$res{$oname} and defined $rstr
279 320 0 7 not ref $cbk and $cbk eq 'FAIL'

or 2 conditions

line l !l condition
106 0 58 $store || []
113 21 175 $store || {}

or 3 conditions

line l !l&&r !l&&!r condition
276 0 190 44 @$list == 0 or ref $$list[0] ne 'ARRAY'