Bio/DB/GFF/Aggregator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
315 | 0 | 313 | 279 | $feature->group and &$matchsub($feature) |
319 | 0 | 198 | 81 | $main_method and lc $feature->method eq lc $main_method |
324 | 279 | 0 | 0 | $passthru and &$passthru($feature) |
335 | 106 | 0 | 0 | $require_whole_object and $self->components |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
245 | 0 | 0 | 120 | $_->[1] || $source |
320 | 0 | 81 | 0 | $aggregates{$key}{'base'} ||= $feature->clone |