Typical C++ coverage has a way to specify coverage excludes. It would be nice if some comment could be used to exclude code branches in nagelfar as well - so they are treated as if they do not exist and thus do not count towards the 100%.
There is "##nagelfar nocover", which I see now is not mentioned in any docs.
Updated code coverage documentation to mention this.
Great - will try it out.
Log in to post a comment.
There is "##nagelfar nocover", which I see now is not mentioned in any docs.
Updated code coverage documentation to mention this.
Great - will try it out.