| line |
true |
false |
branch |
|
357
|
0 |
0 |
unless $self->get_options(\@argv, 'help|?', sub {
pod2usage(1);
}
, 'man', sub {
pod2usage('-verbose', 2);
}
, 'autorun!', \$self->{'_autorun'}, 'c|confidence=f', \$self->{'_confidence_fraction'}, 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'f|format=s', \$self->{'_format'}, 'h|hypothesis=s', \$self->{'_hypothesis'}, 'i|input=s', sub {
$self->parse_io_option('input', @_);
}
, 'log!', \$self->{'_logprog'}, 'o|output=s', sub {
$self->parse_io_option('output', @_);
}
) |
|
375
|
0 |
0 |
if (defined $self->{'_hypothesis'}) |
|
377
|
0 |
0 |
unless defined $hyp_class |
|
378
|
0 |
0 |
if $hyp_class eq '<=' |
|
379
|
0 |
0 |
if $hyp_class =~ /^==?$/ |
|
380
|
0 |
0 |
if $hyp_class eq '>=' |
|
383
|
0 |
0 |
unless defined $self->{'_hyp_class'} and defined $hyp_diff |
|
390
|
0 |
0 |
if ($#{$$self{'_arg_fields'};} == 5) { } |
|
|
0 |
0 |
elsif ($#{$$self{'_arg_fields'};} == 3) { } |
|
397
|
0 |
0 |
if defined $self->{'_hyp_diff'} |
|
411
|
0 |
0 |
unless defined $self->{$_} |
|
415
|
0 |
0 |
unless defined $self->{$coli} |
|
421
|
0 |
0 |
if defined $self->{'_do_confidence'} |
|
423
|
0 |
0 |
if defined $self->{'_hypothesis'} |
|
426
|
0 |
0 |
unless $self->{'_out'}->col_create($_) |
|
428
|
0 |
0 |
unless defined $$self{"_${_}_coli"} |
|
482
|
0 |
0 |
if ($fref->[$m1c] == 0) { } |
|
491
|
0 |
0 |
if ($self->{'_do_confidence'} and $fref->[$n1c] > 1 and $fref->[$n2c] > 1) |
|
504
|
0 |
0 |
if (defined $self->{'_hypothesis'} and $sqrt_ssp_inverses != 0) |
|
507
|
0 |
0 |
if ($hyp_class < 0) { } |
|
|
0 |
0 |
elsif ($hyp_class > 0) { } |
|
508
|
0 |
0 |
if $t_test > $t_value |
|
511
|
0 |
0 |
if $t_test < $t_value |
|
514
|
0 |
0 |
if abs $t_test > $t_value |
|
519
|
0 |
0 |
if $fref->[$m1c] != 0 |
|
524
|
0 |
0 |
if ($fref->[$m1c] != 0) |
|
534
|
0 |
0 |
if ($self->{'_do_confidence'}) |
|
542
|
0 |
0 |
if (defined $self->{'_hypothesis'}) |