Branch Coverage

XSParseSublike.h
Criterion Covered Total %
branch 10 20 50.0


line true false branch
82 0 2 if(!register_xs_parse_sublike_func)
101 2 0 SV *versv = ver ? newSVnv(ver) : NULL;
106 0 2 if(!svp)
108 2 0 int abi_ver = SvIV(*svp);
109 0 2 if(abi_ver > XSPARSESUBLIKE_ABI_VERSION)
114 2 0 abi_ver = SvIV(*svp);
115 0 2 if(abi_ver < XSPARSESUBLIKE_ABI_VERSION)
119 0 2 parse_xs_parse_sublike_func = INT2PTR(int (*)(pTHX_ const struct XSParseSublikeHooks *, void *, OP**),
122 0 2 register_xs_parse_sublike_func = INT2PTR(void (*)(pTHX_ const char *, const struct XSParseSublikeHooks *, void *),
125 0 2 parseany_xs_parse_sublike_func = INT2PTR(int (*)(pTHX_ const struct XSParseSublikeHooks *, void *, OP**),