blib/lib/Algorithm/Voting/Plurality.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
106 | 12 | 5 | if ($$self{'candidates'}) |
151 | 6 | 5 | if ($self->candidates) |
152 | 1 | 5 | unless (grep {$_ eq $ballot->candidate;} $self->candidates) |