blib/lib/Video/Info/RIFF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 11 | 45.4 |
line | l | !l | condition |
---|---|---|---|
55 | 0 | 0 | warn q[probe(): doesn't look like RIFF data] and return 0 |
line | l | !l | condition |
---|---|---|---|
19 | 1 | 1 | $param{-'headersize'} || 10240 |
97 | 0 | 3 | $self->vstreams || 0 |
104 | 0 | 3 | $self->astreams || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
55 | 3 | 0 | 0 | $type =~ /^(RIFF)/ or $type =~ /^(AVI) / |