| blib/lib/Games/Bowling/Scorecard/Frame/TenPinTenth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 25 | 126 | if @balls == 3 or @balls == 2 and $balls[0] + $balls[1] < 10 |
| 32 | 12 | 18 | if (my $error = $@) |
| 33 | 11 | 1 | if $error =~ /would bring the frame above 10/ |