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 6cb85e9 commit 4d6e578Copy full SHA for 4d6e578
PHP/CodeCoverage/Report/HTML.php
@@ -132,6 +132,7 @@ public function process(PHP_CodeCoverage $coverage, $target)
132
);
133
134
$this->addItems($root, $items, $files);
135
+ $classes = $this->classes($root);
136
137
$root->render(
138
$target,
@@ -141,6 +142,8 @@ public function process(PHP_CodeCoverage $coverage, $target)
141
142
$this->options['highLowerBound']
143
144
145
+ $this->classCoverageDistributionChart($classes, $target);
146
+
147
$this->copyFiles($target);
148
}
149
0 commit comments