blib/lib/Image/ExifTool/Radiance.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 1 | $raf->ReadLine($buff) and $buff =~ /^#\?(RADIANCE|RGBE)\x0a/s |
77 | 1 | 0 | 8 | length $buff > 0 and length $buff < 4096 |
100 | 0 | 0 | 1 | $raf->ReadLine($buff) and $buff =~ /([-+][XY])\s*(\d+)\s*([-+][XY])\s*(\d+)/ |