mlocati / spf-lib

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

Check that the "validated domain" macro letter ("p") shouldn't be used #12

Closed mlocati closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #12      +/-   ##
============================================
+ Coverage     93.58%   93.65%   +0.07%     
- Complexity      622      628       +6     
============================================
  Files            39       39              
  Lines          1324     1339      +15     
============================================
+ Hits           1239     1254      +15     
  Misses           85       85              
Flag Coverage Δ Complexity Δ
#unittests 93.65% <100.00%> (+0.07%) 628.00 <6.00> (+6.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/Semantic/Issue.php 100.00% <ø> (ø) 11.00 <0.00> (ø)
src/Term/Mechanism/AMechanism.php 100.00% <ø> (ø) 16.00 <0.00> (ø)
src/Term/Mechanism/ExistsMechanism.php 92.30% <ø> (ø) 7.00 <0.00> (ø)
src/Term/Mechanism/IncludeMechanism.php 92.30% <ø> (ø) 7.00 <0.00> (ø)
src/Term/Mechanism/MxMechanism.php 100.00% <ø> (ø) 16.00 <0.00> (ø)
src/Term/Mechanism/PtrMechanism.php 100.00% <ø> (ø) 8.00 <0.00> (ø)
src/Term/Modifier/ExpModifier.php 91.66% <ø> (ø) 7.00 <0.00> (ø)
src/Term/Modifier/RedirectModifier.php 100.00% <ø> (ø) 7.00 <0.00> (ø)
src/SemanticValidator.php 100.00% <100.00%> (ø) 40.00 <6.00> (+6.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 aa338bf...d72ebe4. Read the comment docs.