Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/dependabot.yml
.gitignore
.scrutinizer.yml
.travis.yml
.whitesource
LICENSE
README.md
composer.json
phpunit.xml
simple.txt
src/Flow/Cache.php66
A
0 mins
src/Flow/Directive.php29
A
0 mins
src/Flow/Directives/BlockDirective.php22
A
0 mins
src/Flow/Directives/BreakDirective.php9
A
0 mins
src/Flow/Directives/ContinueDirective.php18
A
0 mins
src/Flow/Directives/DumpDirective.php14
A
0 mins
src/Flow/Directives/ElseDirective.php10
A
0 mins
src/Flow/Directives/ElseifDirective.php10
A
0 mins
src/Flow/Directives/ExtendsDirective.php11
A
0 mins
src/Flow/Directives/ForDirective.php51
A
0 mins
src/Flow/Directives/ForelseDirective.php11
A
0 mins
src/Flow/Directives/IfDirective.php14
A
0 mins
src/Flow/Directives/IncludeDirective.php10
A
0 mins
src/Flow/Directives/PartialDirective.php11
A
0 mins
src/Flow/Directives/SetDirective.php11
A
0 mins
src/Flow/Directives/UseDirective.php10
A
0 mins
src/Flow/Directives/WithDirective.php43
A
0 mins
src/Flow/FileSystem.php39
A
0 mins
src/Flow/Flow.php378
D
2 days
src/Flow/Lexeme.php244
A
1 hr
src/Flow/Loop.php44
A
0 mins
src/Flow/Minify/Extension.php34
A
0 mins
src/Flow/Minify/Extensions/CollapseWhitespace.php14
A
0 mins
src/Flow/Minify/Extensions/RemoveComments.php12
A
0 mins
src/Flow/Minify/HTML.php22
A
0 mins
src/Flow/Native.php16
A
0 mins
src/Flow/Property.php23
A
0 mins
tests/Flow/Directives/CacheTest.php38
A
0 mins
tests/Flow/Directives/DumpTest.php20
A
0 mins
tests/Flow/Directives/ExtendsTest.php27
A
0 mins
tests/Flow/Directives/ForTest.php102
A
0 mins
tests/Flow/Directives/IncludeTest.php25
A
0 mins
tests/Flow/Directives/MinifyTest.php112
A
2 hrs
tests/Flow/Directives/PartialTest.php22
A
0 mins
tests/Flow/Directives/RawTest.php37
A
1 hr
tests/Flow/Directives/SetTest.php18
A
0 mins
tests/Flow/Directives/UseTest.php20
A
0 mins
tests/Flow/Directives/WithTest.php24
A
0 mins
tests/Flow/LoopTest.php59
A
0 mins