blib/lib/FLV/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 24 | 24 | 100.0 |
line | true | false | branch |
---|---|---|---|
47 | 3237 | 5936 | if ($tag->isa('FLV::VideoTag')) { } |
5919 | 17 | elsif ($tag->isa('FLV::AudioTag')) { } | |
80 | 1 | 35 | if ($signature ne 'FLV') |
85 | 1 | 34 | if ($version != 1) |
91 | 1 | 33 | if (0 != ($flags & 240)) |
96 | 1 | 32 | if ($offset < 9) |
101 | 31 | 1 | $flags & 4 ? : |
102 | 31 | 1 | $flags & 1 ? : |
105 | 1 | 31 | if ($offset > 9) |
143 | 17 | 1 | $$self{'has_audio'} ? : |
17 | 1 | $$self{'has_video'} ? : | |
147 | 17 | 1 | $result ? : |