| blib/lib/Chess/Opening/Book/Entry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 0 | 288 | unless (exists $args{'move'}) |
| 38 | 0 | 288 | unless ($args{'move'} =~ /^[a-h][1-8][a-h][1-8][qrbn]?$/u) |
| 43 | 0 | 288 | if exists $args{'weight'} |
| 44 | 0 | 266 | if (exists $args{'count'} and $args{'count'} and not $args{'count'} =~ /^[1-9][0-9]*$/u) |