Skip to content

Address code review feedback for CLZ instruction implementation

67544ce
Select commit
Loading
Failed to load commit list.
Closed

Implement CLZ (Count Leading Zeros) instruction for EIP-7939 (Osaka fork) #1266

Address code review feedback for CLZ instruction implementation
67544ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 18, 2025 in 0s

93.41% (-0.89%) compared to 027a899

View this Pull Request on Codecov

93.41% (-0.89%) compared to 027a899

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.41%. Comparing base (027a899) to head (67544ce).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1266      +/-   ##
==========================================
- Coverage   94.30%   93.41%   -0.89%     
==========================================
  Files         178      179       +1     
  Lines       20065    20115      +50     
==========================================
- Hits        18922    18791     -131     
- Misses       1143     1324     +181     
Files with missing lines Coverage Δ
lib/evmone/instructions.hpp 100.00% <100.00%> (ø)
test/unittests/evm_eip7939_clz_test.cpp 100.00% <100.00%> (ø)
test/unittests/instructions_test.cpp 89.58% <ø> (ø)

... and 17 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.