Branch Coverage

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


line true false branch
118 0 0 if(*kwargi >= argc)
122 0 0 if(!SvOK(argname))
0 0 if(!SvOK(argname))
0 0 if(!SvOK(argname))
126 0 0 while(args[*kwarg]) {
127 0 0 if(strEQ(SvPV_nolen(argname), args[*kwarg])) {
0 0 if(strEQ(SvPV_nolen(argname), args[*kwarg])) {
143 0 0 if(pragma[0] == '-') {
150 0 0 EXTEND(SP, 2);
151 0 0 PUSHMARK(SP);
153 0 0 if(arg)
157 0 0 call_method(unimport ? "unimport" : "import", G_VOID);
159 0 0 FREETMPS;
169 0 0 PUSHMARK(SP);
196 0 0 if(!gv)
206 0 0 if(!gvp || !GvAV(*gvp))
0 0 if(!gvp || !GvAV(*gvp))
207 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));
215 0 0 for( ; o; o = OpSIBLING(o)) {
0 0 for( ; o; o = OpSIBLING(o)) {
216 0 0 if(OP_CLASS(o) == OA_COP) {
0 0 if(OP_CLASS(o) == OA_COP) {
219 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) {
222 0 0 else if(o->op_flags & OPf_KIDS) {
224 0 0 if(ret)
235 0 0 if(lex_peek_unichar(0) != c)
246 0 0 SSize_t count = av_count(src);
249 0 0 av_extend(dst, av_count(dst) + count - 1);
253 0 0 for(i = 0; i < count; i++) {
255 0 0 av_push(dst, refcnt_inc ? SvREFCNT_inc(sv) : sv);