| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | 1 | protected function customizeFunction(): void |
|
| 18 | { |
||
| 19 | 1 | $this->setFunctionPrototype('(%s, %s) OVERLAPS (%s, %s)'); |
|
| 20 | 1 | $this->addNodeMapping('StringExpression'); |
|
| 21 | 1 | $this->addNodeMapping('StringExpression'); |
|
| 22 | 1 | $this->addNodeMapping('StringExpression'); |
|
| 23 | 1 | $this->addNodeMapping('StringExpression'); |
|
| 24 | } |
||
| 26 |