| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 2.0932 |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | 2 | public function process() |
|
| 16 | { |
||
| 17 | 2 | $this->initWrapper($this->setLocalName()); |
|
| 18 | |||
| 19 | 2 | $sanitise = $this->soteria->sanitise(); |
|
| 20 | 2 | $sanitise->disinfect($this->getReference(), 'email'); |
|
| 21 | |||
| 22 | 2 | if (!$sanitise->result()->isValid()) { |
|
| 23 | $this->setScore($this->getRealScore()); |
||
| 24 | $this->setResult(); |
||
| 25 | } |
||
| 34 | } |