line |
!l |
l&&!r |
l&&r |
condition |
155
|
0 |
0 |
7 |
defined($m1 = $params->{'bin-width'}) and defined($m2 = $params->{'num-bins'}) |
|
0 |
0 |
7 |
defined($m1 = $params->{'bin-width'}) and defined($m2 = $params->{'num-bins'}) and defined($m3 = $params->{'left-boundary'}) |
353
|
2 |
0 |
2 |
$self->get_N == $other->get_N && $self->equals_statistics($other) |
360
|
0 |
0 |
5 |
abs $self->M1 - $other->M1 < 1e-10 && abs $self->M2 - $other->M2 < 1e-10 && abs $self->M3 - $other->M3 < 1e-10 && abs $self->M4 - $other->M4 < 1e-10 |
447
|
371 |
573 |
146 |
$x > $B->[$i] and $x <= $$B[$i + 1] |