| Bio/Tools/Fgenesh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 149 | 0 | 0 | 0 | $method and not $method =~ /fgenesh/i |
| 379 | 9 | 1 | 4 | /^\s*$/ and defined $gene |
| 424 | 0 | 1 | 4 | exists $self->{'_preds'} and @{$self->{'_preds'};} |
| 528 | 19 | 0 | 0 | $entry =~ /^>FGENESH:\[exon\]/ and $id =~ /^_predicted_cds_/ |
| 537 | 3 | 0 | 0 | $entry =~ /^>FGENESH:\[exon\]/ && $id =~ /^_predicted_cds_/ |
| 15 | 0 | 3 | $entry =~ /^>/ and not $entry =~ /^>FGENESH:\[exon\]/ && $id =~ /^_predicted_cds_/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 215 | 0 | 0 | 4 | $id =~ /mrna/ or $id =~ /cds/ |
| 234 | 0 | 0 | 0 | $1 eq 'mrna' or $1 eq 'cds' |