blib/lib/Statistics/ANOVA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 48 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
500 | 0 | 16 | 0 | $ss_w and $df_w |
513 | 0 | 3 | 0 | $ss_w and $df_w |
531 | 0 | 2 | 0 | $ss_w and $df_w |
871 | 0 | 2 | 0 | defined $self->{'_stat'}{'df_w'} and defined $self->{'_stat'}{'ms_w'} |
941 | 0 | 0 | 0 | defined $self->{'_stat'}{'f_value'} and not $self->{'_dfree'} |
1006 | 0 | 4 | 4 | defined $self->{'_stat'}{'f_value'} and not $self->{'_dfree'} |
1054 | 0 | 0 | 0 | $self->{'purged'} and $args{'verbose'} |
1393 | 0 | 0 | 0 | $val > 0 and $val < 1 |
line | l | !l | condition |
---|---|---|---|
940 | 0 | 0 | $args{'precision_s'} || 0 |
1002 | 0 | 8 | $args{'precision_p'} || 0 |
1003 | 0 | 8 | $args{'precision_s'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
443 | 0 | 0 | 18 | not $n_wt or $n_wt == 1 |
1095 | 0 | 0 | 0 | not $n_wt or $n_wt == 1 |
1135 | 0 | 0 | 0 | not $n_wt or $n_wt == 1 |
1163 | 0 | 0 | 1 | not $n_wt or $n_wt == 1 |
1201 | 0 | 0 | 0 | not $n_wt or $n_wt == 1 |
1276 | 0 | 5 | 1 | not defined $args{'independent'} or $args{'independent'} == 1 |