Branch Coverage

lib/Syntax/Operator/In.xs
Criterion Covered Total %
branch 16 26 61.5


line true false branch
66 0 32 EXTEND(SP, 2);
68 116 13 for(svp = MARK + 1; svp <= listend; svp++) {
81 19 97 if(SvTRUE(ret)) {
106 11 4 if(lex_peek_unichar(0) == '<')
108 0 11 else if(lex_peek_unichar(0) != ':')
115 0 15 if(!parse_infix(XPI_SELECT_ANY, &info))
117 0 15 if(info->cls != XPI_CLS_EQUALITY)
128 8 7 if(info->opcode == OP_EQ) {
131 7 0 else if(info->opcode == OP_SEQ) {
134 0 0 else if(info->opcode == OP_CUSTOM) {
135 0 0 if(info->hooks->new_op)
144 4 11 if(using_circumfix) {
145 0 4 if(lex_peek_unichar(0) != '>')