line |
true |
false |
branch |
29
|
0 |
30 |
if $name |
41
|
1 |
1 |
if ($$self{'low'} < $$that{'low'}) { } |
51
|
4 |
3 |
if ($$self{'low'} <= $$that{'low'}) { } |
61
|
1 |
2 |
if ($$self{'high'} > $$that{'high'}) { } |
71
|
0 |
0 |
if ($$self{'high'} >= $$that{'high'}) { } |
81
|
1 |
1 |
if ($that1 <= $self and $self <= $that2 or $that2 <= $self and $self <= $that1) { } |
104
|
0 |
28 |
if ($$self{'mid'} == $$self{'low'} and $value == $$self{'low'}) |
105
|
0 |
28 |
if ($$self{'high'} == $$self{'mid'} and $value == $$self{'high'}) |
113
|
20 |
8 |
if $value <= $$self{'low'} or $value >= $$self{'high'} |
118
|
3 |
5 |
if ($value < $$self{'mid'}) { } |
|
1 |
4 |
elsif ($value == $$self{'mid'}) { } |