Branch Coverage

secret_buffer_wait_readable.c
Criterion Covered Total %
branch 10 20 50.0


line true false branch
19 34 0 if (timeout_sv && SvOK(timeout_sv)) {
34 0 if (timeout_sv && SvOK(timeout_sv)) {
21 0 34 if (timeout < 0)
26 0 34 if (tv_out->tv_usec < 0)
28 0 34 if (tv_out->tv_usec >= 1000000) {
232 544 34 FD_ZERO(&rfds);
236 0 34 if (r < 0 && errno != EINTR)
0 0 if (r < 0 && errno != EINTR)
244 0 34 if (PerlIO_get_cnt(fh) > 0)
246 0 34 if ((fd= PerlIO_fileno(fh)) < 0)