| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 7 |
| Ratio | 100 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | View Code Duplication | public function enter(Profile $profile) |
|
| 31 | { |
||
| 32 | $name = 'Twig Template: ' . substr($profile->getName(), strlen(ROOT) + 1); |
||
| 33 | DebugTimer::start($name, __d('twig_view', $name)); |
||
| 34 | |||
| 35 | parent::enter($profile); |
||
| 36 | } |
||
| 37 | |||
| 51 |