| blib/lib/Image/ExifTool/Radiance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 18 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 71 | 0 | 1 | unless $raf->ReadLine($buff) and $buff =~ /^#\?(RADIANCE|RGBE)\x0a/s |
| 77 | 1 | 8 | unless length $buff > 0 and length $buff < 4096 |
| 78 | 0 | 8 | if ($buff =~ s/^#\s*//) |
| 79 | 0 | 0 | if length $buff |
| 82 | 4 | 4 | unless ($buff =~ /^(.*)?\s*=\s*(.*)/) |
| 83 | 4 | 0 | if length $buff |
| 89 | 0 | 4 | unless ($tagInfo) |
| 92 | 0 | 0 | unless length $name > 1 |
| 100 | 1 | 0 | if ($raf->ReadLine($buff) and $buff =~ /([-+][XY])\s*(\d+)\s*([-+][XY])\s*(\d+)/) |