Branch Coverage

hax/perl-additions.c.inc
Criterion Covered Total %
branch 0 64 0.0


line true false branch
43 0 0 if(*kwargi >= argc)
47 0 0 if(!SvOK(argname))
51 0 0 while(args[*kwarg]) {
52 0 0 if(strEQ(SvPV_nolen(argname), args[*kwarg])) {
68 0 0 if(pragma[0] == '-') {
75 0 0 EXTEND(SP, 2);
76 0 0 PUSHMARK(SP);
78 0 0 if(arg)
82 0 0 call_method(unimport ? "unimport" : "import", G_VOID);
84 0 0 FREETMPS;
94 0 0 PUSHMARK(SP);
121 0 0 if(!gv)
131 0 0 if(!gvp || !GvAV(*gvp))
0 0 if(!gvp || !GvAV(*gvp))
132 0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
0 0 croak("Expected %s to have a @ISA list", HvNAME(stash));
140 0 0 for( ; o; o = OpSIBLING(o)) {
0 0 for( ; o; o = OpSIBLING(o)) {
141 0 0 if(OP_CLASS(o) == OA_COP) {
0 0 if(OP_CLASS(o) == OA_COP) {
144 0 0 else if(o->op_type == OP_PADSV && o->op_targ == padix && o->op_private & OPpLVAL_INTRO) {
0 0 else if(o->op_type == OP_PADSV && o->op_targ == padix && o->op_private & OPpLVAL_INTRO) {
0 0 else if(o->op_type == OP_PADSV && o->op_targ == padix && o->op_private & OPpLVAL_INTRO) {
147 0 0 else if(o->op_flags & OPf_KIDS) {
149 0 0 if(ret)
160 0 0 if(lex_peek_unichar(0) != c)
178 0 0 for(i = 0; i < count; i++) {
180 0 0 av_push(dst, refcnt_inc ? SvREFCNT_inc(sv) : sv);