Condition Coverage

blib/lib/Statistics/Distributions.pm
Criterion Covered Total %
condition 17 51 33.3


and 3 conditions

line !l l&&!r l&&r condition
244 0 2 5 $x and $round != 0
361 0 0 0 $n < 31 and abs $x0 - $x > 0.0001

or 3 conditions

line l !l&&r !l&&!r condition
21 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
24 0 0 1 $p <= 0 or $p > 1
32 0 0 1 $p > 1 or $p <= 0
40 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
43 0 0 1 $p <= 0 or $p >= 1
51 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
54 0 0 1 $m <= 0 or abs($m) - abs(int $m) != 0
57 0 0 1 $p <= 0 or $p > 1
70 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
78 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
86 0 0 1 $n <= 0 or abs($n) - abs(int $n) != 0
89 0 0 1 $m <= 0 or abs($m) - abs(int $m) != 0
219 0 0 4 $p >= 1 or $p <= 0
284 0 0 1 $p >= 1 or $p <= 0
342 0 0 1 $p > 1 or $p <= 0