Is it possible to exclude selected methods from EMMA code coverage reports? I dont want to have getters, setters, equals
methods, etc. in my final EMMA reports. I know that it is impossible to configure this in EMMA, but I'm hoping there is a trick which will allow me to skip those methods. I thought about modifying coverage.em
, but I don't know the format of that file, or how to read it.
问问题
992 次