| blib/lib/Statistics/RankCorrelation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 1 | 0 | 14 | $self->x_data and $self->y_data |
| 1 | 0 | 14 | $self->x_data and $self->y_data and @{$self->x_data;} | |
| 0 | 0 | 14 | $self->x_data and $self->y_data and @{$self->x_data;} and @{$self->y_data;} | |
| 236 | 75 | 33 | 466 | $x_sign && $y_sign |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 15 | 0 | ref $proto || $proto |
| 121 | 1 | 0 | 13 | $x_sum2 == 0 or $y_sum2 == 0 |
| 244 | 2 | 3 | 8 | keys %{$self->x_ties;} or keys %{$self->y_ties;} |