| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 73 | 16 | public function newInstance() |
|
| 74 | { |
||
| 75 | 16 | $batchGeocoded = new BatchGeocoded; |
|
| 76 | |||
| 77 | 16 | $batchGeocoded->setProviderName($this->providerName); |
|
| 78 | 16 | $batchGeocoded->setQuery($this->query); |
|
| 79 | 16 | $batchGeocoded->setExceptionMessage($this->exception); |
|
| 80 | |||
| 81 | 16 | return $batchGeocoded; |
|
| 82 | } |
||
| 83 | } |
||
| 84 |