OpenCoverage

shmbchar.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/bash/src/include/shmbchar.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2extern const unsigned int is_basic_table[];-
3-
4static inline int-
5is_basic (char c)-
6{-
7 return
executed 2053625957 times by 1 test: return (is_basic_table [(unsigned char) c >> 5] >> ((unsigned char) c & 31)) & 1;
Executed by:
  • Self test
(is_basic_table [(unsigned char) c >> 5] >> ((unsigned char) c & 31))
executed 2053625957 times by 1 test: return (is_basic_table [(unsigned char) c >> 5] >> ((unsigned char) c & 31)) & 1;
Executed by:
  • Self test
2053625957
8 & 1;
executed 2053625957 times by 1 test: return (is_basic_table [(unsigned char) c >> 5] >> ((unsigned char) c & 31)) & 1;
Executed by:
  • Self test
2053625957
9}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2