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