Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/
DCMakeLists.txt324 # Coverage build type
326 "Flags used by the C compiler during coverage builds."
330 "Flags used for linking binaries during coverage builds."
334 "Flags used by the shared libraries linker during coverage builds."
342 "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage."
344 add_c_compiler_flag(--coverage COVERAGE)
396 "Flags used by the C++ compiler during coverage builds."
398 add_cxx_compiler_flag(--coverage COVERAGE)
D.gitignore134 # DotCover is a Code Coverage Tool
236 # Unit test / coverage reports
237 .coverage
D.travis.yml36 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
117 - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
342 N=GCCAnyVersion-Linux-Coverage
343 BUILD_TYPE=Coverage
545 # None Debug Release RelWithDebInfo MinSizeRel Coverage
DREADME.md17 Test coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb), [codecov](https://…
20 [![Coverage Status](https://coveralls.io/repos/github/civetweb/civetweb/badge.svg?branch=master)](h…
/civetweb-2.7.6/unittest/
DCMakeLists.txt211 # Add the coverage command(s)
231 add_custom_target(coverage target
235 message(STATUS "Coverage command added")
243 "Coverage command not available:\n"
248 " --coverage flag: ${C_FLAG_COVERAGE_MESSAGE}")
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/
Dduk_cmdline.c246 * reasonably good coverage of different functions and programs. in wrapped_compile_execute()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cmdline/
Dduk_cmdline.c246 * reasonably good coverage of different functions and programs. in wrapped_compile_execute()
/civetweb-2.7.6/src/third_party/
Dsqlite3.c798 ** coverage:
801 ** measured by branch coverage. This is
803 ** implement parts of coverage testing.
12152 ** The testcase() macro is used to aid in coverage testing. When
12153 ** doing coverage testing, the condition inside the argument to
12155 ** get full branch coverage. The testcase() macro is inserted
12156 ** to help ensure adequate test coverage in places where simple
12157 ** condition/decision coverage is inadequate. For example, testcase()
12208 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
14017 ** The VdbeCoverage macros are used to set a coverage testing point
[all …]