aldas / modbus-tcp-client

PHP client for Modbus TCP and Modbus RTU over TCP (can be used for serial)
Apache License 2.0
191 stars 55 forks source link

In AddressSpliter for byte sorting added isFirstByte() using. #132

Closed aldas closed 1 year ago

aldas commented 1 year ago

In AddressSpliter for byte sorting added isFirstByte() using.

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.68% // Head: 98.68% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (1741ba8) compared to base (85d9f13). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #132 +/- ## ========================================= Coverage 98.68% 98.68% - Complexity 855 858 +3 ========================================= Files 68 68 Lines 2202 2209 +7 ========================================= + Hits 2173 2180 +7 Misses 29 29 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `98.68% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martti+T.#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/aldas/modbus-tcp-client/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martti+T.) | Coverage Δ | | |---|---|---| | [src/Composer/AddressSplitter.php](https://codecov.io/gh/aldas/modbus-tcp-client/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martti+T.#diff-c3JjL0NvbXBvc2VyL0FkZHJlc3NTcGxpdHRlci5waHA=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martti+T.). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martti+T.)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.