| blib/lib/Image/ExifTool/AAC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 22 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 99 | 0 | 1 | unless $raf->Read($buff, 7) == 7 |
| 100 | 0 | 1 | unless $buff =~ /^\xff[\xf0\xf1]/ |
| 102 | 0 | 1 | if ($t[0] >> 16 & 3) == 3 |
| 103 | 0 | 1 | if ($t[0] >> 12 & 15) > 12 |
| 105 | 0 | 1 | if $len < 7 |
| 117 | 0 | 1 | unless $noCRC |
| 118 | 0 | 1 | if $pos + 2 > length $buff |
| 122 | 1 | 0 | if ($id == 6) |
| 125 | 1 | 0 | if ($cnt == 15) |
| 129 | 1 | 0 | if ($pos + $cnt <= length $buff) |
| 133 | 1 | 0 | if $dat =~ /^[\x20-\x7e]+$/ |