Searched refs:coverage (Results 1 – 25 of 28) sorted by relevance
12
/PHP-7.2/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.2/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 | 027.phpt | 46 // this may stop working in future versions, but is here for code coverage purposes
|
H A D | phar_convert_again.phpt | 49 // extra code coverage 121 // extra code coverage
|
/PHP-7.2/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.2/ext/pdo_oci/tests/ |
H A D | checkliveness.phpt | 2 PDO OCI checkliveness (code coverage)
|
/PHP-7.2/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.2/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 21 * solution, but it's really the only way to get test coverage on the rate-limiting functionality
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_begin_transaction.phpt | 77 /* just coverage */
|
/PHP-7.2/ |
H A D | CONTRIBUTING.md | 51 We love getting new tests! PHP is a huge project and improving code coverage is
|
H A D | configure.ac | 793 [ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!], no, n… 843 ltp_msg="To enable code coverage reporting you must have LTP installed" 869 CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage" 870 CXXFLAGS="$CXXFLAGS -O0 -fprofile-arcs -ftest-coverage"
|
H A D | ltmain.sh | 1680 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
|
/PHP-7.2/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.2/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.2/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 …]
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 6605 # xoverage: file(1) magic for test coverage data 6607 # File formats used to store test coverage data 6612 # gcc -ftest-coverage 6622 # GCC coverage tracefiles 6630 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6635 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6642 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs), 6647 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs), 6655 >&0 search/64 \nSF:/ LCOV coverage tracefile 6659 # i.e. source code annoted with coverage information [all …]
|
Completed in 147 milliseconds
12