OpenCoverage

uid.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/uid.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9int OPENSSL_issetugid(void)-
10{-
11-
12 return
executed 2326 times by 1 test: return getauxval( 23 ) != 0;
Executed by:
  • libcrypto.so.1.1
getauxval(
executed 2326 times by 1 test: return getauxval( 23 ) != 0;
Executed by:
  • libcrypto.so.1.1
2326
13 23
executed 2326 times by 1 test: return getauxval( 23 ) != 0;
Executed by:
  • libcrypto.so.1.1
2326
14 ) != 0;
executed 2326 times by 1 test: return getauxval( 23 ) != 0;
Executed by:
  • libcrypto.so.1.1
2326
15-
16-
17-
18}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2