Condition Coverage

lib/Bio/Roary/AssemblyStatistics.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
86 0 1305 1695 defined $self->_genes_to_rows->{$gene_name}[$i] and $self->_genes_to_rows->{$gene_name}[$i] ne ''
179 53 0 247 $current_gene_id + $self->contiguous_window >= $gene_id and $current_gene_id - $self->contiguous_window <= $gene_id

or 3 conditions

line l !l&&r !l&&!r condition
120 0 4 140 not defined $row->[0] or $row->[0] eq ''
132 0 0 96 not defined $row->[$i] or $row->[$i] eq ''