Branch Coverage

Bio/SeqFeature/SubSeq.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
111 42 31 if (defined $seq)
113 35 7 if (not ref $seq) { }
118 0 7 unless ($seq->isa('Bio::PrimarySeqI'))
124 25 48 if ($template)
125 0 25 unless ($self->start and $self->end)
132 2 23 if ($template->isa('Bio::SeqFeature::Generic')) { }
23 0 elsif ($template->isa('Bio::SeqI')) { }
162 42 143 if (defined $value)
164 0 42 unless (ref $value and $value->isa('Bio::PrimarySeqI'))
170 27 158 unless (defined $seq)
194 4 3 if ($self->start and $self->end)
199 2 1 if (defined $seq)