Branch Coverage

blib/lib/Bio/Coordinate/Result.pm
Criterion Covered Total %
branch 19 26 73.0


line true false branch
18 0 200 unless ($value)
22 0 200 unless $value->isa('Bio::LocationI')
25 119 81 if $value->isa('Bio::Coordinate::Result::Match')
28 81 119 if $value->isa('Bio::Coordinate::Result::Gap')
39 0 36 unless $value->isa('Bio::Coordinate::Result')
50 81 79 if (@ls) { }
63 36 20 if $gap->isa('Bio::Coordinate::Result::Gap')
75 165 92 if $match->isa('Bio::Coordinate::Result::Match')
84 0 104 if $self->each_match > 1 and $self->verbose > 0
86 0 104 unless (defined $self->{'_match'})
97 0 24 if $self->each_gap > 1 and $self->verbose > 0
99 0 24 unless (defined $self->{'_gap'})
113 28 18 if ($loc->isa('Bio::Coordinate::Result::Match')) { }