| blib/lib/PDL/PP/CType.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | $this->{'Base'} =~ /^\s*char\s*$/ and @{$this->{'Chain'};} == 1 |
| 95 | 7 | 0 | 0 | @{$this->{'Chain'};} == 1 && $this->{'Chain'}[0][0] eq 'PTR' |
| 96 | 7 | 0 | 0 | $this->{'Base'} =~ /^\s*SV\s*$/ and $single_ptr |
| 97 | 7 | 0 | 0 | $this->{'Base'} =~ /^\s*char\s*$/ and $single_ptr |
| 128 | 121 | 0 | 10 | @{$self->{'Chain'};} and @{$self->{'Chain'}[-1];} |
| 121 | 10 | 0 | @{$self->{'Chain'};} and @{$self->{'Chain'}[-1];} and $self->{'Chain'}[-1][0] eq "ARR" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 98 | 7 | 0 | 0 | not @{$this->{'Chain'};} or $this->{'Chain'}[0][0] eq "PTR" |