switch cases may not be coverable #340
Unanswered
SYNTEC-10101867
asked this question in
Q&A
Replies: 1 comment
-
Please provide a minimal solution that exhibits this behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I met a problem on missing coverable lines when there are switch cases more than five cases in my code, but it seems work fine if my switch cases contain only five cases or less.
Here is my working environment :
vs2022 c++ project
googletest
Thanks
Beta Was this translation helpful? Give feedback.
All reactions