FAQ

Where is the encoding option?

This can be set using the JVM's system property 'file.encoding'. See the manual for more information.

Can I save a report in file-system mode?

Yes. Please see the manual for more information.

How does JSCover maintain quality?

JSCover reuses JSCoverage's regression tests (see InstrumentAndHighlightRegressionTest) and has added a suite of unit, integration and acceptance tests which give a fairly high degree of coverage (~97% line, ~95% branch). JavaScript tests have also been added (using Jasmine) and JSCover is used to check JavaScript coverage (see HtmlUnitJSTest).

All bugs are corrected by first writing failing test to ensure no regression errors occur.

Why won't the coverage report load in Google Chrome or FireFox?

Why doesn't the manual load off the file-system in Google Chrome or FireFox?

Why don't the web-pages load off the file-system in Google Chrome or FireFox?

Try:

Does the developer use JSCover on projects

Yes.

Does an error log entry mean my coverage report is wrong?

Not necessarily. Usually the worst that could happen is that an instrumentation line has been missed. See the manual for more information.

JSCoverage FAQ

Also see the JSCoverage FAQ