| blib/lib/FFI/Platypus/Type/PtrObject.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 5 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 1 | 1 | 6 | XXX and $_[0]->isa($wrapper_class) |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 0 | 1 | $constructor ||= sub { defined $_[0] ? bless({'ptr', $_[0]}, $wrapper_class) : undef; } |