mlocati / spf-lib

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

Improve RFC conformance of the "include" mechanism #10

Closed mlocati closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #10 into master will decrease coverage by 2.44%. The diff coverage is 37.20%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
- Coverage     90.20%   87.75%   -2.45%     
- Complexity      526      550      +24     
============================================
  Files            35       36       +1     
  Lines          1133     1176      +43     
============================================
+ Hits           1022     1032      +10     
- Misses          111      144      +33     
Flag Coverage Δ Complexity Δ
#unittests 87.75% <37.20%> (-2.45%) 550.00 <39.00> (+24.00) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/Check/Result.php 82.60% <0.00%> (-17.40%) 13.00 <2.00> (+2.00) :arrow_down:
src/Check/State.php 100.00% <ø> (ø) 13.00 <0.00> (ø)
src/Exception/IncludeMechanismException.php 0.00% <0.00%> (ø) 5.00 <5.00> (?)
src/Checker.php 74.25% <47.05%> (-4.84%) 117.00 <32.00> (+17.00) :arrow_down:

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 909b35d...b5f9ec8. Read the comment docs.