Branch Coverage

XSParseSublike.h
Criterion Covered Total %
branch 10 20 50.0


line true false branch
79 0 44 if(!register_xs_parse_sublike_func)
98 44 0 SV *versv = ver ? newSVnv(ver) : NULL;
103 0 44 if(!svp)
105 44 0 int abi_ver = SvIV(*svp);
106 0 44 if(abi_ver > XSPARSESUBLIKE_ABI_VERSION)
111 44 0 abi_ver = SvIV(*svp);
112 0 44 if(abi_ver < XSPARSESUBLIKE_ABI_VERSION)
116 0 44 parse_xs_parse_sublike_func = INT2PTR(int (*)(pTHX_ const struct XSParseSublikeHooks *, void *, OP**),
119 0 44 register_xs_parse_sublike_func = INT2PTR(void (*)(pTHX_ const char *, const struct XSParseSublikeHooks *, void *),
122 0 44 parseany_xs_parse_sublike_func = INT2PTR(int (*)(pTHX_ const struct XSParseSublikeHooks *, void *, OP**),