.gitignore | |
|
|
.php_cs | |
|
|
.travis.yml | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/NavigationBundle/Command/DistanceMatrixCommand.php | 79 | A 0 mins | F 0% |
src/NavigationBundle/Command/RoutingCommand.php | 114 | A 0 mins | F 0% |
src/NavigationBundle/Contract/DistanceMatrix/AbstractDistanceMatrixQuery.php | 116 | A 3 hrs | C 74% |
src/NavigationBundle/Contract/DistanceMatrix/DistanceMatrixQueryInterface.php | 15 | A 0 mins | F 0% |
src/NavigationBundle/Contract/DistanceMatrix/DistanceMatrixResponseInterface.php | 19 | A 0 mins | F 0% |
src/NavigationBundle/Contract/Routing/AbstractRoutingQuery.php | 115 | A 3 hrs | C 79% |
src/NavigationBundle/Contract/Routing/RoutingQueryInterface.php | 15 | A 0 mins | F 0% |
src/NavigationBundle/Contract/Routing/RoutingResponseInterface.php | 15 | A 0 mins | F 0% |
src/NavigationBundle/DHNavigationBundle.php | 15 | A 0 mins | A 100% |
src/NavigationBundle/DependencyInjection/Compiler/AddProvidersPass.php | 21 | A 0 mins | B 88% |
src/NavigationBundle/DependencyInjection/Compiler/FactoryValidatorPass.php | 21 | A 0 mins | F 37% |
src/NavigationBundle/DependencyInjection/Configuration.php | 38 | A 0 mins | A 100% |
src/NavigationBundle/DependencyInjection/DHNavigationExtension.php | 75 | A 1 hr | B 83% |
src/NavigationBundle/Exception/DestinationException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Exception/InvalidArgumentException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Exception/OriginException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Exception/ProviderNotRegistered.php | 17 | A 0 mins | D 66% |
src/NavigationBundle/Exception/ResponseException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Exception/UnsupportedFeatureException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Exception/WaypointException.php | 5 | A 0 mins | F 0% |
src/NavigationBundle/Helper/FormatHelper.php | 49 | A 0 mins | A 95% |
src/NavigationBundle/Model/Address.php | 14 | A 0 mins | D 60% |
src/NavigationBundle/Model/Distance.php | 23 | A 0 mins | F 33% |
src/NavigationBundle/Model/DistanceMatrix/Element.php | 41 | A 0 mins | D 61% |
src/NavigationBundle/Model/DistanceMatrix/Row.php | 14 | A 0 mins | A 100% |
src/NavigationBundle/Model/Duration.php | 23 | A 0 mins | F 33% |
src/NavigationBundle/Model/Routing/Leg.php | 26 | A 0 mins | D 63% |
src/NavigationBundle/Model/Routing/Route.php | 20 | A 0 mins | A 100% |
src/NavigationBundle/Model/Routing/Step.php | 34 | A 0 mins | F 42% |
src/NavigationBundle/Model/Routing/Summary.php | 46 | A 0 mins | F 40% |
src/NavigationBundle/NavigationManager.php | 48 | A 0 mins | A 100% |
src/NavigationBundle/Provider/AbstractFactory.php | 33 | A 0 mins | F 58% |
src/NavigationBundle/Provider/AbstractProvider.php | 15 | A 0 mins | A 100% |
src/NavigationBundle/Provider/GoogleMaps/DistanceMatrix/DistanceMatrixQuery.php | 138 | A 0 mins | F 35% |
src/NavigationBundle/Provider/GoogleMaps/DistanceMatrix/DistanceMatrixResponse.php | 85 | A 1 hr | B 89% |
src/NavigationBundle/Provider/GoogleMaps/GoogleMaps.php | 43 | A 0 mins | A 100% |
src/NavigationBundle/Provider/GoogleMaps/GoogleMapsFactory.php | 26 | A 0 mins | A 100% |
src/NavigationBundle/Provider/Here/DistanceMatrix/DistanceMatrixQuery.php | 102 | A 0 mins | D 65% |
src/NavigationBundle/Provider/Here/DistanceMatrix/DistanceMatrixResponse.php | 89 | A 1 hr | A 96% |
src/NavigationBundle/Provider/Here/Here.php | 56 | A 0 mins | A 100% |
src/NavigationBundle/Provider/Here/HereFactory.php | 27 | A 0 mins | A 100% |
src/NavigationBundle/Provider/Here/Routing/RoutingQuery.php | 100 | A 0 mins | D 60% |