Home
last modified time | relevance | path

Searched defs: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
44 …public function __construct($lowUpperBound = 50, $highLowerBound = 90, $showUncoveredFiles = false…