How do I reduce the cyclomatic complexity in this code?

75 Views Asked by At

I added the getCValue method to reduce the cyclomatic complexity, but the cyclomatic complexity still persists, how can I reduce it? Can I change this code using Regex, if I can how? Please help me.

0

There are 0 best solutions below