| blib/lib/Games/Go/AGA/DataObjects/Player.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 23 | 13.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 183 | 0 | 0 | 0 | $$games[$ii]->black->id eq $id0 and $$games[$ii]->white->id eq $id1 |
| 0 | 0 | 0 | $$games[$ii]->black->id eq $id1 and $$games[$ii]->white->id eq $id0 |
| line | l | !l | condition |
|---|---|---|---|
| 114 | 23 | 2 | $$self{'flags'} ||= [] |
| 202 | 0 | 0 | $idx ||= '<>' |
| 203 | 0 | 0 | $id1 ||= '<>' |
| 284 | 6 | 0 | refaddr($_->winner) || -1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 183 | 0 | 0 | 0 | $$games[$ii]->black->id eq $id0 and $$games[$ii]->white->id eq $id1 or $$games[$ii]->black->id eq $id1 and $$games[$ii]->white->id eq $id0 |
| 224 | 0 | 0 | 0 | $$self{'adj_rating'}[-1] || $self->rating |
| 273 | 0 | 0 | 0 | defined $_->loser || defined $_->winner |