blib/lib/Statistics/Running/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 8 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
193 | 2 | 0 | 2 | $self->get_N == $other->get_N && $self->equals_statistics($other) |
200 | 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 |
line | l | !l | condition |
---|---|---|---|
21 | 3 | 4 | (caller 1)[3] || 'N/A' |