| Total Complexity | 1 | 
| Total Lines | 16 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 12 | class CustomerIntelligenceGateway extends AbstractGateway  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * @author GK  | 
            ||
| 16 | * @param InstallationEntity $installationEntity  | 
            ||
| 17 | * @param $token  | 
            ||
| 18 | * @return array  | 
            ||
| 19 | * @throws \WNowicki\Generic\Exception  | 
            ||
| 20 | */  | 
            ||
| 21 | 1 | public function getLeadScore(InstallationEntity $installationEntity, $body, $token)  | 
            |
| 31 |