Condition Coverage

Bio/Location/Atomic.pm
Criterion Covered Total %
condition 19 27 70.3


and 3 conditions

line !l l&&!r l&&r condition
113 24238 31 42189 defined $self->start and defined $self->end
24269 42188 1 defined $self->start and defined $self->end and $self->start > $self->end
42219 0 1 defined $self->start and defined $self->end and $self->start > $self->end and $self->strand != -1
181 33285 59759 3104 $value != -1 and $value != 1
93044 3104 0 $value != -1 and $value != 1 and $value != 0
467 2414 0 17083 $self->{'_start'} and $self->{'_end'}
518 0 75024 27 ref $self && exists $self->{'_coordpolicy'}

or 3 conditions

line l !l&&r !l&&!r condition
87 4 66454 0 ref $class || $class
546 0 0 0 $newstart < 1 or $newend > $end - $start + 1