| blib/lib/GenOO/Gene.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 208 | 0 | 0 | 350 | defined $transcript and $transcript->isa('GenOO::Transcript') |
| 231 | 1 | 2 | 1 | exists $counts{$exon->location} and $counts{$exon->location} == $transcript_count |
| 260 | 1 | 2 | 1 | exists $counts{$exon->location} and $counts{$exon->location} == $transcript_count |
| 471 | 2 | 4 | 2 | defined $merge_region and $merge_region->overlaps($exon) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 372 | 193 | 1 | 180 | not defined $start or $start > $transcript->start |
| 392 | 193 | 42 | 139 | not defined $stop or $stop < $transcript->stop |