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
397 79 45 0 defined $value and $opt->{'seen'}{$value}
429 79 0 45 defined $value and not defined $opt->{'seen'}{$value}

or 2 conditions

line l !l condition
212 0 37 &blessed($item) || ''
213 11 26 &reftype($item) || 'VALUE'
270 1 45 &blessed($value) || ''
271 16 30 &reftype($value) || 'VALUE'
340 51 26 $type ||= 'SCALAR'
471 1 22 &blessed($s) || ''
472 21 2 &reftype($s) || 'VALUE'

or 3 conditions

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