| 1 | <?php |
||
| 13 | class HtmlResult |
||
| 14 | { |
||
| 15 | /** @var Facade */ |
||
| 16 | private $html; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * CloverResult constructor. |
||
| 20 | */ |
||
| 21 | public function __construct() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param CodeCoverage $codeCoverage |
||
| 28 | * @param OutputPath $targetPath |
||
| 29 | */ |
||
| 30 | public function process(CodeCoverage $codeCoverage, OutputPath $targetPath) |
||
| 34 | } |
||
| 35 |