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
and says that running it with a non-negative System.currentTimeMillis() yields 50% branch coverage.
From my perspective as a reader, those two examples say the same thing and they both say that Statement and Branch coverage measure conditional code execution branches.
The text was updated successfully, but these errors were encountered:
In the "Statement Coverage" section, the readme says that in this example:
Running with an age value of 18 would yield 50% statement coverage.
Then in the "Branch Coverage" section, the readme gives this other example:
and says that running it with a non-negative
System.currentTimeMillis()
yields 50% branch coverage.From my perspective as a reader, those two examples say the same thing and they both say that Statement and Branch coverage measure conditional code execution branches.
The text was updated successfully, but these errors were encountered: