xs/names.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
8 | 189 | 2567 | if((type_code & FFI_PL_SHAPE_MASK) == FFI_PL_SHAPE_CUSTOM_PERL) |
10 | 44 | 2712 | if((type_code & FFI_PL_SHAPE_MASK) == FFI_PL_SHAPE_OBJECT) |
52 | 9 | 0 | return type->extra[0].record.meta != NULL ? &type->extra[0].record.meta->ffi_type : NULL; |
54 | 495 | 0 | switch(type_code & (FFI_PL_SHAPE_MASK)) |