OpenCoverage

dup-safer.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/dup-safer.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8int-
9dup_safer (int fd)-
10{-
11 return
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
12 rpl_fcntl
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
13 (fd,
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
14 0
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
15 ,
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
16 2
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
17 + 1);
executed 5 times by 3 tests: return rpl_fcntl (fd, 0 , 2 + 1);
Executed by:
  • cp
  • tac
  • tail
5
18}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2