pug-php / pug

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

3.0.x #162

Closed kylekatarnls closed 7 years ago

kylekatarnls commented 7 years ago

Use Phug engine

codecov-io commented 7 years ago

Codecov Report

Merging #162 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master   #162      +/-   ##
==========================================
+ Coverage     99.93%   100%   +0.06%     
+ Complexity     1056    166     -890     
==========================================
  Files            61     20      -41     
  Lines          2900    440    -2460     
==========================================
- Hits           2898    440    -2458     
+ Misses            2      0       -2
Impacted Files Coverage Δ Complexity Δ
src/Pug/Engine/Filters.php 100% <100%> (ø) 10 <10> (?)
src/Pug/Filter/Css.php 100% <100%> (ø) 1 <1> (?)
src/Pug/Filter/Pre.php 100% <100%> (ø) 1 <1> (?)
src/Jade/Parser.php 100% <100%> (ø) 1 <1> (-164) :arrow_down:
src/Pug/Filter/Cdata.php 100% <100%> (ø) 1 <1> (?)
src/Jade/Filter/AbstractFilter.php 100% <100%> (ø) 1 <1> (?)
src/Pug/Engine/Keywords.php 100% <100%> (ø) 15 <2> (?)
src/Pug/Engine/Options.php 100% <100%> (ø) 43 <43> (?)
src/Jade/Jade.php 100% <100%> (ø) 1 <1> (-29) :arrow_down:
src/Jade/Lexer.php 100% <100%> (ø) 1 <1> (-18) :arrow_down:
... and 23 more

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 ec5bf1f...838aaf7. Read the comment docs.