blib/lib/Statistics/Descriptive/Sparse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 28 | 50.0 |
line | true | false | branch |
---|---|---|---|
24 | 445 | 354 | if (@_) |
49 | 173 | 288 | if (@_) |
104 | 0 | 0 | if (ref $_[0] eq 'ARRAY') { } |
112 | 0 | 0 | unless @{$aref;} |
116 | 0 | 0 | if (not defined($min = $self->min)) { } |
125 | 0 | 0 | if (not defined($max = $self->max)) { } |
143 | 0 | 0 | if ($_ >= $max) |
147 | 0 | 0 | if ($_ <= $min) |
171 | 4 | 17 | unless $self->count |
181 | 1 | 18 | unless $count |
183 | 1 | 17 | if $count == 1 |
185 | 8 | 9 | unless (defined $self->_variance) |
195 | 1 | 7 | $variance < 0 ? : |
213 | 0 | 0 | unless $self->count |