Condition Coverage

blib/lib/Statistics/SDT.pm
Criterion Covered Total %
condition 27 50 54.0


and 3 conditions

line !l l&&!r l&&r condition
182 10 4 2 not defined $$self{$_} and $$self{$counts_dep{$_}[0]}
14 0 2 not defined $$self{$_} and $$self{$counts_dep{$_}[0]} and defined $$self{$counts_dep{$_}[1]}
187 6 2 0 not defined $$self{$_} and defined $$self{$trials_dep{$_}[0]}
8 0 0 not defined $$self{$_} and defined $$self{$trials_dep{$_}[0]} and defined $$self{$trials_dep{$_}[1]}
192 2 2 4 not defined $$args{$_} and defined $$self{$rates_dep{$_}[0]}
4 0 4 not defined $$args{$_} and defined $$self{$rates_dep{$_}[0]} and $$self{$rates_dep{$_}[1]}
411 6 0 0 $h == 1 and $f == 1
473 1 0 0 $h == 1 and $f == 1
667 0 4 0 defined $count and defined $trials

or 2 conditions

line l !l condition
177 3 1 $$self{'states'} ||= 2
178 3 1 $$self{'method'} ||= 'smith'
179 4 0 $$self{'precision_s'} ||= 0
402 6 0 $m ||= 2

or 3 conditions

line l !l&&r !l&&!r condition
411 6 0 0 $h || $f
0 0 6 not $h || $f or $h == 1 and $f == 1
473 1 0 0 $h || $f
0 0 1 not $h || $f or $h == 1 and $f == 1
706 0 0 2 !($p =~ /^0?\.\d+$/) || ($p < 0 || $p > 1)