| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 8 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 5 | 
| CRAP Score | 2.0185 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 9 | 1 | public function getPackageStockroom() | |
| 10 |     { | ||
| 11 | 1 |         if ($this->_packageStockroom) { | |
| 12 | return $this->_packageStockroom; | ||
| 13 | } | ||
| 14 | 1 | $id = $this->id; | |
| 15 | 1 |         $xml = current($this->owner->offerPackage->xpath('//c:Склад[c:Ид = :id]', ['id' => $id])); | |
| 16 | 1 | return $this->_packageStockroom = new static($this->owner, $xml); | |
| 17 | } | ||
| 26 | } |