blib/lib/Bio/Das/Request/Features.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 33 | 39.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
154 | 63 | 0 | 204 | defined $parent_id and my $parent = $id_to_feature{$parent_id} |
200 | 0 | 0 | 0 | $cft->method and not $cft->id |
201 | 0 | 0 | 0 | $cft->id and not $cft->method |
222 | 204 | 0 | 0 | $$attrs{'reference'} and $$attrs{'reference'} eq 'yes' |
223 | 204 | 0 | 0 | $$attrs{'subparts'} and $$attrs{'subparts'} eq 'yes' |
224 | 204 | 0 | 0 | $$attrs{'superparts'} and $$attrs{'superparts'} eq 'yes' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
127 | 63 | 0 | 0 | $feature->group_type || $feature->type |
128 | 58 | 5 | 0 | $group_types{$gt} ||= 'Bio::Das::Type'->new($gt, $gt, 'group') |
217 | 204 | 0 | 204 | $$self{'tmp'}{'type'} ||= 'Bio::Das::Type'->new |
241 | 408 | 0 | 0 | $$self{'tmp'}{'type'} ||= 'Bio::Das::Type'->new |
359 | 374 | 34 | 0 | $$self{'cached_types'}{$key} ||= $type |