Name | Lines of code | Maintainability | Test coverage |
.gitignore | |||
.travis.yml | |||
CONTRIBUTE.md | |||
LICENSE | |||
README.md | |||
Vagrantfile | |||
ansible/main.yml | |||
ansible/requirements.txt | |||
composer.json | |||
composer.lock | |||
phpunit.xml.dist | |||
requirements.sh | |||
src/InfluxDB/Client.php | 192 | A 2 hrs | A 94% |
src/InfluxDB/Client/Admin.php | 65 | A 45 mins | A 100% |
src/InfluxDB/Client/Exception.php | 5 | A 0 mins | F 0% |
src/InfluxDB/Database.php | 124 | A 0 mins | A 98% |
src/InfluxDB/Database/Exception.php | 5 | A 0 mins | F 0% |
src/InfluxDB/Database/RetentionPolicy.php | 16 | A 0 mins | A 100% |
src/InfluxDB/Driver/Curl.php | 97 | A 25 mins | A 93% |
src/InfluxDB/Driver/DriverInterface.php | 9 | A 0 mins | F 0% |
src/InfluxDB/Driver/Exception.php | 5 | A 0 mins | F 0% |
src/InfluxDB/Driver/Guzzle.php | 57 | A 0 mins | A 96% |
src/InfluxDB/Driver/QueryDriverInterface.php | 7 | A 0 mins | F 0% |
src/InfluxDB/Driver/UDP.php | 44 | A 0 mins | F 0% |
src/InfluxDB/Exception.php | 5 | A 0 mins | F 0% |
src/InfluxDB/Point.php | 148 | A 1 hr | A 95% |
src/InfluxDB/Query/Builder.php | 144 | A 2 hrs | F 38% |
src/InfluxDB/Query/Exception.php | 5 | A 0 mins | F 0% |
src/InfluxDB/ResultSet.php | 92 | A 1 hr | A 100% |
test_library.php | 42 | A 0 mins |