pug-php / pug

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

Cleanup duplicate codes #209

Closed kylekatarnls closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #209   +/-   ##
=======================================
  Coverage       100%   100%           
+ Complexity      198    191    -7     
=======================================
  Files            22     23    +1     
  Lines           426    422    -4     
=======================================
- Hits            426    422    -4
Impacted Files Coverage Δ Complexity Δ
src/Pug/Filter/AbstractFilter.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Pug/AbstractFilter.php 100% <ø> (ø) 1 <0> (-2) :arrow_down:
src/Pug/Engine/Renderer.php 100% <100%> (ø) 22 <8> (-4) :arrow_down:
src/Pug/Engine/Options.php 100% <100%> (ø) 47 <4> (-1) :arrow_down:
src/Pug/Filter/AbstractFilterBase.php 100% <100%> (ø) 2 <2> (?)

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 736a8bb...7d5b7b8. Read the comment docs.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 7d5b7b87 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1

The test coverage on the diff in this pull request is 96.3% (80% is the threshold).

This pull request will bring the total coverage in the repository to 99.6% (-0.1% change).

View more on Code Climate.