Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

CompositeEye internal path is incorrect #103

Closed mustanggb closed 2 years ago

mustanggb commented 2 years ago

Fixes #102.

codecov-commenter commented 2 years ago

Codecov Report

Merging #103 (1d0eaa5) into master (0069435) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     63.43%   63.42%   -0.02%     
+ Complexity      934      928       -6     
============================================
  Files            47       47              
  Lines          3036     2783     -253     
============================================
- Hits           1926     1765     -161     
+ Misses         1110     1018      -92     
Impacted Files Coverage Δ
src/Renderer/Eye/CompositeEye.php 0.00% <0.00%> (ø)
src/Renderer/Color/Gray.php 41.66% <0.00%> (-4.49%) :arrow_down:
src/Renderer/Color/Rgb.php 43.33% <0.00%> (-1.83%) :arrow_down:
src/Writer.php 90.00% <0.00%> (-1.67%) :arrow_down:
src/Common/BitMatrix.php 35.77% <0.00%> (-1.62%) :arrow_down:
src/Common/ErrorCorrectionLevel.php 78.57% <0.00%> (-1.43%) :arrow_down:
src/Common/CharacterSetEci.php 51.42% <0.00%> (-1.35%) :arrow_down:
src/Renderer/RendererStyle/RendererStyle.php 66.66% <0.00%> (-1.34%) :arrow_down:
src/Renderer/Image/ImagickImageBackEnd.php 63.22% <0.00%> (-1.31%) :arrow_down:
src/Encoder/QrCode.php 63.33% <0.00%> (-1.19%) :arrow_down:
... and 38 more

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 0069435...1d0eaa5. Read the comment docs.