| blib/lib/Games/Dice/Probability.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | l | !l | condition |
|---|---|---|---|
| 141 | 29 | 0 | $DiceParser->expression(@_) || die('could not parse expression') |
| 142 | 29 | 0 | travel($$self{'EXPRESSION'}) || die('could not travel parsed expression') |
| 151 | 61 | 0 | shift() || die('invalid or missing expression node') |
| 341 | 0 | 0 | $DiceParser->expression(@_) || die('could not parse expression') |
| 373 | 12201 | 0 | $$self{'PROBABILITIES'}{$targetvalue} || undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 29 | 0 | ref $invocant || $invocant |