marcj/topsort.php

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