blib/lib/Games/Bowling/Scorecard/Frame/TenPinTenth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 106 | 52 | 9 | @balls == 2 and $balls[0] + $balls[1] < 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 20 | 32 | 135 | @balls == 3 or @balls == 2 and $balls[0] + $balls[1] < 10 |