blib/lib/Statistics/Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 40 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
308 | 0 | 0 | 0 | hascontent($args{'lab'}) and not ref $args{'lab'} |
372 | 0 | 0 | 0 | hascontent($args{'lab'}) and not ref $args{'lab'} |
406 | 0 | 0 | 0 | nocontent($args{'lab'}) and ref $$self{'_DATA'}[-1]{'seq'} |
561 | 1 | 1 | 3 | $_ >= 0 && $_ == int $_ |
832 | 0 | 2 | 23 | hascontent($lab) and ref $val eq 'ARRAY' |
900 | 0 | 0 | 29 | defined $i && ref $$self{'_DATA'}[$i]{'seq'} |
909 | 0 | 4 | 26 | $$self{'_DATA'}[$i]{'lab'} and $$self{'_DATA'}[$i]{'lab'} eq $label |
line | l | !l | condition |
---|---|---|---|
663 | 0 | 0 | $$args{'delim'} || ' ' |
771 | 0 | 0 | scalar keys %invalid_ids || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
256 | 0 | 0 | 0 | nocontent($$args{'path'}) or not -e $$args{'path'} |
499 | 6 | 2 | 50 | nocontent($_) || !looks_like_number($_) |
530 | 0 | 2 | 9 | $_ < 0 || $_ > 1 |
733 | 0 | 0 | 0 | nocontent($$hoa{$name}[$i]) or not looks_like_number($$hoa{$name}[$i]) |
811 | 16 | 8 | 5 | not ref $arg or ref $arg ne 'HASH' |