Branch Coverage

Bio/PopGen/Marker.pm
Criterion Covered Total %
branch 11 26 42.3


line true false branch
120 493 0 unless (defined $uid)
123 493 0 if (defined $name) { }
128 0 493 if defined $desc
129 0 493 if defined $type
131 2 491 if (defined $af)
132 0 2 if (not ref($af) =~ /HASH/i) { }
157 493 49542 if @_
176 0 0 if @_
194 0 0 if @_
213 493 0 if @_
230 0 0 unless $arg
231 0 0 unless ref $arg and $arg->isa('Bio::AnnotationCollectionI')
251 311 0 if (/[^\d\.\-e]/) { }