You can save the code/functional coverage exclusions into files, then use the exclusion files for coverage report generation and analysis. Following is the URG command that reads in exclusion file:
urg -lca -dir simv.cm -elfile line.el -report elReport
where, “line.el” is the exclusion file.