You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your pretty awesome tool! I like it very much!
So far, after apply solidity-coverage, I know how many times that a loop/statement/branch/function of a contract is executed.
One question I'd like to ask is that how can I know which lines of a smart contract have been run by which test case? For example, let's say the 3rd statement of contract A is executed 5 times during the test, how can I know which test cases contribute the 5 times executions?