Condition Coverage

blib/lib/Statistics/RankCorrelation.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
39 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;}
240 75 33 466 $x_sign && $y_sign

or 3 conditions

line l !l&&r !l&&!r condition
16 0 15 0 ref $proto || $proto
123 1 0 13 $x_sum2 == 0 or $y_sum2 == 0
248 2 3 8 keys %{$self->x_ties;} or keys %{$self->y_ties;}