Branch Coverage

XSParseInfix.h
Criterion Covered Total %
branch 8 16 50.0


line true false branch
99 6 0 SV *versv = ver ? newSVnv(ver) : NULL;
105 0 6 if(!svp)
107 6 0 int abi_ver = SvIV(*svp);
108 0 6 if(abi_ver > XSPARSEINFIX_ABI_VERSION)
113 6 0 abi_ver = SvIV(*svp);
114 0 6 if(abi_ver < XSPARSEINFIX_ABI_VERSION)
118 0 6 xs_parse_infix_new_op_func = INT2PTR(OP *(*)(pTHX_ const struct XSParseInfixInfo *, U32, OP *, OP *),
120 0 6 register_xs_parse_infix_func = INT2PTR(void (*)(pTHX_ const char *, const struct XSParseInfixHooks *, void *),