Interface for code coverage drivers.
@category PHP @package CodeCoverage @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://github.com/sebastianbergmann/php-code-coverage @since Class available since Release 1.0.0
Expanded class hierarchy of PHP_CodeCoverage_Driver
All classes that implement PHP_CodeCoverage_Driver
interface PHP_CodeCoverage_Driver {
/**
* Start collection of code coverage information.
*/
public function start();
/**
* Stop collection of code coverage information.
*
* @return array
*/
public function stop();
}
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PHP_CodeCoverage_Driver:: |
public | function | Start collection of code coverage information. | 1 |
PHP_CodeCoverage_Driver:: |
public | function | Stop collection of code coverage information. | 1 |