blib/lib/Statistics/Descriptive/Full.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 23 | 78.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
386 | 0 | 0 | 18 | defined $QuantileNumber and $QuantileNumber =~ /^0|1|2|3|4$/ |
584 | 1 | 1 | 5 | $sd and $n > 2 |
615 | 1 | 1 | 5 | $sd and $n > 3 |
647 | 4 | 0 | 1 | not @_ and defined $self->_frequency |
line | l | !l | condition |
---|---|---|---|
326 | 3 | 1 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 1 | 38 | 0 | ref $proto || $proto |
224 | 1 | 1 | 4 | not $code_ref or ref $code_ref ne 'CODE' |
335 | 2 | 0 | 2 | not $count or $percentile < 100 / $count |