Condition Coverage

Bio/Location/Atomic.pm
Criterion Covered Total %
condition 18 27 66.6


and 3 conditions

line !l l&&!r l&&r condition
113 24230 31 42189 defined $self->start and defined $self->end
24261 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 17083 0 $self->{'_start'} and $self->{'_end'}
518 0 75051 0 ref $self && exists $self->{'_coordpolicy'}

or 3 conditions

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