alientronics/fleetany-attributes

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.env.example
.gitignore
.travis.yml
LICENSE
README.md
artisan
composer.json
composer.lock
phpunit.xml
storage/test/file.txt
app/Console/Kernel.php12
app/Entities/DynamoDb/KeyDynamoDb.php14
app/Entities/DynamoDb/ValueDynamoDb.php14
app/Entities/MongoDb/KeyMongoDb.php13
app/Entities/MongoDb/ValueMongoDb.php13
app/Entities/MySql/KeyMySql.php12
app/Entities/MySql/ValueMySql.php12
app/Exceptions/Handler.php25
app/Http/Controllers/Controller.php6
app/Http/Controllers/DynamoDb/KeyControllerDynamoDb.php36
B
4 hrs
app/Http/Controllers/DynamoDb/ValueControllerDynamoDb.php27
A
2 hrs
app/Http/Controllers/KeyController.php44
app/Http/Controllers/MongoDb/KeyControllerMongoDb.php35
B
4 hrs
app/Http/Controllers/MongoDb/ValueControllerMongoDb.php28
A
2 hrs
app/Http/Controllers/MySql/KeyControllerMySql.php35
B
4 hrs
app/Http/Controllers/MySql/ValueControllerMySql.php28
A
2 hrs
app/Http/Controllers/ValueController.php40
app/Http/Middleware/Authenticate.php19
app/Http/routes.php14
app/Jobs/Job.php10
app/Providers/AuthServiceProvider.php19
app/Providers/EventServiceProvider.php11
app/Repositories/HelperRepository.php57
A
50 mins
app/Repositories/KeyRepository.php53
app/Repositories/KeyRepositoryDynamo.php90
A
1 hr
app/Repositories/ValueRepository.php65
A
3 hrs
app/Repositories/ValueRepositoryDynamo.php77
A
3 hrs
app/Repositories/ValueRepositoryMongoDb.php14
app/Repositories/ValueRepositoryMySql.php16
app/User.php19
public/index.php3
tests/AcceptanceKeyTestCase.php136
tests/AcceptanceValueTestCase.php110
B
5 hrs
tests/acceptance/DynamoDbKeyTest.php52
A
25 mins
tests/acceptance/DynamoDbValueTest.php34
A
55 mins
tests/acceptance/MongoDbKeyTest.php39
tests/acceptance/MongoDbValueTest.php27
tests/acceptance/MySqlKeyTest.php13
tests/acceptance/MySqlValueTest.php13