lib/Algorithm/MasterMind/Consistent_Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
35 | 1762 | 1747286 | if $i == $j |
38 | 873643 | 873643 | if ($i < $j) { } |
69 | 32 | 96 | if ($matches == @$rules) |
87 | 0 | 1 | if $self->is_in($new_combination) |
123 | 302 | 1392 | if ($result_string eq result_as_string($this_result)) |
174 | 7 | 0 | if ($#keys > 1) { } |
178 | 18 | 1792 | if ($this_score > $top_score) |
183 | 1165 | 645 | if ($$self{'_score'}{$score}{$s} == $top_score) |