phug-php / phug

Phug - The Pug Template Engine for PHP
https://phug.selfbuild.fr
MIT License
62 stars 3 forks source link

Provide Hasher class and common hashPrint method #51

Closed kylekatarnls closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #51      +/-   ##
============================================
+ Coverage     99.41%   99.41%   +<.01%     
- Complexity     2554     2565      +11     
============================================
  Files           235      237       +2     
  Lines          6844     6870      +26     
============================================
+ Hits           6804     6830      +26     
  Misses           40       40
Impacted Files Coverage Δ Complexity Δ
src/Phug/Util/Util/Partial/HashPrintTrait.php 100% <100%> (ø) 1 <1> (?)
src/Phug/Util/Util/Hasher.php 100% <100%> (ø) 10 <10> (?)

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 15dbff7...63b1c67. Read the comment docs.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 63b1c678 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.4% (0.0% change).

View more on Code Climate.