sixty-nine/ClassGrapher

View on GitHub
Branch: refactoring(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENCE.md
README.md
composer.json
devtools
src/SixtyNine/AutoTest/Command/AutoTestCommand.php64
A
3 hrs
src/SixtyNine/AutoTest/Helper/AutoTestRenderer.php53
A
2 hrs
src/SixtyNine/AutoTest/Helper/Twig.php10
A
0 mins
src/SixtyNine/AutoTest/Resources/templates/AutoTest.php.twig
src/SixtyNine/ClassGrapher/Command/BuildGraphCommand.php44
A
50 mins
src/SixtyNine/ClassGrapher/Command/DumpObjectTableCommand.php52
A
50 mins
src/SixtyNine/ClassGrapher/Config/ConfigReader.php73
A
0 mins
src/SixtyNine/ClassGrapher/Dump/DumpBuilder.php41
A
3 hrs
src/SixtyNine/ClassGrapher/Graph/Graph.php65
A
0 mins
src/SixtyNine/ClassGrapher/Graph/GraphBuilder.php104
B
4 hrs
src/SixtyNine/ClassGrapher/Graph/GraphConfig.php63
A
0 mins
src/SixtyNine/ClassGrapher/Graph/GraphFontConfig.php72
A
0 mins
src/SixtyNine/ClassGrapher/Graph/GraphNodeConfig.php41
A
0 mins
src/SixtyNine/ClassGrapher/Graph/GraphRenderer.php18
A
0 mins
src/SixtyNine/ClassGrapher/Graph/GraphRendererInterface.php6
A
0 mins
src/SixtyNine/ClassGrapher/Helper/FileFinder.php21
A
45 mins
src/SixtyNine/ClassGrapher/Helper/Namespace.php85
A
0 mins
src/SixtyNine/ClassGrapher/Helper/NamespaceHelper.php43
A
0 mins
src/SixtyNine/ClassGrapher/Helper/NamespaceTree.php74
A
2 hrs
src/SixtyNine/ClassGrapher/Helper/NamespaceTreeItem.php15
A
0 mins
src/SixtyNine/ClassGrapher/Helper/SimpleDictionary.php60
A
0 mins
src/SixtyNine/ClassGrapher/Model/AbstractItem.php39
A
0 mins
src/SixtyNine/ClassGrapher/Model/ClassItem.php29
A
35 mins
src/SixtyNine/ClassGrapher/Model/InterfaceItem.php39
A
35 mins
src/SixtyNine/ClassGrapher/Model/ItemInterface.php13
A
0 mins
src/SixtyNine/ClassGrapher/Model/MethodItem.php13
A
0 mins
src/SixtyNine/ClassGrapher/Model/ObjectTable.php27
A
0 mins
src/SixtyNine/ClassGrapher/Model/ObjectTableBuilder.php44
A
35 mins
src/SixtyNine/ClassGrapher/Parser/ClassResolver.php59
A
1 hr
src/SixtyNine/ClassGrapher/Parser/Parser.php142
A
3 hrs
src/SixtyNine/ClassGrapher/Parser/Token.php18
A
0 mins
src/SixtyNine/ClassGrapher/Parser/Tokenizer.php86
A
1 hr
src/SixtyNine/ClassGrapher/Parser/TokenizerException.php5
A
0 mins
src/SixtyNine/ClassGrapher/Resources/config/config.yml
src/SixtyNine/ClassGrapher/Resources/templates/Graph.dot.twig
src/SixtyNine/ClassGrapher/Resources/templates/GraphSubgraph.dot.twig
src/SixtyNine/ClassGrapher/Resources/templates/ObjectTable.html.twig
src/SixtyNine/ClassGrapher/Resources/templates/ObjectTable.txt.twig
src/SixtyNine/ClassGrapher/Tests/Fixtures/Classes.php10
A
0 mins
src/SixtyNine/ClassGrapher/Tests/Fixtures/Methods.php9
A
0 mins
src/SixtyNine/ClassGrapher/Tests/Fixtures/empty.txt
src/SixtyNine/ClassGrapher/Tests/Fixtures/expected-graph.gv
src/SixtyNine/ClassGrapher/Tests/Fixtures/files/File1.bla
src/SixtyNine/ClassGrapher/Tests/Fixtures/files/File1.php1
A
0 mins