| blib/lib/Statistics/ChiSquare.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 278 | 1 | 9 | if @data == 1 and ref $data[0] |
| 279 | 1 | 9 | unless @data |
| 280 | 1 | 8 | if @data == 1 |
| 281 | 2 | 6 | if grep {/\D/;} @data |
| 285 | 1 | 5 | unless (ref $chitable[$degrees_of_freedom]) |
| 295 | 4 | 20 | if ($chisquare < $_) |