| blib/lib/Image/ExifTool/ASF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 768 | 0 | 0 | 1 | $fileType and $fileType =~ /^(ASF|WMV|WMA|DIVX)$/ |
| 795 | 1 | 14 | 1 | @childEnd and $pos >= $childEnd[-1] |
| line | l | !l | condition |
|---|---|---|---|
| 729 | 2 | 0 | $codecType{&Get16u($dataPt, $pos)} || 'Other' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 701 | 0 | 0 | 1 | $n & 1 or $n < 4 |