You are here

protected property PHP_CodeCoverage_Report_Node_File::$numTestedFunctions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php \PHP_CodeCoverage_Report_Node_File::numTestedFunctions

Type: int

File

vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php, line 81

Class

PHP_CodeCoverage_Report_Node_File
Represents a file in the code coverage information tree.

Code

protected $numTestedFunctions = null;