| blib/lib/Games/Go/AGA/Parse/Round.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | l | !l | condition |
|---|---|---|---|
| 34 | 2 | 0 | $$self{'white_id'} || '' |
| 43 | 1 | 0 | $$self{'black_id'} || '' |
| 52 | 1 | 0 | $$self{'result'} || '' |
| 79 | 1 | 0 | $$self{'comment'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 172 | 9 | 0 | 11 | not $token =~ /\S/ or $token eq '' |