| Total Complexity | 2 | 
| Total Lines | 26 | 
| Duplicated Lines | 0 % | 
| Coverage | 50% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 20 | class IndexController extends CanvasIndexController  | 
            ||
| 21 | { | 
            ||
| 22 | /**  | 
            ||
| 23 | * Index.  | 
            ||
| 24 | *  | 
            ||
| 25 | * @method GET  | 
            ||
| 26 | * @url /  | 
            ||
| 27 | *  | 
            ||
| 28 | * @return Response  | 
            ||
| 29 | */  | 
            ||
| 30 | public function index($id = null) : Response  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * Show the status of the diferent services.  | 
            ||
| 37 | *  | 
            ||
| 38 | * @method GET  | 
            ||
| 39 | * @url /status  | 
            ||
| 40 | *  | 
            ||
| 41 | * @return Response  | 
            ||
| 42 | */  | 
            ||
| 43 | 1 | public function status() : Response  | 
            |
| 48 |