evmone icon indicating copy to clipboard operation
evmone copied to clipboard

Framework for experimenting with jumpdest analysis

Open chfast opened this issue 1 year ago • 1 comments

Add new evmone::experimental library as a place for experimentation with different jumpdest analysis implementations.

chfast avatar Oct 14 '24 09:10 chfast

Codecov Report

Attention: Patch coverage is 87.80488% with 5 lines in your changes missing coverage. Please review.

Project coverage is 94.21%. Comparing base (c8787ec) to head (781684e). Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
test/experimental/jumpdest_analysis.cpp 91.30% 2 Missing :warning:
test/unittests/jumpdest_analysis_test.cpp 86.66% 2 Missing :warning:
test/experimental/jumpdest_analysis.hpp 66.66% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1051      +/-   ##
==========================================
- Coverage   94.23%   94.21%   -0.02%     
==========================================
  Files         155      158       +3     
  Lines       17014    17055      +41     
==========================================
+ Hits        16033    16069      +36     
- Misses        981      986       +5     
Flag Coverage Δ
eof_execution_spec_tests 17.50% <0.00%> (+0.04%) :arrow_up:
ethereum_tests 26.95% <0.00%> (+0.02%) :arrow_up:
ethereum_tests_silkpre 19.09% <0.00%> (+0.05%) :arrow_up:
execution_spec_tests 20.22% <0.00%> (+0.04%) :arrow_up:
unittests 89.26% <92.30%> (+<0.01%) :arrow_up:

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

Files with missing lines Coverage Δ
test/experimental/jumpdest_analysis.hpp 66.66% <66.66%> (ø)
test/experimental/jumpdest_analysis.cpp 91.30% <91.30%> (ø)
test/unittests/jumpdest_analysis_test.cpp 86.66% <86.66%> (ø)

codecov[bot] avatar Oct 14 '24 10:10 codecov[bot]