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 318935f commit b7bb1a9Copy full SHA for b7bb1a9
PHP/CodeCoverage/Report/HTML.php
@@ -131,6 +131,15 @@ public function process(PHP_CodeCoverage $coverage, $target)
131
$this->addItems($root, $items, $files);
132
$this->copyFiles($target);
133
134
+ $this->render($root, $target);
135
+ }
136
+
137
+ /**
138
+ * @param PHP_CodeCoverage_Report_HTML_Node_Directory $root
139
+ * @param string $target
140
+ */
141
+ protected function render(PHP_CodeCoverage_Report_HTML_Node_Directory $root, $target)
142
+ {
143
$root->render(
144
$target,
145
$this->options['title'],
0 commit comments