Branch Coverage

blib/lib/Statistics/Distributions/GTest.pm
Criterion Covered Total %
branch 0 58 0.0


line true false branch
73 0 0 if $all_h_ref and ref $all_h_ref ne 'HASH'
90 0 0 unless $all_h_ref
91 0 0 if ref $all_h_ref ne 'HASH' or not exists $$all_h_ref{'table'}
97 0 0 unless $data_a_ref
98 0 0 if ref $data_a_ref ne 'ARRAY'
125 0 0 if not $rows or $rows == 1
129 0 0 if not $cols or $cols == 1
133 0 0 if ref $row ne 'ARRAY'
134 0 0 if scalar @{$row;} != $cols
149 0 0 if (not ref $data_structure) { }
0 0 elsif (ref $data_structure eq 'ARRAY') { }
301 0 0 $value > 0.5 ? :
370 0 0 unless exists $$self{'properties'}{'analysis'}{'obs_table'}
397 0 0 unless exists $$self{'properties'}{'analysis'}{'obs_table'}
442 0 0 $temp > $max_len ? :
450 0 0 unless $which eq 'observation' or $which eq 'expected'
460 0 0 if $count != 0
474 0 0 unless exists $$self{'properties'}{'analysis'}{'obs_table'}
477 0 0 if (exists $$self{'properties'}{'analysis'}{'G_alt'} and not exists $$self{'properties'}{'analysis'}{'expect_table'})
485 0 0 unless exists $$self{'properties'}{'analysis'}{'G'} or exists $$self{'properties'}{'analysis'}{'G_alt'}
504 0 0 unless exists $$self{'properties'}{'analysis'}{'obs_table'}
519 0 0 unless exists $$self{'properties'}{'analysis'}{'G'} or exists $$self{'properties'}{'analysis'}{'G_alt'}
532 0 0 if ($p_val < 1e-05)
571 0 0 length $G > 7 ? :
572 0 0 length $df > 3 ? :
573 0 0 length $p_val > 7 ? :
587 0 0 unless $sig
591 0 0 if not $sig =~ /\A \d* \.? \d+ ([eE][+-]?\d+)? \z/msx or $sig <= 0 or $sig >= 1
595 0 0 $G > chisqrdistr($df, $sig) ? :