1 | <?php |
||
8 | final class EmptyCloverFile implements CrapMethodFetcherInterface, CoverageDetectorInterface |
||
9 | { |
||
10 | private function __construct() |
||
13 | |||
14 | public static function create() : EmptyCloverFile |
||
18 | |||
19 | /** |
||
20 | * @return float |
||
21 | */ |
||
22 | public function getCoveragePercentage() : float |
||
26 | |||
27 | /** |
||
28 | * Returns an array of method objects, indexed by method full name. |
||
29 | * |
||
30 | * @return Method[] |
||
31 | */ |
||
32 | public function getMethods() : array |
||
36 | } |
||
37 |