| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class DigraphGenerator extends Generator |
||
| 15 | { |
||
| 16 | /** @var GraphvizProcessor */ |
||
| 17 | protected $digraphProcessor; |
||
| 18 | |||
| 19 | 51 | public function __construct(CodeParser $parser, GraphvizProcessor $digraphProcessor) |
|
| 23 | 51 | } |
|
| 24 | |||
| 25 | 39 | protected function generateDigraph(Structure $structure): string |
|
| 31 |