mlocati / spf-lib

PHP library to parse, build and validate SPF (Sender Policy Framework) DNS records
MIT License
49 stars 6 forks source link

Simplify Environment definition and handling #7

Closed mlocati closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.02%. The diff coverage is 92.59%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #7      +/-   ##
============================================
+ Coverage     90.15%   90.18%   +0.02%     
+ Complexity      531      523       -8     
============================================
  Files            35       35              
  Lines          1148     1131      -17     
============================================
- Hits           1035     1020      -15     
+ Misses          113      111       -2     
Flag Coverage Δ Complexity Δ
#unittests 90.18% <92.59%> (+0.02%) 523.00 <11.00> (-8.00) :arrow_up:
Impacted Files Coverage Δ Complexity Δ
src/Checker.php 79.09% <66.66%> (ø) 99.00 <0.00> (ø)
src/Check/Environment.php 83.33% <100.00%> (-6.42%) 12.00 <8.00> (-7.00)
src/Check/State.php 100.00% <100.00%> (+5.40%) 13.00 <3.00> (-1.00) :arrow_up:
src/Macro/MacroString/Expander.php 100.00% <100.00%> (ø) 35.00 <0.00> (ø)

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 b4918e8...81d8032. Read the comment docs.