| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | extern inline void xset_binary_mode_error (void) {} | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | | - |
| 18 | | - |
| 19 | extern inline void | - |
| 20 | xset_binary_mode (int fd, int mode) | - |
| 21 | { | - |
| 22 | if (set_binary_mode (fd, mode) < 0| TRUE | never evaluated | | FALSE | evaluated 16507 times by 13 testsEvaluated by:- base32
- base64
- cat
- cksum
- head
- od
- split
- sum
- tac
- tail
- tee
- tr
- wc
|
) | 0-16507 |
| 23 | xset_binary_mode_error (); never executed: xset_binary_mode_error (); | 0 |
| 24 | }executed 16507 times by 13 tests: end of blockExecuted by:- base32
- base64
- cat
- cksum
- head
- od
- split
- sum
- tac
- tail
- tee
- tr
- wc
| 16507 |
| 25 | | - |
| 26 | | - |
| | |