| blib/lib/Games/Dice/Advanced.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 15 | 0 | 130128 | ref $self and $self->isa("Games::Dice::Advanced") |
| 70 | 15 | 0 | 10 | ref $_ && $_->isa('Games::Dice::Advanced') |
| 154 | 100000 | 0 | 0 | $mul != 1 and _die_if_not_number($random) |
| 160 | 10002 | 0 | 101 | $mul != 1 and _die_if_not_number($random) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 141 | 0 | 0 | 25 | ref $mul or $mul =~ /\D/ |
| 142 | 0 | 0 | 25 | ref $mul or $mul =~ /\D/ |