Searched refs:coverage (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.0/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-7.0/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 | pharfileinfo_setmetadata.phpt | 2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
|
H A D | phar_bz2.phpt | 43 // additional 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-7.0/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-7.0/ext/pdo_oci/tests/ |
H A D | checkliveness.phpt | 2 PDO OCI checkliveness (code coverage)
|
/PHP-7.0/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-7.0/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-7.0/ext/mysqli/tests/ |
H A D | mysqli_begin_transaction.phpt | 77 /* just coverage */
|
/PHP-7.0/ |
H A D | CONTRIBUTING.md | 46 We love getting new tests! PHP is a huge project and improving code coverage is
|
H A D | configure.in | 782 [ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!], no, n… 832 ltp_msg="To enable code coverage reporting you must have LTP installed" 858 CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage" 859 CXXFLAGS="$CXXFLAGS -O0 -fprofile-arcs -ftest-coverage"
|
H A D | ltmain.sh | 1680 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
|
/PHP-7.0/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
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 648 …EdgePixel(const gdImagePtr src, unsigned int x, unsigned int y, gdFixed coverage, const int bgColo… in _setEdgePixel() argument 652 c = c | (( (int) (gd_fxtof(gd_mulfx(coverage, f_127)) + 50.5f)) << 24); in _setEdgePixel()
|
/PHP-7.0/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 74 milliseconds
12