blib/lib/Games/Bowling/Scorecard/Frame/TenPinTenth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
29 | 29 | 158 | if @balls == 3 or @balls == 2 and $balls[0] + $balls[1] < 10 |
55 | 14 | 23 | if (my $error = $@) |
56 | 13 | 1 | if $error =~ /would bring the frame above 10/u |
64 | 0 | 0 | if (@{$self->{'balls'}} > 2) |
68 | 0 | 0 | if ($ball >= 9) |