| line |
!l |
l&&!r |
l&&r |
condition |
|
224
|
33 |
9 |
4 |
$opt{'linear_width'} and not $opt{'linear_thresh'} |
|
489
|
0 |
0 |
48 |
0 <= $x and $x <= 100 |
|
575
|
1 |
1 |
0 |
$@ and not $@ =~ /division.*zero/ |
|
884
|
0 |
0 |
294 |
$k == 0 + $k and $v == 0 + $v |
|
|
0 |
1 |
292 |
$k == 0 + $k and $v == 0 + $v and $v < $INF |
|
995
|
22 |
2 |
0 |
exists $opt{$_} and $raw->{$_} = $opt{$_} |
|
1203
|
1 |
3 |
0 |
$max < $_->[0] and $max = $_->[0] |
|
1246
|
0 |
0 |
1 |
defined $newmin and $newmin > $min |
|
1250
|
0 |
0 |
1 |
defined $newmax and $newmax < $max |
|
1379
|
3 |
1 |
1 |
$method eq 'percentile' and not defined $result |
|
1482
|
1 |
20 |
126 |
@$array and $array->[0] < $x |
|
1494
|
11 |
59 |
4 |
defined $array->[$i] and $array->[$i] == $x |
|
1520
|
1537 |
18 |
237 |
$self->{'linear_width'} && $self->{'linear_width'} * floor($x / $self->{'linear_width'} + 0.5) |
|
1536
|
67 |
0 |
121 |
$self->{'linear_width'} && $self->{'linear_width'} * (floor($x / $self->{'linear_width'} + 0.5) - 0.5) |