.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.php | 118 | A 0 mins |
|
rulesets.xml | |
|
|
src/Phug/Ast/Ast/Node.php | 282 | B 4 hrs | A 100% |
src/Phug/Ast/Ast/NodeInterface.php | 38 | A 0 mins | F 0% |
src/Phug/Ast/AstException.php | 6 | 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.php | 6 | A 0 mins | F 0% |
src/Phug/Compiler/CONTRIBUTING.md | |
|
|
src/Phug/Compiler/Compiler.php | 531 | D 1 day | A 100% |
src/Phug/Compiler/Compiler/AbstractNodeCompiler.php | 65 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Element/BlockElement.php | 58 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Event/CompileEvent.php | 31 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Event/ElementEvent.php | 28 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Event/NodeEvent.php | 22 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Event/OutputEvent.php | 92 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Layout.php | 23 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/Locator/FileLocator.php | 61 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/LocatorInterface.php | 6 | A 0 mins | F 0% |
src/Phug/Compiler/Compiler/NodeCompiler/AbstractStatementNodeCompiler.php | 31 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/AssignmentListNodeCompiler.php | 18 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/AssignmentNodeCompiler.php | 31 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/AttributeListNodeCompiler.php | 18 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/AttributeNodeCompiler.php | 59 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/BlockNodeCompiler.php | 66 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/CaseNodeCompiler.php | 18 | A 0 mins | A 100% |
src/Phug/Compiler/Compiler/NodeCompiler/CodeNodeCompiler.php | 45 | A 0 mins | A 100% |