Name | Lines of code | Maintainability | Test coverage |
.codeclimate.yml | |||
.gitattributes | |||
.github/workflows/composer-normalize.yml | |||
.github/workflows/php-80-unit-tests.yml | |||
.github/workflows/php-cs-fixer.yml | |||
.github/workflows/phpunit-tests.yml | |||
.gitignore | |||
.phan/config.php | 22 | A 0 mins | |
.php-cs-fixer.php | 17 | A 0 mins | |
.styleci.yml | |||
CHANGELOG.md | |||
LICENSE.md | |||
README.md | |||
composer.json | |||
composer.lock | |||
infection.json.dist | |||
phpcs.xml | |||
phpinsights.php | 21 | A 0 mins | |
phpunit.xml.dist | |||
src/ExtendedValidatorServiceProvider.php | 35 | A 0 mins | A 100% |
src/RuleManager.php | 51 | A 0 mins | A 100% |
src/Rules/BaseRule.php | 44 | A 0 mins | A 100% |
src/Rules/HexColor.php | 21 | A 0 mins | A 100% |
src/Rules/HexColorWithAlpha.php | 21 | A 0 mins | A 100% |
src/Rules/MacAddress.php | 18 | A 0 mins | A 100% |
src/Rules/NonPublicIpv4.php | 32 | A 0 mins | |
src/Rules/NotInIf.php | 32 | A 0 mins | |
src/Rules/NotInIfValue.php | 33 | A 0 mins | |
src/Rules/ProhibitedWithAll.php | 61 | A 0 mins | A 100% |
src/Rules/PublicIp.php | 22 | A 0 mins | A 100% |
src/Rules/PublicIpv4.php | 22 | A 30 mins | A 100% |
src/Rules/PublicIpv6.php | 22 | A 30 mins | A 100% |
src/ValidatorProxy.php | 34 | A 0 mins | A 100% |