Branch Coverage

blib/lib/GenOO/Transcript.pm
Criterion Covered Total %
branch 17 30 56.6


line true false branch
123 1 0 if ($self->is_coding) { }
125 1 0 if (defined $self->utr5)
128 1 0 if (defined $self->cds)
131 1 0 if (defined $self->utr3)
144 10 2 if ($self->biotype eq 'coding') { }
158 2 0 if (defined $self->coding_start and defined $self->coding_stop)
159 0 2 $self->strand == 1 ? :
160 0 2 $self->strand == 1 ? :
162 0 2 if $utr5_start > $utr5_stop
188 2 0 if (defined $self->coding_start and defined $self->coding_stop)
213 2 0 if (defined $self->coding_start and defined $self->coding_stop)
214 0 2 $self->strand == 1 ? :
215 0 2 $self->strand == 1 ? :
217 0 2 if $utr3_start > $utr3_stop
243 1 1 if (defined $self->coding_start)