Replies: 1 comment
|
This should be an issue (question) and not a discussion. We currently have 19 open issues related to „branch“. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I get the following report: "Partially covered (4 visits, 1 of 2 branches are covered)" for the line:
return from < to;and I cannot figure out why I don't get full coverage?I have a very simple method:
I have written the following test:
I get full coverage for the rest of the method.
All reactions