Condition Coverage

blib/lib/Bio/Gonzales/Matrix/Util.pm
Criterion Covered Total %
condition 3 24 12.5


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 $keys && @$keys
0 0 0 not $keys && @$keys and @$data
58 0 0 0 $data and @$data
70 0 0 1 $m and @$m > 0
75 0 0 1 $c->{'dots'} and @$m > 6
84 0 0 0 $c->{'dots'} and @$m > 6

or 3 conditions

line l !l&&r !l&&!r condition
75 1 0 0 $c->{'dots'} and @$m > 6 or $c->{'force_dots'}
84 0 0 0 $c->{'dots'} and @$m > 6 or $c->{'force_dots'}