| line |
!l |
l&&!r |
l&&r |
condition |
|
207
|
29 |
9 |
4 |
$opt{'linear_width'} and not $opt{'linear_thresh'} |
|
464
|
0 |
0 |
48 |
0 <= $x and $x <= 100 |
|
550
|
1 |
1 |
0 |
$@ and not $@ =~ /division.*zero/ |
|
818
|
0 |
0 |
289 |
$k == 0 + $k and $v == 0 + $v |
|
|
0 |
1 |
287 |
$k == 0 + $k and $v == 0 + $v and $v < $INF |
|
929
|
18 |
2 |
0 |
exists $opt{$_} and $raw->{$_} = $opt{$_} |
|
1136
|
1 |
3 |
0 |
$max < $_->[0] and $max = $_->[0] |
|
1179
|
0 |
0 |
1 |
defined $newmin and $newmin > $min |
|
1183
|
0 |
0 |
1 |
defined $newmax and $newmax < $max |
|
1310
|
3 |
1 |
1 |
$method eq 'percentile' and not defined $result |
|
1409
|
1 |
20 |
126 |
@$array and $array->[0] < $x |
|
1421
|
11 |
59 |
4 |
defined $array->[$i] and $array->[$i] == $x |
|
1447
|
1537 |
18 |
206 |
$self->{'linear_width'} && $self->{'linear_width'} * floor($x / $self->{'linear_width'} + 0.5) |
|
1463
|
63 |
0 |
121 |
$self->{'linear_width'} && $self->{'linear_width'} * (floor($x / $self->{'linear_width'} + 0.5) - 0.5) |