blib/lib/Games/Bowling/Scorecard/Frame.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 64 | 0 | 15 | @balls == 1 and $balls[0] == 10 |
56 | 7 | 45 | 12 | @balls == 2 and $balls[0] + $balls[1] == 10 |
64 | 71 | 61 | 20 | @balls == 1 and $balls[0] == 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
64 | 20 | 64 | 68 | @balls == 1 and $balls[0] == 10 or @balls == 2 |