Branch Coverage

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


line true false branch
114 0 0 if(*kwargi >= argc)
118 0 0 if(!SvOK(argname))
0 0 if(!SvOK(argname))
0 0 if(!SvOK(argname))
122 0 0 while(args[*kwarg]) {
123 0 0 if(strEQ(SvPV_nolen(argname), args[*kwarg])) {
0 0 if(strEQ(SvPV_nolen(argname), args[*kwarg])) {
139 0 0 if(pragma[0] == '-') {
146 0 0 EXTEND(SP, 2);
147 0 0 PUSHMARK(SP);
149 0 0 if(arg)
153 0 0 call_method(unimport ? "unimport" : "import", G_VOID);
155 0 0 FREETMPS;
165 0 0 PUSHMARK(SP);
191 0 0 if(!gv)
201 0 0 if(!gvp || !GvAV(*gvp))
0 0 if(!gvp || !GvAV(*gvp))
202 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));
210 0 0 for( ; o; o = OpSIBLING(o)) {
0 0 for( ; o; o = OpSIBLING(o)) {
211 0 0 if(OP_CLASS(o) == OA_COP) {
0 0 if(OP_CLASS(o) == OA_COP) {
214 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) {
217 0 0 else if(o->op_flags & OPf_KIDS) {
219 0 0 if(ret)
230 0 0 if(lex_peek_unichar(0) != c)
241 0 0 SSize_t count = av_count(src);
244 0 0 av_extend(dst, av_count(dst) + count - 1);
248 0 0 for(i = 0; i < count; i++) {
250 0 0 av_push(dst, refcnt_inc ? SvREFCNT_inc(sv) : sv);