| blib/lib/Games/Tournament/Contestant/Swiss.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 21 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 139 | 1764 | 0 | 648 | defined $role and defined $round |
| 228 | 1536 | 0 | $self->{'roles'} and $round | |
| 141 | 648 | 0 | 0 | defined $oldrole and $oldrole ne $role |
| 181 | 804 | 268 | 1223 | defined $direction and $direction =~ /^(?:Up|Down|)$/ |
| 201 | 18 | 2003 | 648 | defined $round and defined $float |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 4574 | 0 | 40325 | shift() || $self->{'preference'} |
| 206 | 1052 | 951 | 0 | $round == -1 or $round == -2 |