| hax/BINOP_ANY.c.inc | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 0 | if(!first) |
| 38 | 0 | 0 | if(!last) { |
| 47 | 0 | 0 | if(!OpHAS_SIBLING(last)) |
| 50 | 0 | 0 | binop->op_last = OpSIBLING(binop->op_first); |
| 51 | 0 | 0 | if(binop->op_last) |
| 54 | 0 | 0 | Newx(binop->op_any, anycount, ANY); |