Condition Coverage

blib/lib/Games/Bowling/Scorecard/Frame.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
102 91 0 20 @balls == 1 and $balls[0] == 10
103 9 68 14 @balls == 2 and $balls[0] + $balls[1] == 10
111 100 88 27 @balls == 1 and $balls[0] == 10

or 3 conditions

line l !l&&r !l&&!r condition
111 27 91 97 @balls == 1 and $balls[0] == 10 or @balls == 2