| blib/lib/Games/Bowling/Scorecard.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 81 | 1 | 201 | if $self->is_done |
| 87 | 108 | 93 | if not $frame or $frame->is_done |
| 96 | 10 | 98 | $self->frames == 9 ? : |
| 157 | 4 | 199 | if $self->is_done |
| 160 | 4 | 195 | ref $balls[$i] ? : |
| 201 | 2 | 76 | unless $n >= 1 and $n <= 10 |
| 208 | 6 | 378 | if $frame->is_pending or not $frame->is_done |