Branch Coverage

script/pdl.c
Criterion Covered Total %
branch 0 24 0.0


line true false branch
27 0 0 if(pipe(pipes)) {perror("pdl (perldl spawn wrapper)"); exit(1);}
29 0 0 if(pid==0) {
35 0 0 if(! WIFEXITED(status) ) {
39 0 0 if( read(pipes[0],perldl,BUFSIZ) <= 0 ) {
45 0 0 for(i=0;i
0 0 for(i=0;i
46 0 0 if(perldl[i]=='\n' || perldl[i]=='\r')
0 0 if(perldl[i]=='\n' || perldl[i]=='\r')
49 0 0 if(argc==2) {
50 0 0 if(argv[1][0]!='-') {
54 0 0 if(!argv2)
57 0 0 for(i=0;i