blib/lib/Set/SegmentTree/node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 33 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
12 | 58 | 0 | 58 | defined $args{'min'} and $args{'min'} != 0 |
13 | 88 | 2 | 26 | defined $args{'low'} and $args{'low'} != 0 |
14 | 58 | 0 | 58 | defined $args{'max'} and $args{'max'} != 0 |
15 | 88 | 0 | 28 | defined $args{'high'} and $args{'high'} != 0 |
16 | 116 | 0 | 0 | defined $args{'split'} and $args{'split'} != 0 |
202 | 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' |
line | l | !l | condition |
---|---|---|---|
37 | 0 | 0 | $_[0]{'min'} // 0 |
38 | 232 | 54 | $_[0]{'low'} // 0 |
39 | 0 | 0 | $_[0]{'max'} // 0 |
40 | 240 | 50 | $_[0]{'high'} // 0 |
41 | 0 | 0 | $_[0]{'split'} // 0 |
46 | 58 | 0 | $offset //= 0 |