phug-php/phug

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.github/ISSUE_TEMPLATE.md
.github/workflows/coverage.yml
.github/workflows/multi-tester.yml
.github/workflows/split.yml
.github/workflows/style.yml
.github/workflows/tests.yml
.gitignore
.multi-tester.yml
.styleci.yml
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
phpcs.xml
phpdoc.xml
phpunit.xml
phug
release.php118
A
0 mins
rulesets.xml
src/Phug/Ast/Ast/Node.php282
B
4 hrs
A
100%
src/Phug/Ast/Ast/NodeInterface.php38
A
0 mins
F
0%
src/Phug/Ast/AstException.php6
A
0 mins
F
0%
src/Phug/Ast/CONTRIBUTING.md
src/Phug/Ast/LICENSE.md
src/Phug/Ast/README.md
src/Phug/Ast/composer.json
src/Phug/Ast/phpcs.xml
src/Phug/Ast/phpunit.xml
src/Phug/Compiler/AbstractCompilerModule.php6
A
0 mins
F
0%
src/Phug/Compiler/CONTRIBUTING.md
src/Phug/Compiler/Compiler.php531
D
1 day
A
100%
src/Phug/Compiler/Compiler/AbstractNodeCompiler.php65
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Element/BlockElement.php58
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Event/CompileEvent.php31
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Event/ElementEvent.php28
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Event/NodeEvent.php22
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Event/OutputEvent.php92
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Layout.php23
A
0 mins
A
100%
src/Phug/Compiler/Compiler/Locator/FileLocator.php61
A
0 mins
A
100%
src/Phug/Compiler/Compiler/LocatorInterface.php6
A
0 mins
F
0%
src/Phug/Compiler/Compiler/NodeCompiler/AbstractStatementNodeCompiler.php31
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/AssignmentListNodeCompiler.php18
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/AssignmentNodeCompiler.php31
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/AttributeListNodeCompiler.php18
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/AttributeNodeCompiler.php59
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/BlockNodeCompiler.php66
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/CaseNodeCompiler.php18
A
0 mins
A
100%
src/Phug/Compiler/Compiler/NodeCompiler/CodeNodeCompiler.php45
A
0 mins
A
100%