| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 24 | 1 | protected function customizeFunction(): void |
|
| 25 | { |
||
| 26 | 1 | $this->setFunctionPrototype('ST_PointInsideCircle(%s, %s, %s, %s)'); |
|
| 27 | 1 | $this->addNodeMapping('StringPrimary'); |
|
| 28 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 29 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 30 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 31 | } |
||
| 33 |