Condition Coverage

lib/Bio/Roary/Output/EmblGroups.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 defined $self->groups_to_contigs->{$annotated_group_name} and defined $self->groups_to_contigs->{$annotated_group_name}{$self->ordering_key}
84 0 0 0 defined $self->groups_to_contigs->{$annotated_group_name}{'comment'} and $self->groups_to_contigs->{$annotated_group_name}{'comment'} ne ''
91 0 0 0 defined $group_to_file_genes and @{$group_to_file_genes;} > 0
156 0 0 0 defined $self->groups_to_contigs->{$annotated_group_name} and defined $self->groups_to_contigs->{$annotated_group_name}{$self->ordering_key}
161 0 0 0 defined $self->groups_to_contigs->{$annotated_group_name}{'comment'} and $self->groups_to_contigs->{$annotated_group_name}{'comment'} ne ''
198 0 0 0 defined $min && defined $max

or 3 conditions

line l !l&&r !l&&!r condition
198 0 0 0 not defined $min && defined $max or $min eq ''
0 0 0 not defined $min && defined $max or $min eq '' or $max eq ''
203 0 0 0 not defined $min or $min eq ''