marcj/topsort.php

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
composer.lock
composer.json
bin/upload-coverage.sh
.gitignore
bin/console
.github/FUNDING.yml
.codeclimate.json
LICENSE
.travis.yml
README.md
phpunit.xml
src/TopSortInterface.php11
A
0 mins
src/GroupedTopSortInterface.php14
A
0 mins
src/Implementations/FixedArraySort.php25
A
0 mins
A
100%
src/ElementNotFoundException.php27
A
35 mins
A
100%
src/CircularDependencyException.php33
A
0 mins
A
100%
bin/test.php33
A
0 mins
src/Implementations/BaseImplementation.php41
A
0 mins
A
100%
src/Implementations/StringSort.php43
A
2 hrs
A
100%
src/Implementations/ArraySort.php58
A
2 hrs
A
100%
src/Implementations/GroupedStringSort.php73
A
0 mins
A
95%
src/Implementations/GroupedArraySort.php147
A
0 mins
A
100%