| Conditions | 2 |
| Paths | 2 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 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 | $this->setResult(); |
||
| 21 | } |
||
| 37 | } |