| blib/lib/Games/Nintendo/Mario/Hearts.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 9 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 81 | 3 | 0 | 2 | $item eq "heart" and $plumber->hearts | 
| 3 | 0 | 2 | $item eq "heart" and $plumber->hearts and $plumber->hearts < $plumber->max_hearts | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 73 | 38 | 3 | 0 | $hearts{$self} //= $self->__default_hearts |