Condition Coverage

blib/lib/Set/SegmentTree/node.pm
Criterion Covered Total %
condition 15 33 45.4


and 3 conditions

line !l l&&!r l&&r condition
10 58 0 58 defined $args{'min'} and $args{'min'} != 0
11 88 2 26 defined $args{'low'} and $args{'low'} != 0
12 58 0 58 defined $args{'max'} and $args{'max'} != 0
13 88 0 28 defined $args{'high'} and $args{'high'} != 0
14 116 0 0 defined $args{'split'} and $args{'split'} != 0
200 0 0 0 defined $reloc->{'type'} and $reloc->{'type'} eq 'unsigned delta'
0 0 0 defined $reloc->{'type'} and $reloc->{'type'} eq 'signed negative delta'

or 2 conditions

line l !l condition
35 0 0 $_[0]{'min'} // 0
36 232 54 $_[0]{'low'} // 0
37 0 0 $_[0]{'max'} // 0
38 240 50 $_[0]{'high'} // 0
39 0 0 $_[0]{'split'} // 0
44 58 0 $offset //= 0