Condition Coverage

blib/lib/FLV/Cut.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
191 1 0 0 ref $infile and $infile->isa('FLV::File')

or 2 conditions

line l !l condition
90 4 4 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
91 3 5 0 shift() || $MAX_TIME
93 0 0 8 $cutin < 0 or $cutout < 0
97 0 0 8 $cutin > $MAX_TIME or $cutout > $MAX_TIME
206 149 285 1 $tag->isa('FLV::VideoTag') or $tag->isa('FLV::AudioTag')