| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 9 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 60 | 3 | public function call($methodName, array $arguments = []) | |
| 61 |     { | ||
| 62 | 3 |         if ($this->isSecure === true) { | |
| 63 | 3 | $wsseHeader = $this->wsse->generateHeader(); | |
| 64 | 3 | $this->soapClient->__setSoapHeaders($wsseHeader); | |
| 65 | 3 | } | |
| 66 | |||
| 67 | 3 | return $this->soapClient->__soapCall($methodName, $arguments); | |
| 68 | } | ||
| 69 | } | ||
| 70 |