blib/lib/Statistics/Data/Dichotomize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
225 | 0 | 12 | 20 | defined $x && defined $y |
322 | 6 | 55 | 0 | defined $dat->[0][$i] and defined $dat->[1][$i] |
line | l | !l | condition |
---|---|---|---|
354 | 1 | 0 | $len ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
356 | 0 | 0 | 1 | not $code or ref $code ne 'CODE' |
411 | 0 | 0 | 5 | not $lag or abs $lag >= scalar @{$dat1;} |