| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 37.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class WebFacade extends AbstractFacade |
||
| 13 | { |
||
| 14 | public function initWebRouting(): void |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $url |
||
| 21 | * |
||
| 22 | * @throws \Xervice\Web\Business\Exception\WebExeption |
||
| 23 | */ |
||
| 24 | 2 | public function executeUrl(string $url): void |
|
| 27 | 2 | } |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @throws \Xervice\Web\Business\Exception\WebExeption |
||
| 31 | */ |
||
| 32 | public function execute(): void |
||
| 35 | } |
||
| 36 | } |