chippyash/Strong-Type

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE.md
README.md
build.sh
composer.json
img/JetBrains.png
phpunit.travis.xml
phpunit56.travis.xml
src/Chippyash/Type/AbstractMultiValueType.php64
A
1 hr
src/Chippyash/Type/AbstractType.php30
A
0 mins
src/Chippyash/Type/AbstractTypeFactory.php16
A
0 mins
src/Chippyash/Type/BoolType.php14
A
0 mins
src/Chippyash/Type/Exceptions/GmpNotSupportedException.php10
A
0 mins
src/Chippyash/Type/Exceptions/InvalidTypeException.php10
A
0 mins
src/Chippyash/Type/Exceptions/NotRealComplexException.php10
A
0 mins
src/Chippyash/Type/Interfaces/ComplexTypeInterface.php18
A
0 mins
src/Chippyash/Type/Interfaces/GMPInterface.php9
A
0 mins
src/Chippyash/Type/Interfaces/NumericTypeInterface.php12
A
0 mins
src/Chippyash/Type/Interfaces/RationalTypeInterface.php7
A
0 mins
src/Chippyash/Type/Interfaces/TypeInterface.php9
A
0 mins
src/Chippyash/Type/Number/Complex/AbstractComplexType.php174
A
0 mins
src/Chippyash/Type/Number/Complex/ComplexType.php76
A
0 mins
src/Chippyash/Type/Number/Complex/ComplexTypeFactory.php162
A
55 mins
src/Chippyash/Type/Number/Complex/GMPComplexType.php120
A
0 mins
src/Chippyash/Type/Number/FloatType.php46
A
0 mins
src/Chippyash/Type/Number/GMPIntType.php155
A
45 mins
src/Chippyash/Type/Number/IntType.php96
A
55 mins
src/Chippyash/Type/Number/NaturalIntType.php18
A
0 mins
src/Chippyash/Type/Number/Rational/AbstractRationalType.php87
A
0 mins
src/Chippyash/Type/Number/Rational/GMPRationalType.php63
A
0 mins
src/Chippyash/Type/Number/Rational/RationalType.php30
A
0 mins
src/Chippyash/Type/Number/Rational/RationalTypeFactory.php134
A
1 hr
src/Chippyash/Type/Number/WholeIntType.php18
A
0 mins
src/Chippyash/Type/RequiredType.php39
A
0 mins
src/Chippyash/Type/String/DigitType.php36
A
0 mins
src/Chippyash/Type/String/StringType.php10
A
0 mins
src/Chippyash/Type/TypeFactory.php111
A
0 mins
src/Chippyash/Zend/ErrorHandler.php48
A
25 mins