Branch Coverage

blib/lib/FLV/Cut.pm
Criterion Covered Total %
branch 18 24 75.0


line true false branch
93 0 8 if ($cutin < 0 or $cutout < 0)
97 0 8 if ($cutin > $MAX_TIME or $cutout > $MAX_TIME)
101 0 8 if ($cutin >= $cutout)
110 0 8 unless ($outfh)
115 2 6 if ($$self{'outfiles'}{$outfile}) { }
117 1 1 if ($$self{'outfiles'}{$outfile}{'cutin'} > $cutin)
134 1 7 if ($$times[$i]{'time'} != $cutin)
145 4 15 if (any sub { $_ eq $outfile; } , @{$$times[$i]{'out'};}) { }
156 3 5 if ($$times[$i]{'time'} != $cutout + 1)
165 3 0 if ($added_last)
191 0 1 if (ref $infile and $infile->isa('FLV::File')) { }
206 434 1 if ($tag->isa('FLV::VideoTag') or $tag->isa('FLV::AudioTag'))