Condition Coverage

blib/lib/GenOO/Gene.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
220 0 0 350 defined $transcript and $transcript->isa('GenOO::Transcript')
243 1 2 1 exists $counts{$exon->location} and $counts{$exon->location} == $transcript_count
272 1 2 1 exists $counts{$exon->location} and $counts{$exon->location} == $transcript_count
514 4 8 4 defined $merge_region and $merge_region->overlaps_with_offset($exon, 1, 1)

or 3 conditions

line l !l&&r !l&&!r condition
395 193 1 180 not defined $start or $start > $transcript->start
415 193 42 139 not defined $stop or $stop < $transcript->stop