blib/lib/Games/Bowling/Scorecard/Frame/TenPinTenth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 86 | 40 | 9 | @balls == 2 and $balls[0] + $balls[1] < 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 16 | 0 | 135 | @balls == 3 or @balls == 2 and $balls[0] + $balls[1] < 10 |