Home
last modified time | relevance | path

Searched refs:showUncoveredFiles (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php26 private $showUncoveredFiles; variable in SebastianBergmann\\CodeCoverage\\Report\\Text
41 * @param bool $showUncoveredFiles
44 …public function __construct($lowUpperBound = 50, $highLowerBound = 90, $showUncoveredFiles = false… argument
48 $this->showUncoveredFiles = $showUncoveredFiles;
204 $this->showUncoveredFiles) {