Branch Coverage

memmap_unix.c
Criterion Covered Total %
branch 9 18 50.0


line true false branch
34 27 0 if( sv==NULL || !SvOK(sv) )
0 27 if( sv==NULL || !SvOK(sv) )
45 27 0 if( sv_fd==NULL || !SvOK(sv_fd) || !SvIOK(sv_fd) )
27 0 if( sv_fd==NULL || !SvOK(sv_fd) || !SvIOK(sv_fd) )
0 27 if( sv_fd==NULL || !SvOK(sv_fd) || !SvIOK(sv_fd) )
50 0 27 if( fstat(fd_pmfile,&st_pmfile)!=0 )
60 0 27 if( s_mmap_pmfile==MAP_FAILED )
81 27 0 if( s_mmap_pmfile!=NULL )
83 0 27 if( munmap(s_mmap_pmfile,s_mmap_pmfile_size)==-1 )