lib/Bio/Roary/BedFromGFFRole.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 48 | unless defined $feature |
29 | 0 | 48 | unless $feature->primary_tag =~ /$tags_regex/ |
33 | 0 | 48 | unless $gene_id |
36 | 3 | 45 | if $feature->end - $feature->start < $self->min_gene_size_in_nucleotides |
38 | 30 | 15 | $feature->strand > 0 ? : |
48 | 48 | 0 | if ($feature->has_tag('ID')) { } |
0 | 0 | elsif ($feature->has_tag('locus_tag')) { } | |
61 | 0 | 48 | if $gene_id eq '' |