0

So I'm trying to understand cyclomatic complexity. If I have a line of code that looks like a = b && c where a, b, and c are bool. For this statement would the complexity be 1 or would it be more like doing if statements since you have to check b and c? Thanks in advance.

Morgan
  • 1
  • 1

0 Answers0