blib/lib/Statistics/Data/Dichotomize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 17 | 52.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
297 | 0 | 18 | 30 | defined $x && defined $y |
403 | 7 | 65 | 0 | defined $dat->[0][$i] and defined $dat->[1][$i] |
line | l | !l | condition |
---|---|---|---|
450 | 3 | 0 | $len ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
452 | 0 | 0 | 3 | not $code or ref $code ne 'CODE' |
507 | 0 | 0 | 6 | not $lag or abs $lag >= scalar @{$dat1;} |
541 | 32 | 0 | 5 | not ref $set or scalar @{$set;} != 2 |