Condition Coverage

blib/lib/Bio/Coordinate/Pair.pm
Criterion Covered Total %
condition 21 28 75.0


and 3 conditions

line !l l&&!r l&&r condition
127 23 23 29 $start >= $self->out->start and $end <= $self->out->end
40 2 0 $value->location_type eq 'IN-BETWEEN' and ($end = $self->out->start) || ($start = $self->out->end)
21 6 13 $start < $self->out->start and $end <= $self->out->end
6 0 21 $start >= $self->out->start and $end > $self->out->end
0 0 6 $start < $self->out->start and $end > $self->out->end

or 2 conditions

line l !l condition
71 216 4 $self->in->strand || 0
216 4 $self->out->strand || 0

or 3 conditions

line l !l&&r !l&&!r condition
127 3 1 42 $end < $self->out->start or $start > $self->out->end
2 0 0 ($end = $self->out->start) || ($start = $self->out->end)
4 0 42 $end < $self->out->start or $start > $self->out->end or $value->location_type eq 'IN-BETWEEN' and ($end = $self->out->start) || ($start = $self->out->end)