Condition Coverage

blib/lib/Statistics/Distributions/Ancova.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
82 0 0 0 $args_h_ref and ref $args_h_ref ne 'HASH'
116 0 0 0 $args_h_ref and ref $args_h_ref ne 'HASH'
133 0 0 0 defined $sig and $sig == 0
162 0 0 0 $args_h_ref and ref $args_h_ref ne 'HASH'

or 2 conditions

line l !l condition
136 0 0 $sig ||= 0.05
184 0 0 $verb ||= 0
204 0 0 $verb ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
121 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
141 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
269 0 0 0 ref $h_ref ne 'HASH' or not exists $$h_ref{'data'}
286 0 0 0 not $k or $k == 1
306 0 0 0 ref $$h_ref{$group}{'Y'} ne 'ARRAY' or ref $$h_ref{$group}{'X'} ne 'ARRAY'
310 0 0 0 not $n_check or $n_check == 1
954 0 0 0 $parameter == 3 or $parameter == 6
0 0 0 $parameter == 3 or $parameter == 6 or $parameter == 8