blib/lib/Statistics/Descriptive/Full.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 23 | 78.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
425 | 0 | 0 | 18 | defined $QuantileNumber and $QuantileNumber =~ /^0|1|2|3|4$/ |
627 | 1 | 1 | 5 | $sd and $n > 2 |
660 | 1 | 1 | 5 | $sd and $n > 3 |
696 | 4 | 0 | 1 | not @_ and defined $self->_frequency |
line | l | !l | condition |
---|---|---|---|
362 | 3 | 1 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 1 | 38 | 0 | ref $proto || $proto |
244 | 1 | 1 | 4 | not $code_ref or ref $code_ref ne "CODE" |
371 | 2 | 0 | 2 | not $count or $percentile < 100 / $count |