| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class Route implements RouteInterface, HasQueryFilterInterface { |
||
| 21 | use HasAttributesTrait; |
||
| 22 | use HasQueryFilterTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritDoc} |
||
| 26 | */ |
||
| 27 | 3 | public function isSatisfied( RequestInterface $request ) { |
|
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritDoc} |
||
| 44 | */ |
||
| 45 | 2 | public function getArguments( RequestInterface $request ) { |
|
| 55 |