Condition Coverage

blib/lib/Statistics/Distributions/GTest.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $all_h_ref and ref $all_h_ref ne 'HASH'
477 0 0 0 exists $$self{'properties'}{'analysis'}{'G_alt'} and not exists $$self{'properties'}{'analysis'}{'expect_table'}

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 ref $all_h_ref ne 'HASH' or not exists $$all_h_ref{'table'}
125 0 0 0 not $rows or $rows == 1
129 0 0 0 not $cols or $cols == 1
450 0 0 0 $which eq 'observation' or $which eq 'expected'
485 0 0 0 exists $$self{'properties'}{'analysis'}{'G'} or exists $$self{'properties'}{'analysis'}{'G_alt'}
519 0 0 0 exists $$self{'properties'}{'analysis'}{'G'} or exists $$self{'properties'}{'analysis'}{'G_alt'}
591 0 0 0 not $sig =~ /\A \d* \.? \d+ ([eE][+-]?\d+)? \z/msx or $sig <= 0
0 0 0 not $sig =~ /\A \d* \.? \d+ ([eE][+-]?\d+)? \z/msx or $sig <= 0 or $sig >= 1