| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | #[Route("/metrics", name: "metrics")] |
||
| 12 | public function metrics(): Response |
||
| 13 | { |
||
| 14 | //Skapa en landningssida metrics/ för din “Metrics analys” |
||
| 15 | // som handlar om kodkvalitet och hur man kan jobba med “Clean code”. |
||
| 16 | // Placera landningssidan i din navbar. Du skriver din rapport direkt i landningssidan. |
||
| 17 | return $this->render('metrics.html.twig'); |
||
| 18 | } |
||
| 20 |