Condition Coverage

blib/lib/Text/Shoebox/Entry.pm
Criterion Covered Total %
condition 19 27 70.3


and 3 conditions

line !l l&&!r l&&r condition
76 22 0 0 @_ == 1 and ref $_[0] eq 'ARRAY'
289 2 2 6 defined $$e[$i] and length $$e[$i]
302 0 2 6 defined $$e[$i] and $$e[$i] =~ /\S/

or 2 conditions

line l !l condition
407 1 5 $h{$$e[$i]} ||= []
435 1 2 $h{$$e[$i]} ||= []
581 1 1 $gi ||= 'pair'
582 1 1 $key_name ||= 'key'
583 1 1 $value_name ||= 'value'
615 0 0 $_[0][0] || 0

or 3 conditions

line l !l&&r !l&&!r condition
74 0 22 0 ref $class || $class
291 0 1 5 ref $$e[$i] or ref $$e[$i + 1]