xs/ABI.xs | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
16 | 12 | 0 | if(abi < FFI_FIRST_ABI || abi > FFI_LAST_ABI) |
1 | 11 | if(abi < FFI_FIRST_ABI || abi > FFI_LAST_ABI) | |
23 | 11 | 0 | if(ffi_prep_cif(&ffi_cif, ffi_abi, 0, &ffi_type_void, args) == FFI_OK) |