| blib/lib/FFI/C/ArrayDef.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 10 | defined $member and XXX |
| 0 | 0 | 10 | defined $member and XXX and $member->isa("FFI::C::Def") | |
| 52 | 0 | 10 | 0 | defined $count and not $count =~ /^[1-9]*[0-9]$/ |
| 71 | 5 | 0 | 0 | $member->{'nest'} and not $member->{'nest'}{'class'} |
| 82 | 2 | 51 | 4 | $self->{'count'} and $index >= $self->{'count'} |
| 129 | 5 | 0 | 2 | @_ == 2 and not XXX |
| 133 | 4 | 0 | 3 | @_ == 1 and XXX |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 129 | 2 | 5 | 0 | @_ == 2 and not XXX or $self->size |