| Conditions | 5 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 5 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 23 | protected function verifyGetJobArgs($workerName = null, $methodName = null, $prioritize = true) |
|
| 17 | { |
||
| 18 | 23 | if (null !== $workerName || null !== $methodName || (isset($this->maxPriority) && true !== $prioritize)) { |
|
| 19 | 6 | throw new UnsupportedException('Unsupported'); |
|
| 20 | } |
||
| 21 | 20 | } |
|
| 22 | } |
||
| 23 |