fruivita/corporate

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/dependabot.yml
.github/workflows/normalize.yml
.github/workflows/static.yml
.github/workflows/tests.yml
.github/workflows/update-changelog.yml
.gitignore
.php-cs-fixer.dist.php36
A
0 mins
LICENSE.md
composer.json
composer.lock
database/factories/DepartmentFactory.php17
A
0 mins
database/factories/DutyFactory.php15
A
0 mins
database/factories/OccupationFactory.php15
A
0 mins
database/factories/UserFactory.php20
A
0 mins
database/migrations/create_departments_table.php.stub
database/migrations/create_duties_table.php.stub
database/migrations/create_occupations_table.php.stub
database/migrations/create_users_table.php.stub
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
docs/PULL_REQUEST_TEMPLATE.md
docs/README.md
docs/SECURITY.md
lang/en.json
lang/pt-br.json
phpstan.neon.dist
phpunit.xml
src/Contracts/IImportable.php6
A
0 mins
F
0%
src/Corporate.php79
A
0 mins
A
100%
src/CorporateServiceProvider.php31
A
0 mins
A
100%
src/Exceptions/FileNotReadableException.php10
A
0 mins
A
100%
src/Exceptions/UnsupportedFileTypeException.php10
A
0 mins
A
100%
src/Facades/Corporate.php10
A
0 mins
A
100%
src/Importer/BaseImporter.php96
A
0 mins
A
100%
src/Importer/Contracts/IImportable.php6
A
0 mins
F
0%
src/Importer/DepartmentImporter.php36
A
0 mins
A
100%
src/Importer/DepartmentRelationshipImporter.php37
A
0 mins
A
100%
src/Importer/DutyImporter.php33
B
4 hrs
A
100%
src/Importer/OccupationImporter.php33
B
4 hrs
A
100%
src/Importer/UserImporter.php39
A
0 mins
A
100%
src/Models/Department.php23
A
0 mins
A
100%
src/Models/Duty.php15
A
0 mins
A
100%
src/Models/Occupation.php15
A
0 mins
A
100%
src/Models/User.php22
A
0 mins
A
100%
src/Trait/Logable.php10
A
0 mins
A
100%