Invis1ble/assistant

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE
README.md
composer.json
composer.lock
phpunit.xml
src/AppBundle/AppBundle.php15
A
0 mins
src/AppBundle/Controller/CategoryController.php38
A
2 hrs
src/AppBundle/Controller/CategoryTaskController.php42
A
2 hrs
src/AppBundle/Controller/ExceptionController.php13
A
35 mins
src/AppBundle/Controller/PeriodController.php31
A
2 hrs
src/AppBundle/Controller/RefreshTokenController.php14
A
0 mins
src/AppBundle/Controller/TaskController.php38
A
0 mins
src/AppBundle/Controller/TaskPeriodController.php37
A
2 hrs
src/AppBundle/Controller/TokenController.php12
A
0 mins
src/AppBundle/Controller/UserCategoryController.php38
A
2 hrs
src/AppBundle/Controller/UserController.php32
A
0 mins
src/AppBundle/DataFixtures/Faker/Provider/PeriodProvider.php22
A
0 mins
src/AppBundle/DataFixtures/Faker/Provider/UserProvider.php21
A
0 mins
src/AppBundle/DataFixtures/ORM/Dev/category.yml
src/AppBundle/DataFixtures/ORM/Dev/period.yml
src/AppBundle/DataFixtures/ORM/Dev/task.yml
src/AppBundle/DataFixtures/ORM/Dev/user.yml
src/AppBundle/DataFixtures/ORM/Test/category.yml
src/AppBundle/DataFixtures/ORM/Test/period.yml
src/AppBundle/DataFixtures/ORM/Test/task.yml
src/AppBundle/DataFixtures/ORM/Test/user.yml
src/AppBundle/Entity/Category.php79
A
0 mins
src/AppBundle/Entity/Period.php49
A
0 mins
src/AppBundle/Entity/Task.php81
A
0 mins
src/AppBundle/Entity/TokenContainer.php45
A
0 mins
src/AppBundle/Entity/User.php125
A
0 mins
src/AppBundle/EntityCollection/AbstractEntityCollection.php15
A
0 mins
src/AppBundle/EntityCollection/CategoryTaskCollection.php48
A
0 mins
src/AppBundle/EntityCollection/TaskPeriodCollection.php24
A
0 mins
src/AppBundle/EntityCollection/UserCategoryCollection.php26
A
0 mins
src/AppBundle/EventListener/AuthenticationSuccessListener.php19
A
0 mins
src/AppBundle/Form/Type/AuthenticationFormType.php23
A
0 mins
src/AppBundle/Form/Type/CategoryTaskFormType.php38
A
0 mins
src/AppBundle/Form/Type/DisabledCsrfProtectionFormType.php14
A
0 mins
src/AppBundle/Form/Type/RefreshTokenFormType.php21
A
0 mins
src/AppBundle/Form/Type/TaskFormType.php60
A
1 hr
src/AppBundle/Form/Type/TaskPeriodFormType.php47
A
0 mins
src/AppBundle/Form/Type/UserCategoryFormType.php40
A
0 mins
src/AppBundle/Form/Type/UserFormType.php42
A
0 mins
src/AppBundle/Manager/AbstractManager.php11
A
0 mins
src/AppBundle/Manager/CategoryManager.php28
A
2 hrs
src/AppBundle/Manager/PeriodManager.php28
A
0 mins