| lib/Image/Info/PNG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 24 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 29 | 0 | 8 | $type eq "IHDR" and $len == 13 |
| 26 | 0 | 0 | $type eq "gAMA" and $len == 4 | |
| 21 | 0 | 5 | $type eq "pHYs" and $len == 9 | |
| 10 | 0 | 4 | $type eq "tIME" and $len == 7 | |
| 159 | 0 | 0 | 5 | $have_zlib and $method eq "\0" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 1 | 3 | 17 | $type eq "tEXt" or $type eq "zTXt" |
| 4 | 3 | 14 | $type eq "tEXt" or $type eq "zTXt" or $type eq "iTXt" | |
| 94 | 8 | 0 | 0 | {0, 'Gray', 2, 'RGB', 3, 'Indexed-RGB', 4, 'GrayA', 6, 'RGBA'}->{$ctype} || "PNG-$ctype" |