Bio/LiveSeq/AARange.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 0 | 0 | 0 | $translation and ref $translation eq 'Bio::LiveSeq::Translation' |
137 | 0 | 0 | 0 | $start < 1 and $start > $translength |
141 | 0 | 0 | 0 | $end < 1 and $end > $translength |
156 | 0 | 0 | 0 | $starttripletlabel > 0 and $endtripletlabel > 0 |
257 | 0 | 0 | 0 | defined $pos2 and $pos1 > $pos2 |
271 | 0 | 0 | 0 | defined $pos1 and $pos1 > $pos2 |
285 | 0 | 0 | 0 | $aa_start and $aa_end |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
119 | 0 | 0 | 0 | ref $thing || $thing |