ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.09k forks source link

Smart Contract Code Coverage #1265

Open tbocek opened 5 years ago

tbocek commented 5 years ago

I was wondering what I need to change/adapt/use in order to get code coverage for smart contracts running on the current ethereumj EVM. How much of the total opcodes of a contract have been run through, ideally on a function level, but on a contract level its fine too. Can this easily be done, or is it more complex?