String constants that include adjacent pipe characters || incorrectly increase the McCabe complexity metric value. For the example, the follow statement is reported as having a complexity of 4: System.err.println("||||");
Log in to post a comment.