Branch Coverage

t/typemap/const.xsi
Criterion Covered Total %
branch 8 24 33.3


line true false branch
37 1 0
40 2 0 }
44 2 0 void MyConst::set_val (SV* newval) { THIS->val = SvIV(newval); }
0 0 void MyConst::set_val (SV* newval) { THIS->val = SvIV(newval); }
46 1 0 void MyConst::set_from (const MyConst* other) { if (other) THIS->val = other->val; }
50 3 0 }
57 1 0
60 1 0 }
67 0 0 THIS->val = SvIV(newval);
0 0 THIS->val = SvIV(newval);
71 0 0 if (other) THIS->val = other->val;
76 2 0 }