-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the difference between statements and lines? #639
Comments
if you have a line of code that says Of the two statement coverage is more accurate - however line coverage exists for interop with line oriented coverage tools like |
I'm using solidity-coverage, that uses Istanbul. In many cases I've got more lines than statements. How is that possible? |
@fabianorodrigo like this |
Please let me know if there is a more appropriate place to ask this.
Most other coverage tools I've used before have either had statements or lines, never both leading me to think that they were one and the same. Istanbul however has both statements and lines. Can anyone clarify the difference between the two for me?
The text was updated successfully, but these errors were encountered: