Condition Coverage

Bio/SeqFeatureI.pm
Criterion Covered Total %
condition 19 41 46.3


and 3 conditions

line !l l&&!r l&&r condition
466 7 131 0 @args and $old_api
474 133 4 1 defined $phase and $phase < 0 || $phase > 2
479 138 0 0 $db and ref $db
138 0 0 $db and ref $db and not $db->isa('Bio::DB::RandomAccessI')
138 0 0 defined $db and $Bio::SeqFeatureI::HasInMemory
0 0 0 defined $db and $Bio::SeqFeatureI::HasInMemory and $db->isa('Bio::DB::InMemoryCache')
518 24 0 0 $self->isa('Bio::Das::SegmentI') and not $self->absolute
536 0 5 0 defined $_->strand and $fstrand != $_->strand
618 23 0 80 $last_id && $last_id eq $loc_seq_id

or 2 conditions

line l !l condition
541 5 0 $_->strand || 1

or 3 conditions

line l !l&&r !l&&!r condition
474 1 1 3 $phase < 0 || $phase > 2
805 0 0 3 not defined $newphase or $newphase == 0
0 3 0 not defined $newphase or $newphase == 0 or $newphase == 1
3 0 0 not defined $newphase or $newphase == 0 or $newphase == 1 or $newphase == 2