The auto-close feature appears to assume that all CF tags need to be closed. In my codebase, it's common not to close the ones that are not required to be closed (<cfset> and <cfmodule>). Other problems:
<script> - not closed correctly
<cfcatch> - not closed at all
<cfelse> - closed with </cfelse>