Home
last modified time | relevance | path

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

12

/PHP-7.1/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-7.1/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 Dpharfileinfo_setmetadata.phpt2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage
H A Dphar_bz2.phpt43 // additional 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-7.1/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-7.1/ext/pdo_oci/tests/
H A Dcheckliveness.phpt2 PDO OCI checkliveness (code coverage)
/PHP-7.1/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-7.1/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-7.1/ext/mysqli/tests/
H A Dmysqli_begin_transaction.phpt77 /* just coverage */
/PHP-7.1/
H A DCONTRIBUTING.md46 We love getting new tests! PHP is a huge project and improving code coverage is
H A Dconfigure.in782 [ --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 Dltmain.sh1680 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
/PHP-7.1/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
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c648 …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.1/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 146 milliseconds

12