Bio/Seq/LargeLocatableSeq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 17 | 35.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 50 | 0 | 0 | ref $start and $start->isa('Bio::LocationI') |
241 | 0 | 0 | 0 | defined $loc->strand and $loc->strand < 0 |
339 | 2 | 0 | 8 | defined $self->_filename and -e $self->_filename |
line | l | !l | condition |
---|---|---|---|
330 | 0 | 0 | $self->SUPER::alphabet || 'dna' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
120 | 1 | 0 | 7 | $params{'-seq'} || $params{'-SEQ'} |
248 | 0 | 0 | 50 | $start <= 0 or $end > $self->length |