node-cover
node-cover copied to clipboard
Declare sections to be excepted from code coverage
It would be useful to be able to put a declaration in the source code to say "this is intentionally without unit test coverage; stop warning me about it."
One possible path: http://nedbatchelder.com/code/coverage/excluding.html#excluding
"pragma: no cover" (inside / near / before ) the block or statement?