blib/lib/Statistics/KernelEstimation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 30 | 56.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 18 | 0 | 0 | defined $w and not _isPositive($w) |
258 | 0 | 0 | 2 | _isPositive($bins) and $bins == int $bins |
283 | 0 | 0 | 6 | $lo <= $x and $x < $hi |
315 | 0 | 0 | 31616 | defined $in and $in =~ /^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$/ |
322 | 0 | 0 | 2 | _isNumber($in) and $in > 0 |
328 | 0 | 0 | 15801 | _isNumber($in) and $in >= 0 |
473 | 81 | 54 | 27 | $n > 8 and abs $y * $dx - 0.5 * $yy < $eps * $yy |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
206 | 14005 | 3 | 1787 | $mode eq 'pdf' or $mode eq 'cdf' |
14008 | 1787 | 0 | $mode eq 'pdf' or $mode eq 'cdf' or $mode eq 'curvature' | |
514 | 4855 | 4650 | 500 | $x < $m - 0.5 * $s or $x > $m + 0.5 * $s |