Condition Coverage

lib/Bio/Roary/External/CheckTools.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
118 6 5 12 not $fp and $t->{'NEEDED'}
130 0 0 0 defined $t->{'MINVER'} and $t->{'VERSION'} < $t->{'MINVER'}
133 0 0 0 defined $t->{'MAXVER'} and $t->{'VERSION'} > $t->{'MAXVER'}

or 3 conditions

line l !l&&r !l&&!r condition
119 6 12 5 $fp or $t->{'NEEDED'}