| blib/lib/Chess/FIDE/Player.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 28999 | 833 | 164 | $player->{'tit'} and $player->{'tit'} eq 'm' |
| 62 | 28999 | 961 | 36 | $player->{'tit'} and $player->{'tit'} eq 'wm' |
| 64 | 28999 | 0 | 997 | $player->{'tit'} and $player->{'tit'} ne 'WH' |
| 28999 | 217 | 780 | $player->{'tit'} and $player->{'tit'} ne 'WH' and not $player->{'tit'} =~ /m$/i |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 243714 | 2 | 386200 | $player->{$_} ||= $FIDE_defaults{$_} |
| 59 | 9997 | 19999 | 0 | $player->{'sex'} ||= $player->{'flag'} =~ /^w/ ? 'F' : 'M' |