| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 5 | 
| Code Lines | 2 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 3 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 21 | 11 | public function __construct(ContainerInterface $container, ResolverInterface $nameResolver = null, Psr16CacheInterface $metadataCache = null, CacheInterface $resultCache = null)  | 
            |
| 22 |     { | 
            ||
| 23 | 11 | parent::__construct($nameResolver, $metadataCache, $resultCache);  | 
            |
| 24 | |||
| 25 | 11 | $this->container = $container;  | 
            |
| 26 | }  | 
            ||
| 44 |