Branch Coverage

lib/Sys/Sendfile.xs
Criterion Covered Total %
branch 14 26 53.8


line true false branch
71 2 0 Off_t real_offset = SvOK(offset) ? SvUV(offset) : (off_t)lseek(in, 0, SEEK_CUR);
2 0 Off_t real_offset = SvOK(offset) ? SvUV(offset) : (off_t)lseek(in, 0, SEEK_CUR);
0 2 Off_t real_offset = SvOK(offset) ? SvUV(offset) : (off_t)lseek(in, 0, SEEK_CUR);
0 0 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;
1 0 Off_t real_count = SvOK(count) ? SvUV(count) : 0u;
0 1 Off_t real_count = SvOK(count) ? SvUV(count) : 0u;
0 1 Off_t real_count = SvOK(count) ? SvUV(count) : 0u;
77 1 1 if (!SvOK(count)) {
1 0 if (!SvOK(count)) {
1 0 if (!SvOK(count)) {
79 0 1 if (fstat(in, &info) == -1)
87 0 2 if (success == -1)