| blib/lib/Statistics/Data.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 25 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 403 | 0 | 0 | 0 | nocontent($name_aref) and ref $self->{'_DATA'}[-1]{'seq'} |
| 514 | 6 | 0 | 1 | wantarray && $data |
| 577 | 1 | 1 | 3 | $_ >= 0 && $_ == int $_ |
| 847 | 0 | 2 | 34 | hascontent($lab) and ref $val eq 'ARRAY' |
| 922 | 0 | 17 | 38 | $self->{'_DATA'}[$i]{'lab'} and $self->{'_DATA'}[$i]{'lab'} eq $label |
| line | l | !l | condition |
|---|---|---|---|
| 689 | 0 | 0 | $args->{'delim'} || ' ' |
| 779 | 2 | 0 | scalar keys %invalid_idx || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 544 | 0 | 2 | 9 | $_ < 0 || $_ > 1 |
| 826 | 21 | 8 | 5 | not ref $arg or ref $arg ne 'HASH' |