Paul Stovell created a tool for traceability between code and requirements. All you have to do is add attributes to the classes/methods, and through reflection, it correlates the tested code to requirements. Therefore, it can actually create code coverage report against requirements.
Cool stuff.
[via Brian Harry]