Bio/LiveSeq/Range.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
70 | 0 | 64 | unless ($seq->valid($start)) |
74 | 0 | 64 | unless ($seq->valid($end)) |
78 | 0 | 64 | unless (defined $strand) |
81 | 0 | 64 | if ($strand != 1 and $strand != -1) |
85 | 0 | 64 | if ($start eq $end) { } |
88 | 0 | 64 | unless ($seq->follows($start, $end, $strand) == 1) |