| lib/Bio/Roary/QC/Report.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 195 | 0 | 0 | 0 | not defined $top_genus and $parts[3] eq 'G' |
| 196 | 0 | 0 | 0 | not defined $top_species and $parts[3] eq 'S' |
| 198 | 0 | 0 | 0 | defined $top_genus and defined $top_species |
| line | l | !l | condition |
|---|---|---|---|
| 202 | 0 | 0 | $top_genus ||= 'not_found' |
| 204 | 0 | 0 | $top_species ||= 'not_found' |