Lines Matching refs:coverage
1289 generate a code coverage report for its test suite. To enable this, you
1292 --enable-coverage
1297 coverage reporting. If you have configured ccache to run automatically
1304 When --enable-coverage is used, the following addition targets are
1307 make coverage
1309 This creates a fresh coverage report for the PCRE test suite. It is
1310 equivalent to running "make coverage-reset", "make coverage-baseline",
1311 "make check", and then "make coverage-report".
1313 make coverage-reset
1315 This zeroes the coverage counters, but does nothing else.
1317 make coverage-baseline
1319 This captures baseline coverage information.
1321 make coverage-report
1323 This creates the coverage report.
1325 make coverage-clean-report
1327 This removes the generated coverage report without cleaning the cover-
1330 make coverage-clean-data
1332 This removes the captured coverage data without removing the coverage
1335 make coverage-clean
1337 This cleans all coverage data including the generated coverage report.
1338 For more information about code coverage, see the gcov and lcov docu-