Bio/Seq/LargePrimarySeq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 20 | 70.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
177 | 2856 | 0 | 3 | ref $start and $start->isa('Bio::LocationI') |
213 | 1 | 2 | 0 | defined $loc->strand and $loc->strand < 0 |
309 | 5 | 8 | 14 | defined $self->_filename and -e $self->_filename |
311 | 5 | 0 | 22 | defined $self->{'tempdir'} and -e $self->{'tempdir'} |
line | l | !l | condition |
---|---|---|---|
300 | 23 | 6 | $self->SUPER::alphabet || 'dna' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 10 | 0 | 12 | $params{'-seq'} || $params{'-SEQ'} |
219 | 0 | 0 | 2856 | $start <= 0 or $end > $self->length |