Branch Coverage

lib/Sys/Sendfile.xs
Criterion Covered Total %
branch 7 10 70.0


line true false branch
71 0 2 Off_t real_offset = SvOK(offset) ? SvUV(offset) : (off_t)lseek(in, 0, SEEK_CUR);
72 1 1 Off_t real_count = SvOK(count) ? SvUV(count) : 0u;
77 1 1 if (!SvOK(count)) {
83 0 1 if (fstat(in, &info) == -1)
91 0 2 if (success == -1)