@Override
 public void visitDoWhileStatement(DoWhileStatementTree tree) {
   incrementComplexity();
   super.visitDoWhileStatement(tree);
 }