phug-php/formatter

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.gitignore
.styleci.yml
.travis.yml
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
phpcs.xml
phpunit.xml
AbstractFormatterModule.php6
Formatter.php342
D
2 days
Formatter/AbstractElement.php37
A
35 mins
Formatter/AbstractFormat.php806
F
5 days
Formatter/AssignmentContainerInterface.php12
Formatter/Element/AbstractAssignmentContainerElement.php42
Formatter/Element/AbstractMarkupElement.php15
Formatter/Element/AbstractValueElement.php21
Formatter/Element/AnonymousBlockElement.php13
Formatter/Element/AssignmentElement.php48
A
45 mins
Formatter/Element/AttributeElement.php32
A
35 mins
Formatter/Element/CodeElement.php106
Formatter/Element/CommentElement.php5
Formatter/Element/DoctypeElement.php5
Formatter/Element/DocumentElement.php13
Formatter/Element/ExpressionElement.php21
Formatter/Element/KeywordElement.php25
A
35 mins
Formatter/Element/MarkupElement.php41
A
45 mins
Formatter/Element/MixinCallElement.php10
Formatter/Element/MixinElement.php11
Formatter/Element/TextElement.php16
Formatter/Element/VariableElement.php41
A
35 mins
Formatter/ElementInterface.php8
Formatter/Event/DependencyStorageEvent.php21
Formatter/Event/FormatEvent.php33
Formatter/Event/NewFormatEvent.php29
Formatter/Event/StringifyEvent.php29
Formatter/Format/BasicFormat.php7
Formatter/Format/FramesetFormat.php7
Formatter/Format/HtmlFormat.php15
Formatter/Format/MobileFormat.php7
Formatter/Format/OneDotOneFormat.php7
Formatter/Format/PlistFormat.php8
Formatter/Format/StrictFormat.php7
Formatter/Format/TransitionalFormat.php7
Formatter/Format/XhtmlFormat.php106
A
3 hrs
Formatter/Format/XmlFormat.php448
D
2 days
Formatter/FormatInterface.php19
Formatter/MarkupInterface.php7
Formatter/Partial/AssignmentHelpersTrait.php195
A
1 hr