blib/lib/Games/Nintendo/Mario/Hearts.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
81 | 2 | 0 | if ($item eq "heart" and $plumber->hearts and $plumber->hearts < $plumber->max_hearts) |
91 | 4 | 0 | if ($self->hearts) |
92 | 2 | 2 | unless --$hearts{$self} |