Home
last modified time | relevance | path

Searched defs:showOnlySummary (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php27 private $showOnlySummary; variable in SebastianBergmann\\CodeCoverage\\Report\\Text
44 …t($lowUpperBound = 50, $highLowerBound = 90, $showUncoveredFiles = false, $showOnlySummary = false)