| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 14 | 
| Code Lines | 9 | 
| Lines | 14 | 
| Ratio | 100 % | 
| Tests | 5 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 45 | 3 | View Code Duplication | private function processCriteriaBuilder(  | 
            
| 46 | $contextId,  | 
            ||
| 47 | array &$builder,  | 
            ||
| 48 | ContainerBuilder $container  | 
            ||
| 49 |     ) { | 
            ||
| 50 | 3 | $definitionName = $this->buildServiceName(  | 
            |
| 51 | $contextId,  | 
            ||
| 52 | 3 |             sprintf('builder.%s', $builder[self::NAME_PARAMETER]) | 
            |
| 53 | );  | 
            ||
| 54 | |||
| 55 | 3 | $this->buildDefinition($container, $contextId, $definitionName, $builder);  | 
            |
| 56 | |||
| 57 | 3 | return $definitionName;  | 
            |
| 58 | }  | 
            ||
| 59 | }  | 
            ||
| 60 |