OpenCoverage

strnumcmp.c

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

Generated by Squish Coco 4.1.2