OpenCoverage

smack.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/smack.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5static inline ssize_t-
6smack_new_label_from_self (char **label)-
7{-
8 return
never executed: return -1;
-1;
never executed: return -1;
0
9}-
10-
11static inline int-
12smack_set_label_for_self (const char *label)-
13{-
14 return
never executed: return -1;
-1;
never executed: return -1;
0
15}-
16-
17-
18static inline -
19 _Bool-
20-
21is_smack_enabled (void)-
22{-
23-
24-
25-
26 return
executed 306 times by 2 tests: return 0 ;
Executed by:
  • id
  • ls
executed 306 times by 2 tests: return 0 ;
Executed by:
  • id
  • ls
306
27 0
executed 306 times by 2 tests: return 0 ;
Executed by:
  • id
  • ls
306
28 ;
executed 306 times by 2 tests: return 0 ;
Executed by:
  • id
  • ls
306
29-
30}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2