Branch Coverage

Bio/Search/Result/CrossMatchResult.pm
Criterion Covered Total %
branch 2 36 5.5


line true false branch
131 0 1 if (defined $iters) { }
132 0 0 unless ref($iters) =~ /array/i
163 0 0 if ($self->{'_no_iterations'})
187 2 0 if ($self->{'_no_iterations'})
192 0 0 if (not defined $self->{'_last_hit'}) { }
198 0 0 if $iter_index >= scalar @{$self->{'_iterations'};}
203 0 0 defined $hit ? :
222 0 0 if ($self->{'_no_iterations'})
225 0 0 unless (defined $self->{'_iterations'})
243 0 0 if ($i->isa('Bio::Search::Iteration::IterationI')) { }
268 0 0 unless ($self->{'_iter_queue_started'})
290 0 0 unless defined $num
291 0 0 unless ($num >= 1 and $num <= scalar $self->{'_iteration_count'})
343 0 0 if (ref($self->{'_iterations'}) =~ /ARRAY/i)
380 0 0 if (not defined $round) { }
381 0 0 if ($self->{'_iterations'} > 1) { }
384 0 0 unless (defined $$self{"_iteration_$i"}{'_no_hits_found'})
473 0 0 if ($value) { }