Branch Coverage

hax/OP_HELEMEXISTSOR.c.inc
Criterion Covered Total %
branch 0 16 0.0


line true false branch
39 0 0 if(hv_is_magical && !hv_exists_ent(hv, keysv, 0))
0 0 if(hv_is_magical && !hv_exists_ent(hv, keysv, 0))
42 0 0 if(is_delete) {
47 0 0 val = he ? HeVAL(he) : NULL;
52 0 0 if(hv_is_magical && val)
53 0 0 SvGETMAGIC(val);
56 0 0 if(!val) {
73 0 0 OP *keyop = OpSIBLING(hvop);