Condition Coverage

blib/lib/App/Games/Keno.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
62 2 13 1 defined $self->spots and defined $self->num_spots
73 0 0 1 $self->num_spots >= 1 and $self->num_spots <= 10
222 0 0 0 $matches > 6 and $matches == $self->num_spots
250 0 0 0 $self->verbose > 0 and $this_payout > 0

or 3 conditions

line l !l&&r !l&&!r condition
64 13 1 1 defined $self->spots or defined $self->num_spots
68 1 1 12 $self->verbose < 0 or $self->verbose > 2