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