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

Introduce bitst and bytest to avoid bit/byte mix-up #7413

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Introduce bitst and bytest to avoid bit/byte mix-up

b533d00
Select commit
Loading
Failed to load commit list.
Open

Introduce bitst and bytest to avoid bit/byte mix-up #7413

Introduce bitst and bytest to avoid bit/byte mix-up
b533d00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

78.36% (+0.27%) compared to 2ffc4c9

View this Pull Request on Codecov

78.36% (+0.27%) compared to 2ffc4c9

Details

Codecov Report

Attention: Patch coverage is 91.94396% with 46 lines in your changes missing coverage. Please review.

Project coverage is 78.36%. Comparing base (2ffc4c9) to head (b533d00).

Files Patch % Lines
src/cprover/bv_pointers_wide.cpp 55.55% 8 Missing ⚠️
src/goto-programs/interpreter_evaluate.cpp 33.33% 6 Missing ⚠️
src/solvers/flattening/bv_pointers.cpp 73.33% 4 Missing ⚠️
src/util/pointer_offset_size.cpp 91.66% 4 Missing ⚠️
src/ansi-c/expr2c.cpp 25.00% 3 Missing ⚠️
src/ansi-c/padding.cpp 93.87% 3 Missing ⚠️
src/pointer-analysis/value_set.cpp 80.00% 3 Missing ⚠️
src/analyses/goto_rw.cpp 77.77% 2 Missing ⚠️
src/goto-synthesizer/cegis_evaluator.cpp 60.00% 2 Missing ⚠️
src/memory-analyzer/analyze_symbol.cpp 89.47% 2 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7413      +/-   ##
===========================================
+ Coverage    78.09%   78.36%   +0.27%     
===========================================
  Files         1726     1727       +1     
  Lines       189039   188491     -548     
  Branches     18399    18442      +43     
===========================================
+ Hits        147629   147717      +88     
+ Misses       41410    40774     -636     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.