| blib/lib/Image/ExifTool/FLAC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 32 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 172 | 32 | 0 | 0 | $verbose and $f1 != 0 || $f2 != 7 |
| 177 | 26 | 11 | 10 | $i == $i1 and $f1 |
| 181 | 26 | 12 | 9 | $i == $i2 and $f2 < 7 |
| 194 | 7 | 8 | 3 | $i == $i1 and $f1 |
| 198 | 7 | 8 | 3 | $i == $i2 and $f2 < 7 |
| 242 | 0 | 0 | 2 | $raf->Read($buff, 4) == 4 and $buff eq "fLaC" |
| line | l | !l | condition |
|---|---|---|---|
| 151 | 0 | 5 | $dirInfo->{'DirStart'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 152 | 0 | 5 | 0 | $dirInfo->{'DirLen'} || length($$dataPt) - $dirStart |
| 162 | 30 | 4 | 0 | $2 || $1 |
| 169 | 0 | 32 | 2 | ref $tagTablePtr->{$tag} ne "HASH" or not $tagTablePtr->{$tag}{'Format'} |
| 172 | 0 | 0 | 0 | $f1 != 0 || $f2 != 7 |