| blib/lib/Data/Mining/AssociationRules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 7 | 0 | 0 | defined $max_n and $n > $max_n |
| 216 | 3 | 4 | 0 | $num_nsets > 0 and $debug |
| 259 | 21 | 0 | 0 | defined $max_n and $n > $max_n |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 259 | 5 | 0 | 21 | $support != $support_threshold or defined $max_n and $n > $max_n |