| blib/lib/Algorithm/ChooseSubsets.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 132 | 9 | 0 | 1 | $last_one and not $$self{'_all'} |
| 133 | 9 | 0 | 0 | $last_one and $$self{'_all'} |
| 144 | 3 | 6 | 3 | $p > 0 and $$c[$p] == $n - $k + $p |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 114 | 1 | 0 | 0 | $args{'set'} || croak('Missing set') |
| 131 | 0 | 1 | 9 | $k == 0 && scalar @$c == 0 || $$c[0] == $n - $k |