Branch Coverage

xsubs/feature.xs
Criterion Covered Total %
branch 14 16 87.5


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;
8 4 CHECK_VOID_CONTEXT;
43 6 0 if (strEQ(feat, "debug"))
52 5 0 if (strEQ(feat, "ieeefp"))