Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #33 - ReadRegistersBuilder address splitter calculates start ad… #35

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

aldas
Copy link
Owner

@aldas aldas commented Jul 11, 2019

  • ReadRegistersBuilder address splitter calculates start address incorrectly when value is 0.
  • also fixes case when addresses overlap then quantity was calculated incorrectly

fixes #33

@aldas aldas force-pushed the fix/33_invalid_startaddress_calculation branch from 4157cab to 009c08f Compare July 11, 2019 18:37
1. it calculates start address incorrectly when value is 0.
2. also fixes case when addresses overlap then quantity was calculated incorrectly
@aldas aldas force-pushed the fix/33_invalid_startaddress_calculation branch from 009c08f to 46e41f6 Compare July 11, 2019 18:38
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #35 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
+ Coverage     87.22%   87.27%   +0.04%     
- Complexity      611      614       +3     
============================================
  Files            51       51              
  Lines          1472     1477       +5     
============================================
+ Hits           1284     1289       +5     
  Misses          188      188
Impacted Files Coverage Δ Complexity Δ
src/Composer/AddressSplitter.php 100% <100%> (ø) 16 <0> (+3) ⬆️

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 20de76a...46e41f6. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #35 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
+ Coverage     87.22%   87.28%   +0.05%     
- Complexity      611      614       +3     
============================================
  Files            51       51              
  Lines          1472     1478       +6     
============================================
+ Hits           1284     1290       +6     
  Misses          188      188
Impacted Files Coverage Δ Complexity Δ
src/Composer/AddressSplitter.php 100% <100%> (ø) 16 <0> (+3) ⬆️

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 20de76a...46e41f6. Read the comment docs.

@aldas aldas merged commit f5d9346 into master Jul 11, 2019
@aldas aldas deleted the fix/33_invalid_startaddress_calculation branch July 11, 2019 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Register 0 not accepted.
1 participant