| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/strnumcmp.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | int __attribute__ ((__pure__)) | - |
| 6 | strnumcmp (char const *a, char const *b, | - |
| 7 | int decimal_point, int thousands_sep) | - |
| 8 | { | - |
| 9 | return executed 555895 times by 1 test: numcompare (a, b, decimal_point, thousands_sep);return numcompare (a, b, decimal_point, thousands_sep);Executed by:
executed 555895 times by 1 test: return numcompare (a, b, decimal_point, thousands_sep);Executed by:
| 555895 |
| 10 | } | - |
| Switch to Source code | Preprocessed file |