Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
51 | 12 | public function execute() |
|
52 | { |
||
53 | 12 | if ($this->rootModuleFile->hasPathMapping($this->repositoryPath)) { |
|
54 | 12 | $this->previousMapping = $this->rootModuleFile->getPathMapping($this->repositoryPath); |
|
55 | 12 | $this->rootModuleFile->removePathMapping($this->repositoryPath); |
|
56 | } |
||
57 | 12 | } |
|
58 | |||
69 |