Branch Coverage

blib/lib/Bio/FeatureIO/bed.pm
Criterion Covered Total %
branch 9 36 25.0


line true false branch
116 0 0 $self->use_score ? :
0 1 if $self->mode eq 'w'
138 1 0 if @_
157 1 0 if @_
176 1 0 if @_
183 0 0 unless $feature->isa('Bio::SeqFeature::Annotated')
192 0 0 if (@v = $feature->annotation->get_Annotations('Name')) { }
0 0 elsif (@v = $feature->annotation->get_Annotations('ID')) { }
194 0 0 if scalar @v > 1
197 0 0 if scalar @v > 1
202 0 0 if (ref $name)
205 0 0 if (ref $chrom)
210 0 0 $feature->strand == 0 ? :
229 0 1 unless (&looks_like_number($start) and &looks_like_number($end))
236 0 1 $score ? :
1 0 $strand eq '+' ? :
1 0 $strand ? :
242 1 0 if ($name)