| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/root-dev-ino.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | struct dev_ino * | - | ||||||
| 9 | get_root_dev_ino (struct dev_ino *root_d_i) | - | ||||||
| 10 | { | - | ||||||
| 11 | struct stat statbuf; | - | ||||||
| 12 | if (lstat ("/", &statbuf)
| 0-4303 | ||||||
| 13 | return never executed: return ((void *)0) ;never executed: return ((void *)0) ; | 0 | ||||||
| 14 | ((void *)0) never executed: return ((void *)0) ; | 0 | ||||||
| 15 | ; never executed: return ((void *)0) ; | 0 | ||||||
| 16 | root_d_i->st_ino = statbuf.st_ino; | - | ||||||
| 17 | root_d_i->st_dev = statbuf.st_dev; | - | ||||||
| 18 | return executed 4303 times by 5 tests: root_d_i;return root_d_i;Executed by:
executed 4303 times by 5 tests: return root_d_i;Executed by:
| 4303 | ||||||
| 19 | } | - | ||||||
| Switch to Source code | Preprocessed file |