| blib/lib/FLV/Body.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 20 | 65.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 119 | 1462 | 17 | 0 | $tag->isa('FLV::MetaTag') and defined $tag->get_value('keyframes') || defined $tag->get_value('filesize') | 
| 157 | 5053 | 2569 | 72 | $tag->isa('FLV::VideoTag') and $tag->is_keyframe | 
| line | l | !l | condition | 
|---|---|---|---|
| 51 | 32 | 0 | $opts ||= {} | 
| 110 | 17 | 0 | shift() || 9 | 
| 421 | 74 | 1 | $$self{'tags'} ||= [] | 
| 467 | 17 | 0 | $$self{'tags'} ||= [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 109 | 17 | 0 | 0 | shift() || croak('Please specify a filehandle') | 
| 119 | 13 | 0 | 4 | defined $tag->get_value('keyframes') || defined $tag->get_value('filesize') |