Branch Coverage

Bio/Seq/SeqBuilder.pm
Criterion Covered Total %
branch 30 40 75.0


line true false branch
196 0 439 if substr($slot, 0, 1) eq '-'
197 419 20 if ($self->want_all)
200 8 21 if $slot eq $_
202 88 323 unless (exists $self->{'_objskel'})
205 103 308 if (exists $param_slot_map{$slot}) { }
210 411 0 if $ok
215 2 66 if ($slot eq $_)
268 0 839 unless $h
270 325 514 if (@args > 1 and @args % 2 and substr($slot, 0, 1) eq '-') { }
277 0 514 if ($slot eq 'add_SeqFeature') { }
279 0 0 unless $h->{$slot}
282 0 514 unless substr($slot, 0, 1) eq '-'
317 2 19 unless $ok
319 2 333 unless $ok
349 212 2 if (exists $self->{'_objhash'} and %{$self->{'_objhash'};})
418 4 0 unless (grep {$slot eq $_;} @$myslots)
477 3 0 unless (grep {$slot eq $_;} @$myslots)
553 437 439 if @_
609 0 2 if (grep {ref $_ ne 'CODE';} @conds)
656 411 711 if (@_)