Searched refs:coverage (Results 1 – 25 of 25) sorted by relevance
/PHP-5.6/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 269 $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 D | include_path_advanced.phpt | 2 Phar: include_path advanced code coverage test
|
H A D | fopen.phpt | 12 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage 14 $a = fopen(); // this satisfies another line of code coverage
|
H A D | fopen5.2.phpt | 12 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage 14 $a = fopen(); // this satisfies another line of code coverage
|
H A D | pharfileinfo_chmod.phpt | 2 Phar: PharFileInfo::chmod extra code coverage
|
H A D | phar_offset_get_error.phpt | 31 // extra coverage
|
H A D | phar_bz2.phpt | 43 // additional code coverage
|
H A D | pharfileinfo_setmetadata.phpt | 2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
|
H A D | fopen_edgecases.phpt | 24 // 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 D | phar_convert_again.phpt | 49 // extra code coverage 121 // extra code coverage
|
H A D | 027.phpt | 47 // this may stop working in future versions, but is here for code coverage purposes
|
H A D | 027U.phpt | 47 // this may stop working in future versions, but is here for code coverage purposes
|
/PHP-5.6/ext/oci8/tests/ |
H A D | minfo.phpt | 2 Code coverage for PHP_MINFO_FUNCTION(oci)
|
H A D | testping.phpt | 2 Exercise OCIPing functionality on reconnect (code coverage test)
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | odt.phpt | 17 // this next line is for increased code coverage
|
H A D | phar_oo_compressallbz2.phpt | 37 $phar['d'] = 'hi'; // increases code coverage by having ufp open
|
/PHP-5.6/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 20 * 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 D | mysqli_begin_transaction.phpt | 77 /* just coverage */
|
/PHP-5.6/ |
H A D | configure.in | 772 [ --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 D | ltmain.sh | 1680 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
|
H A D | NEWS | 5072 . 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 D | README | 368 --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 D | ChangeLog | 571 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 D | gd_interpolation.c | 638 …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 D | pcre.txt | 1292 --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 142 milliseconds