Condition Coverage

blib/lib/Statistics/Data/Dichotomize.pm
Criterion Covered Total %
condition 7 14 50.0


and 3 conditions

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]

or 2 conditions

line l !l condition
354 1 0 $len ||= 1

or 3 conditions

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;}