coveraje

a simple javascript code coverage tool...

About coveraje

coveraje is a code and test coverage tool written in and for javascript.

It helps to find out, which parts of your javascript source code are used, tested, and/or needed. It also shows e.g. which functions are used most - so you can concentrate your optimization efforts on these functions.