xsubs/feature.xs | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
31 | 42 | 6 | method_call = items > 0 && sv_isobject(ST(0)); |
19 | 23 | method_call = items > 0 && sv_isobject(ST(0)); | |
33 | 19 | 29 | if (items != (method_call ? 2 : 1)) |
24 | 24 | if (items != (method_call ? 2 : 1)) | |
36 | 12 | 12 | CHECK_VOID_CONTEXT; |
12 | 12 | CHECK_VOID_CONTEXT; | |
8 | 4 | CHECK_VOID_CONTEXT; | |
38 | 12 | 0 | feat = (const char *)SvPV_nolen(ST(items-1)); |
43 | 6 | 0 | if (strEQ(feat, "debug")) |
52 | 5 | 0 | if (strEQ(feat, "ieeefp")) |