We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674d4b9 commit 0996e62Copy full SHA for 0996e62
PHP/CodeCoverage/Report/HTML.php
@@ -91,7 +91,7 @@ class PHP_CodeCoverage_Report_HTML
91
*
92
* @param array $options
93
*/
94
- public function __construct($charset = 'UTF-8', $highlight = FALSE, $lowUpperBound = 35, $highLowerBound = 70, $generator = '')
+ public function __construct($charset = 'UTF-8', $highlight = FALSE, $lowUpperBound = 50, $highLowerBound = 90, $generator = '')
95
{
96
$this->charset = $charset;
97
$this->generator = $generator;
0 commit comments