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