Condition Coverage

blib/lib/Algorithm/X/DLX.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
89 1 0 0 @cs and $self->S($j) < $self->S($cs[0])

or 3 conditions

line l !l&&r !l&&!r condition
37 1 0 0 $options ||= Options()
44 0 1 0 $self->{'iterator'} ||= $self->get_solver($options->{'choose_random_column'}, $result->{'profile'})
92 1 0 0 not @cs or $self->S($j) == $self->S($cs[0])