Branch Coverage

XSParseInfix.h
Criterion Covered Total %
branch 8 16 50.0


line true false branch
95 4 0 SV *versv = ver ? newSVnv(ver) : NULL;
101 0 4 if(!svp)
103 4 0 int abi_ver = SvIV(*svp);
104 0 4 if(abi_ver > XSPARSEINFIX_ABI_VERSION)
109 4 0 abi_ver = SvIV(*svp);
110 0 4 if(abi_ver < XSPARSEINFIX_ABI_VERSION)
114 0 4 xs_parse_infix_new_op_func = INT2PTR(OP *(*)(pTHX_ const struct XSParseInfixInfo *, U32, OP *, OP *),
116 0 4 register_xs_parse_infix_func = INT2PTR(void (*)(pTHX_ const char *, const struct XSParseInfixHooks *, void *),