| blib/lib/Minecraft/NBTReader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 0 | 14 | 10 | $type >= 1 and $type <= 6 |
| 132 | 0 | 2 | 5 | $listtype >= 1 and $listtype <= 6 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 1 | not -f $newfname or $self->checkFileType($newfname) ne 'plain' |
| 106 | 10 | 6 | 8 | $type >= 1 and $type <= 6 or $type == 8 |
| 132 | 5 | 0 | 2 | $listtype >= 1 and $listtype <= 6 or $listtype == 8 |
| 203 | 24 | 0 | 6 | $allowzerolength or $len |