Conditions | 2 |
Paths | 2 |
Total Lines | 12 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | public function process() |
||
11 | { |
||
12 | $this->initWrapper($this->setLocalName()); |
||
13 | |||
14 | $this->getQueryString(); |
||
15 | |||
16 | list($key) = array_pad(explode('|', $this->getReference()), 1, null); |
||
17 | |||
18 | if (isset($this->queryArray[$key])) { |
||
19 | $this->setScore($this->getRealScore()); |
||
20 | } |
||
21 | $this->setResult(); |
||
22 | } |
||
37 | } |