Condition Coverage

Bio/Search/Iteration/GenericIteration.pm
Criterion Covered Total %
condition 10 23 43.4


or 2 conditions

line l !l condition
294 687 0 $self->{'_hit_factory'} || (return)
503 99 0 $self->hit_factory || (return @{$self->{'_newhits_below_threshold'};})
522 99 0 $self->hit_factory || (return @{$self->{'_newhits_not_below_threshold'};})
546 99 0 $self->hit_factory || (return @{$self->{'_newhits_unclassified'};})
585 99 0 $self->hit_factory || (return @{$self->{'_oldhits_below_threshold'};})
604 99 0 $self->hit_factory || (return @{$self->{'_oldhits_newly_below_threshold'};})
623 99 0 $self->hit_factory || (return @{$self->{'_oldhits_not_below_threshold'};})

or 3 conditions

line l !l&&r !l&&!r condition
257 93 0 2 defined $value or not defined $previous
273 0 0 0 defined $value or not defined $previous
422 0 1 0 ref $hit eq 'HASH' or $hit->isa('Bio::Search::Hit::HitI')