Branch Coverage

blib/lib/Statistics/ChisqIndep.pm
Criterion Covered Total %
branch 13 26 50.0


line true false branch
37 0 1 if $rows < 2
39 0 1 if $cols < 2
48 0 2 if $c != $cols
50 2 4 unless defined $rtotals[$i]
51 3 3 unless defined $ctotals[$j]
55 2 4 if $obs[$i][$j] < 25
58 0 1 if $total < 0
64 0 6 if ($rtotals[$i] == 0 or $ctotals[$j] == 0) { }
126 1 0 if ($$self{'valid'})
133 1 0 if $$self{'warning'}
140 0 0 unless my $type = ref $self
144 0 0 if $name eq 'DESTROY'
145 0 0 unless (exists $$self{$name})