Branch Coverage

Warp.xs
Criterion Covered Total %
branch 13 24 54.1


line true false branch
72 0 1 if (Installed) {
78 1 0 if (!svp) {
86 0 1 if (!SvIOK(*svp)) croak("Time::NVtime isn't a function pointer");
87 1 0 realNVtime = (NV(*)()) SvIV(*svp);
89 0 1 if (!SvIOK(*svp)) croak("Time::U2time isn't a function pointer");
90 1 0 realU2time = (void(*)(U32*)) SvIV(*svp);
116 3 2 if (items == 0) {
117 0 3 XPUSHs(sv_2mortal(newSVnv(Scale)));
121 0 2 Scale = SvNV(ST(0));
122 0 2 if (Scale < 0) {
126 0 2 else if (Scale < .001) {
137 0 6 XPUSHs(sv_2mortal(newSVnv(warped_NVtime())));