blib/lib/Games/Score.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | l | !l | condition |
---|---|---|---|
449 | 3 | 44 | $_[0] || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 5 | 3 | 0 | $name ||= default_name() |
77 | 2 | 1 | 5 | $score ||= default_score() |
258 | 2 | 1 | 5 | $self->has_won or $self->has_lost |