| blib/lib/App/Games/Keno.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 12 | 58.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 49 | 2 | 10 | 1 | defined $self->spots and defined $self->num_spots | 
| 54 | 0 | 0 | 1 | $self->num_spots >= 1 and $self->num_spots <= 10 | 
| 184 | 0 | 0 | 0 | $matches > 6 and $matches == $self->num_spots | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 51 | 10 | 1 | 1 | defined $self->spots or defined $self->num_spots |