biurad/php-templating

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/Bug_or_Feature..yml
.github/ISSUE_TEMPLATE/config.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/stale.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
composer.json
src/Exceptions/LoaderException.php6
A
0 mins
F
0%
src/Exceptions/ParserException.php22
A
45 mins
F
0%
src/Exceptions/RenderException.php6
A
0 mins
F
0%
src/Helper/AbstractHelper.php16
A
0 mins
A
100%
src/Helper/EscaperHelper.php89
A
1 hr
F
56%
src/Helper/Helper.php16
A
0 mins
F
0%
src/Helper/SlotsHelper.php54
A
0 mins
F
21%
src/Html/HtmlElement.php231
D
2 days
B
83%
src/Html/Node/AbstractNode.php9
A
0 mins
F
0%
src/Html/Node/AttributeNode.php23
A
0 mins
A
100%
src/Html/Node/CommentNode.php16
A
0 mins
A
100%
src/Html/Node/ElementNode.php21
A
0 mins
A
100%
src/Html/Node/SelfCloseNode.php57
A
2 hrs
F
28%
src/Html/elements.php412
B
6 hrs
F
27%
src/Interfaces/CacheInterface.php7
A
0 mins
F
0%
src/Interfaces/HelperInterface.php9
A
0 mins
F
0%
src/Interfaces/HtmlInterface.php6
A
0 mins
F
0%
src/Interfaces/RenderInterface.php11
A
0 mins
F
0%
src/Interfaces/StorageInterface.php9
A
0 mins
F
0%
src/Renders/AbstractRender.php52
A
0 mins
B
84%
src/Renders/LatteRender.php84
A
0 mins
F
48%
src/Renders/PhpNativeRender.php135
A
0 mins
D
67%
src/Renders/TwigRender.php125
A
3 hrs
F
50%
src/Storage/ArrayStorage.php31
A
0 mins
A
92%
src/Storage/ChainStorage.php38
A
25 mins
F
43%
src/Storage/FilesystemStorage.php46
A
1 hr
B
86%
src/Template.php125
B
4 hrs
A
90%