blib/lib/Algorithm/SAT/Backtracking/Ordered/DPLL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 14 | 57.1 |
line | true | false | branch |
---|---|---|---|
13 | 14 | 4 | defined $_[0] ? : |
21 | 15 | 0 | defined $_[0] ? : |
40 | 7 | 0 | substr($$_[0], 0, 1) eq '-' ? : |
50 | 7 | @{$_;} != 1 ? : | |
49 | 0 | 0 | substr($literal, 0, 1) eq '-' ? : |
54 | 0 | 0 | if $model and $model->exists($literal) and $model->set($literal, 1) |
68 | 14 | 19 | unless $model->exists($variable) |