blib/lib/Statistics/DEA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 24 | 62.5 |
line | true | false | branch |
---|---|---|---|
136 | 3 | 3 | if @_ |
143 | 3 | 3 | if @_ |
150 | 3 | 9 | unless defined $$dea{'alpha'} and defined $$dea{'max_gap'} |
156 | 0 | 3 | unless @_ == 2 |
159 | 0 | 3 | unless 0 <= $alpha and $alpha < 1 |
161 | 0 | 3 | unless $max_gap > 0 |
175 | 0 | 3 | unless $$dea{'previous_time'} < $time |
181 | 0 | 3 | $new_data_weight_a < $new_data_weight_b ? : |
203 | 0 | 2 | unless $$dea{'sum_of_weights'} > 0 |
212 | 0 | 2 | unless $$dea{'sum_of_weights'} > 0 |
223 | 0 | 2 | unless @_ == 1 |
226 | 0 | 2 | unless $$dea{'previous_time'} <= $time |