| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | 4 | public function parseFilterString($filter_string) |
|
| 36 | { |
||
| 37 | // NOTE: $filter_string is unused, but needed to match signature of the method. |
||
| 38 | |||
| 39 | 4 | $this->setFilterType($this->config->get($this->config_path . 'type')); |
|
| 40 | |||
| 41 | 3 | $this->rules = $this->config->get($this->config_path . 'rules', []); |
|
| 42 | 3 | } |
|
| 75 |