| blib/lib/Statistics/Standard_Normal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| line | true | false | branch |
|---|---|---|---|
| 122 | 0 | 30 | unless defined $qty and defined $stype |
| 123 | 13 | 0 | $stype eq 'pct' ? : |
| 17 | 13 | $stype eq 'Z' ? : | |
| 127 | 0 | 30 | unless defined $dtype |
| 130 | 2 | 28 | if ($match <= $_Pctile_Z_map[0]{$stype}) { } |
| 4 | 24 | elsif ($match >= $_Pctile_Z_map[-1]{$stype}) { } | |
| 142 | 10 | 14 | if ($_Pctile_Z_map[$i]{$stype} == $match) { } |
| 158 | 1 | 17 | unless defined $z |
| 160 | 8 | 9 | if $z < 0 |
| 166 | 0 | 13 | unless defined $pct |
| 168 | 6 | 7 | $pct < 50 ? : |