Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 25 of 25) sorted by relevance

/PHP-5.6/ext/phar/tests/files/
H A Dpear2coverage.phar.php269 $coverage = $source->coverage($num);
276 if ($coverage === false) {
282 if ($coverage < 1) {
648 protected $coverage;
690 function coverage($line)
692 if (!isset($this->coverage[$line])) {
695 return $this->coverage[$line];
1155 return round(($coverage[0] / $coverage[1]) * 100);
1393 $coverage = 0;
1395 $coverage = $res[0];
[all …]
/PHP-5.6/ext/phar/tests/
H A Dinclude_path_advanced.phpt2 Phar: include_path advanced code coverage test
H A Dfopen.phpt12 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
14 $a = fopen(); // this satisfies another line of code coverage
H A Dfopen5.2.phpt12 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
14 $a = fopen(); // this satisfies another line of code coverage
H A Dpharfileinfo_chmod.phpt2 Phar: PharFileInfo::chmod extra code coverage
H A Dphar_offset_get_error.phpt31 // extra coverage
H A Dphar_bz2.phpt43 // additional code coverage
H A Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
H A Dfopen_edgecases.phpt24 // test phar_open_url() with quiet stat for code coverage
45 // this tests coverage of the case where the phar exists and has no files
H A Dphar_convert_again.phpt49 // extra code coverage
121 // extra code coverage
H A D027.phpt47 // this may stop working in future versions, but is here for code coverage purposes
H A D027U.phpt47 // this may stop working in future versions, but is here for code coverage purposes
/PHP-5.6/ext/oci8/tests/
H A Dminfo.phpt2 Code coverage for PHP_MINFO_FUNCTION(oci)
H A Dtestping.phpt2 Exercise OCIPing functionality on reconnect (code coverage test)
/PHP-5.6/ext/phar/tests/zip/
H A Dodt.phpt17 // this next line is for increased code coverage
H A Dphar_oo_compressallbz2.phpt37 $phar['d'] = 'hi'; // increases code coverage by having ufp open
/PHP-5.6/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt20 * solution, but it's really the only way to get test coverage on the rate-limiting functionality
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_begin_transaction.phpt77 /* just coverage */
/PHP-5.6/
H A Dconfigure.in772 [ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!], no, n…
822 ltp_msg="To enable code coverage reporting you must have LTP installed"
848 CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage"
849 CXXFLAGS="$CXXFLAGS -O0 -fprofile-arcs -ftest-coverage"
H A Dltmain.sh1680 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
H A DNEWS5072 . Introducing unit tests for extension with ~full coverage.
10446 - Added --enable-gcov configure option to enable C-level code coverage.
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME368 --enable-coverage
370 the build process implements a code coverage report for the test suite. The
371 report is generated by running "make coverage". If ccache is installed on
372 your system, it must be disabled when building PCRE for coverage reporting.
374 running "make" to build PCRE. There is more information about coverage
H A DChangeLog571 2. ./configure --enable-coverage defined SUPPORT_GCOV in config.h, although
573 coverage involves only compiling and linking options and special targets in
575 enable coverage support, which is totally false. There was also support for
1091 33. There is now support for generating a code coverage report for the test
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c638 …EdgePixel(const gdImagePtr src, unsigned int x, unsigned int y, gdFixed coverage, const int bgColo… in _setEdgePixel() argument
642 c = c | (( (int) (gd_fxtof(gd_mulfx(coverage, f_127)) + 50.5f)) << 24); in _setEdgePixel()
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1292 --enable-coverage
1307 make coverage
1310 equivalent to running "make coverage-reset", "make coverage-baseline",
1313 make coverage-reset
1317 make coverage-baseline
1321 make coverage-report
1325 make coverage-clean-report
1330 make coverage-clean-data
1332 This removes the captured coverage data without removing the coverage
1335 make coverage-clean
[all …]

Completed in 128 milliseconds