cable
cable copied to clipboard
how to detect coverage in solidity compiler
I switch OFF to ON before compile solidity coverage switch.
When I used afl cov in conjunction with solc to test coverage, the following error occurred:
May I ask what the reason is? Why does Solc not support coverage detection, or how can we detect Solc's coverage?