Branch Coverage

blib/lib/FFI/C/Array.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
18 0 78 if $index < 0
19 1 77 if $self->{'count'} and $index >= $self->{'count'}
37 5 5 if ($self->{'ptr'} and not $self->{'owner'})