PCextreme / cloudstack-php

Native PHP Cloudstack client
MIT License
10 stars 9 forks source link

Eliminate risks #22

Closed FrontEndCoffee closed 5 years ago

FrontEndCoffee commented 6 years ago

According to a coverage analysis done by PHPUnit, the largest project risk (according to their C.R.A.P. indicator). is the Client.php class.

This PR eliminates some of the most pressing risks in said class:

This PR reduces the C.R.A.P. score for Client from 835 to 290. That's a reduction of 65% 🎉

fixes #21

FrontEndCoffee commented 6 years ago

After a rebase with master and a succeeding build, this can be merged