Condition Coverage

blib/lib/Data/RenderAsTree.pm
Criterion Covered Total %
condition 19 29 65.5


and 3 conditions

line !l l&&!r l&&r condition
336 79 45 0 defined $value and $$opt{'seen'}{$value}
368 79 0 45 defined $value and not defined $$opt{'seen'}{$value}

or 2 conditions

line l !l condition
151 0 37 blessed $item || ''
152 11 26 reftype $item || 'VALUE'
209 1 45 blessed $value || ''
210 16 30 reftype $value || 'VALUE'
279 51 26 $type ||= 'SCALAR'
398 1 22 blessed $s || ''
399 21 2 reftype $s || 'VALUE'

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 7 $key_length < 1 or $key_length > 10000
101 0 0 7 $value_length < 1 or $value_length > 10000
338 0 0 0 $ref_type eq 'SCALAR' || $key =~ /^ARRAY|BLESS|HASH/