--- trunk/doc/index.html 2007/08/23 12:39:42 43 +++ trunk/doc/index.html 2008/06/20 02:19:40 147 @@ -7,14 +7,19 @@
- JSCoverage is a tool that generates code coverage statistics for - JavaScript. This information is useful for designing tests that - exercise all parts of a JavaScript program. + JSCoverage is a tool that measures code coverage for + JavaScript programs. +
++ Code coverage statistics show which lines of a program have + been executed (and which have been missed). This information is useful + for constructing comprehensive test suites (for which it is often called + test coverage).
JSCoverage works by instrumenting the JavaScript code used in web @@ -38,7 +43,7 @@