| lib/Bio/Roary/OrderGenes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 97 | 120 | 0 | 11 | defined $self->sample_weights and $self->sample_weights->{$sample_name} |
| 108 | 6 | 0 | 0 | defined $self->sample_weights and $self->sample_weights->{$sample_name} |
| 330 | 0 | 0 | 29 | defined $groups_to_contigs{$group_name}{'comment'} and $groups_to_contigs{$group_name}{'comment'} eq '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 330 | 0 | 29 | 0 | not defined $groups_to_contigs{$group_name}{'comment'} or defined $groups_to_contigs{$group_name}{'comment'} and $groups_to_contigs{$group_name}{'comment'} eq '' |