blib/lib/Statistics/Descriptive/Sparse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 28 | 50.0 |
line | true | false | branch |
---|---|---|---|
28 | 445 | 354 | if (@_) |
55 | 173 | 288 | if (@_) |
110 | 0 | 0 | if (ref $_[0] eq 'ARRAY') { } |
120 | 0 | 0 | unless @{$aref;} |
124 | 0 | 0 | if (not defined($min = $self->min)) { } |
133 | 0 | 0 | if (not defined($max = $self->max)) { } |
152 | 0 | 0 | if ($_ >= $max) |
157 | 0 | 0 | if ($_ <= $min) |
182 | 4 | 17 | unless $self->count |
193 | 1 | 18 | unless $count |
195 | 1 | 17 | if $count == 1 |
197 | 8 | 9 | unless (defined $self->_variance) |
208 | 1 | 7 | $variance < 0 ? : |
227 | 0 | 0 | unless $self->count |