Condition Coverage

blib/lib/FLV/ToSWF.pm
Criterion Covered Total %
condition 21 27 77.7


and 3 conditions

line !l l&&!r l&&r condition
91 0 2 0 defined $acodec and $acodec != 2
205 2 866 0 @{$$flvinfo{'audtags'};} and $islast || $$self{'audsamples'} < $needsamples

or 2 conditions

line l !l condition
237 2 1 $$self{'flv'}->get_meta('duration') || 0
2 1 $$self{'flv'}->get_meta('videocodecid') || 0
2 1 $$self{'flv'}->get_meta('audiocodecid') || 0
2 1 $$self{'flv'}->get_meta('width') || 320
2 1 $$self{'flv'}->get_meta('height') || 240
2 1 $$self{'flv'}->get_meta('framerate') || 12

or 3 conditions

line l !l&&r !l&&!r condition
123 149 0 149 4 == $$vidtag{'codec'} or 5 == $$vidtag{'codec'}
127 0 0 149 not $data =~ s/\A(.)//msx or $1 ne "\000"
205 6 564 296 $islast || $$self{'audsamples'} < $needsamples