| xs/ClosureData.xs | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 3 | 3 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | MODULE = FFI::Platypus PACKAGE = FFI::Platypus::ClosureData | ||||||
| 2 | |||||||
| 3 | void | ||||||
| 4 | DESTROY(self) | ||||||
| 5 | ffi_pl_closure *self | ||||||
| 6 | CODE: | ||||||
| 7 | 89 | SvREFCNT_dec(self->coderef); | |||||
| 8 | 89 | ffi_closure_free(self->ffi_closure); | |||||
| 9 | 89 | Safefree(self); |