@Override
 public void visitForEachStatement(ForEachStatementTree tree) {
   incrementComplexity();
   super.visitForEachStatement(tree);
 }