Branch Coverage

Warp.xs
Criterion Covered Total %
branch 13 24 54.1


line true false branch
67 0 1 if (Installed) {
73 1 0 if (!svp) {
81 0 1 if (!SvIOK(*svp)) croak("Time::NVtime isn't a function pointer");
82 1 0 realNVtime = (NV(*)()) SvIV(*svp);
84 0 1 if (!SvIOK(*svp)) croak("Time::U2time isn't a function pointer");
85 1 0 realU2time = (void(*)(U32*)) SvIV(*svp);
113 7 2 if (items == 0) {
114 0 7 XPUSHs(sv_2mortal(newSVnv(Scale)));
116 0 2 new_Scale = SvNV(ST(0));
117 0 2 if (new_Scale < 0) {
121 0 2 else if (new_Scale < .001) {
134 0 10 XPUSHs(sv_2mortal(newSVnv(warped_NVtime())));