| blib/lib/Bio/DB/Das/Chado/Segment/Feature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 63 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 1063 | 0 | 0 | $subfeature_query->finish and return |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 109 | 0 | 0 | 0 | $srcseq and not $parent |
| 116 | 0 | 0 | 0 | ref $parent and $parent->can('srcfeature_id') |
| 944 | 0 | 0 | 0 | $inferCDS and grep {'CDS|UTR';} @type |
| 1069 | 0 | 0 | 0 | $$hashref{'is_obsolete'} and not $self->factory->allow_obsolete |
| 1111 | 0 | 0 | 0 | $inferCDS and $feat->type =~ /exon/ || $feat->type =~ /polypeptide/ |
| 1128 | 0 | 0 | 0 | @type and $inferCDS |
| 1226 | 0 | 0 | 0 | $feat->start < $start and $feat->end < $start |
| 0 | 0 | 0 | $feat->start > $stop and $feat->end > $stop | |
| 0 | 0 | 0 | $feat->start >= $start and $feat->end <= $stop | |
| 1265 | 0 | 0 | 0 | $feat->start < $start and $feat->end >= $start |
| 0 | 0 | 0 | $feat->start >= $start and $feat->end > $stop |
| line | l | !l | condition |
|---|---|---|---|
| 253 | 0 | 0 | $$self{'strand'} || 0 |
| 929 | 0 | 0 | $self->factory->refclass_feature_id || undef |
| 985 | 0 | 0 | $typewhere ||= '' |
| 986 | 0 | 0 | $where_part ||= '' |
| 987 | 0 | 0 | $join_part ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 1111 | 0 | 0 | 0 | $feat->type =~ /exon/ || $feat->type =~ /polypeptide/ |
| 1309 | 0 | 0 | 0 | @coding_array > 0 or @noncoding_array > 0 |
| 1562 | 0 | 0 | 0 | not defined $$self{'start'} or $start < $$self{'start'} |
| 1563 | 0 | 0 | 0 | not defined $$self{'stop'} or $stop > $$self{'stop'} |
| 1565 | 0 | 0 | 0 | not defined $$self{'start'} or $start > $$self{'start'} |
| 1566 | 0 | 0 | 0 | not defined $$self{'stop'} or $stop < $$self{'stop'} |