Branch Coverage

hax/forbid_outofblock_ops.c.inc
Criterion Covered Total %
branch 8 28 28.5


line true false branch
33 0 0 if(o->op_flags & OPf_SPECIAL) {
34 0 0 if(flags & FORBID_LOOPEX_DEFAULT)
40 0 0 if(o->op_flags & OPf_STACKED)
45 0 0 if(cPVOPo->op_private & OPpPV_IS_UTF8)
50 0 0 if(hv_fetch_ent(permittedloops, target, FALSE, 0))
62 0 0 if(label_pv) {
64 0 0 if(label_flags & SVf_UTF8)
82 28 40 if(!(o->op_flags & OPf_KIDS))
86 68 28 while(kid) {
88 40 28 kid = OpSIBLING(kid);
90 0 68 if(is_loop) {
96 0 28 if(is_loop && labelsv) {
98 0 0 if(SvIV(HeVAL(he)) > 1)
0 0 if(SvIV(HeVAL(he)) > 1)