| blib/lib/Image/ExifTool/FLAC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 32 | 65.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 184 | 32 | 0 | 0 | $verbose and $f1 != 0 || $f2 != 7 |
| 189 | 26 | 11 | 10 | $i == $i1 and $f1 |
| 193 | 26 | 12 | 9 | $i == $i2 and $f2 < 7 |
| 206 | 7 | 8 | 3 | $i == $i1 and $f1 |
| 210 | 7 | 8 | 3 | $i == $i2 and $f2 < 7 |
| 254 | 0 | 0 | 2 | $raf->Read($buff, 4) == 4 and $buff eq "fLaC" |
| line | l | !l | condition |
|---|---|---|---|
| 163 | 0 | 5 | $dirInfo->{'DirStart'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 164 | 2 | 3 | 0 | $dirInfo->{'DirLen'} || length($$dataPt) - $dirStart |
| 174 | 30 | 4 | 0 | $2 || $1 |
| 181 | 0 | 32 | 2 | ref $tagTablePtr->{$tag} ne "HASH" or not $tagTablePtr->{$tag}{'Format'} |
| 184 | 0 | 0 | 0 | $f1 != 0 || $f2 != 7 |