pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
391 stars 42 forks source link

Fix PHP 5.3 #129

Closed kylekatarnls closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #129   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity      969    975    +6     
=======================================
  Files            59     61    +2     
  Lines          2400   2410   +10     
=======================================
+ Hits           2400   2410   +10
Impacted Files Coverage Δ Complexity Δ
src/Jade/Compiler/MixinVisitor.php 100% <ø> (ø) 17 <0> (-34) :arrow_down:
src/Jade/Compiler/MixinVisitorUtils.php 100% <100%> (ø) 37 <37> (?)
src/Jade/Engine/PugJsEngine.php 100% <100%> (ø) 13 <13> (?)
src/Jade/Jade.php 100% <100%> (ø) 27 <5> (-10) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd8c7b4...7aac6de. Read the comment docs.