OpenCoverage

ctime.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/sqlite/src/src/ctime.c
Switch to Source codePreprocessed file
LineSourceCount
1static const char * const sqlite3azCompileOpt[] = {-
2 "COMPILER=gcc-" "6.3.0 20170516",-
3 "DEFAULT_PAGE_SIZE=" "1024",-
4 "ENABLE_STMTVTAB",-
5 "HAVE_ISNAN",-
6 "NO_SYNC",-
7 "TEMP_STORE=" "1",-
8-
9-
10 "TEST",-
11-
12-
13 "THREADSAFE=" "1",-
14};-
15-
16const char **sqlite3CompileOptions(int *pnOpt){-
17 *pnOpt = sizeof(sqlite3azCompileOpt) / sizeof(sqlite3azCompileOpt[0]);-
18 return
executed 91 times by 1 test: return (const char**)sqlite3azCompileOpt;
Executed by:
  • Self test (438)
(const char**)sqlite3azCompileOpt;
executed 91 times by 1 test: return (const char**)sqlite3azCompileOpt;
Executed by:
  • Self test (438)
91
19}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2