blib/lib/Statistics/ANOVA/Friedman.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 18 | 44.4 |
line | true | false | branch |
---|---|---|---|
55 | 2 | 3 | $args{'data'} ? : |
58 | 0 | 5 | if not $n_wt or $n_wt == 1 or $n_bt < 2 |
59 | 1 | 4 | _definitely_no($args{'correct_ties'}) ? : |
65 | 5 | 0 | wantarray ? : |
93 | 0 | 0 | $args{'data'} ? : |
96 | 0 | 0 | if not $n_wt or $n_wt == 1 or $n_bt < 2 |
97 | 0 | 0 | _definitely_no($args{'correct_ties'}) ? : |
105 | 0 | 0 | wantarray ? : |
141 | 1 | 4 | defined $_[0] && $_[0] == 0 ? : |