Branch Coverage

blib/lib/Algorithm/X/ExactCoverProblem.pm
Criterion Covered Total %
branch 19 20 95.0


line true false branch
13 1 21 unless defined $width
14 21 1 unless defined $secondary_columns
22 0 22 if ($secondary_columns > $width)
26 8 14 if (defined $rows_ref)
39 1 11 unless (@$bit_rows_ref)
47 1 13 if (scalar @$bits != $width)
53 1 11 if ($bits->[$i] != 0 and $bits->[$i] != 1)
56 4 7 if $bits->[$i]
85 3 9 if ($x >= $self->{'width_'})
91 1 1 if ($row[$i - 1] == $row[$i])