Condition Coverage

blib/lib/List/Vectorize/lib/Statistic.pl
Criterion Covered Total %
condition 21 29 72.4


and 3 conditions

line !l l&&!r l&&r condition
220 3 3 0 not $replace and len($array) < $size
278 0 97 35 $r >= $$p[$k] and $r < $$p[$k + 1]
296 2 0 3 defined $mean && $mean ne ''
297 3 0 2 defined $sd && $sd ne ''
326 2 0 2 defined $p && $p ne ''

or 2 conditions

line l !l condition
111 4 6 shift() || 'pearson'
129 5 2 shift() || 'euclidean'
182 4 2 shift() || 'zvalue'
472 27 2 shift() || sub { my $x = $_[0]; $$x[$#$x]; }

or 3 conditions

line l !l&&r !l&&!r condition
78 18 0 8 not defined $mean or $mean eq ''
430 0 0 27 $p > 1 or $p < 0