Condition Coverage

Bio/Map/GeneRelative.pm
Criterion Covered Total %
condition 8 23 34.7


and 3 conditions

line !l l&&!r l&&r condition
130 741 2 0 $exon and !ref($exon) || ref $exon ne 'ARRAY'
133 743 0 0 $intron and !ref($intron) || ref $intron ne 'ARRAY'

or 2 conditions

line l !l condition
298 1 1 $t_num ||= 0
303 62 0 $self->{'_exon'} || (return)
327 0 0 $t_num ||= 0
332 0 0 $self->{'_intron'} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
130 0 0 2 !ref($exon) || ref $exon ne 'ARRAY'
133 0 0 0 !ref($intron) || ref $intron ne 'ARRAY'
198 116 0 0 $gene->$method($map, @values) || $self->throw("Relative to $throw_txt of the map's gene, but there is no such transcript$throw_txt2")