.gitattributes | |
|
|
.github/workflows/continuous-integration.yml | |
|
|
.github/workflows/pull-request.yml | |
|
|
.github/workflows/release.yml | |
|
|
.gitignore | |
|
|
.scrutinizer.yml | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE.md | |
|
|
Makefile | |
|
|
README.md | |
|
|
bin/CyclomaticComplexityAssessorRunner | |
|
|
bin/app.php | 18 | A 0 mins |
|
bin/bootstrap.php | 21 | A 0 mins |
|
bin/churn | |
|
|
box.json.dist | |
|
|
churn.yml | |
|
|
composer.json | |
|
|
img/output.png | |
|
|
infection.json | |
|
|
manifest.xml | |
|
|
phpcs-tests.xml | |
|
|
phpcs.xml | |
|
|
phpmd.xml | |
|
|
phpstan.neon | |
|
|
phpunit.xml.dist | |
|
|
psalm.xml | |
|
|
src/Assessor/Assessor.php | 7 | A 0 mins |
|
src/Assessor/CyclomaticComplexityAssessor.php | 55 | A 0 mins |
|
src/Command/AssessComplexityCommand.php | 41 | A 0 mins |
|
src/Command/Helper/MaxScoreChecker.php | 34 | A 0 mins |
|
src/Command/Helper/ProgressBarSubscriber.php | 31 | A 0 mins |
|
src/Command/RunCommand.php | 159 | A 0 mins |
|
src/Configuration/Config.php | 85 | A 0 mins |
|
src/Configuration/EditableConfig.php | 46 | A 0 mins |
|
src/Configuration/Loader.php | 70 | A 0 mins |
|
src/Configuration/ReadOnlyConfig.php | 6 | A 0 mins |
|
src/Configuration/Validator.php | 8 | A 0 mins |
|
src/Configuration/Validator/BaseValidator.php | 26 | A 0 mins |
|
src/Configuration/Validator/CachePath.php | 21 | A 0 mins |
|
src/Configuration/Validator/CommitsSince.php | 41 | A 0 mins |
|
src/Configuration/Validator/DirectoriesToScan.php | 18 | A 0 mins |
|
src/Configuration/Validator/FileExtensions.php | 18 | A 0 mins |
|
src/Configuration/Validator/FilesToIgnore.php | 18 | A 0 mins |
|
src/Configuration/Validator/FilesToShow.php | 17 | A 0 mins |
|
src/Configuration/Validator/Hooks.php | 18 | A 0 mins |
|
src/Configuration/Validator/MaxScoreThreshold.php | 21 | A 45 mins |
|
src/Configuration/Validator/MinScoreToShow.php | 21 | A 45 mins |
|
src/Configuration/Validator/ParallelJobs.php | 17 | A 0 mins |
|
src/Configuration/Validator/Vcs.php | 17 | A 0 mins |
|