pug-php / pug

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

Split too big methods #210

Closed kylekatarnls closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #210   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity      191    201   +10     
=======================================
  Files            23     23           
  Lines           422    443   +21     
=======================================
+ Hits            422    443   +21
Impacted Files Coverage Δ Complexity Δ
src/Pug/Engine/PugJsEngine.php 100% <100%> (ø) 30 <10> (+3) :arrow_up:
src/Pug/Engine/Options.php 100% <100%> (ø) 48 <8> (+1) :arrow_up:
src/Pug/Engine/OptionsHandler.php 100% <100%> (ø) 42 <15> (+6) :arrow_up:

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 52d04e6...bcf37ad. Read the comment docs.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit bcf37ad1 and detected 0 issues on this pull request.

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

This pull request will bring the total coverage in the repository to 99.7% (0.0% change).

View more on Code Climate.