Recent web browsers tend to place significant security restrictions on the use
of file:
URLs. These restrictions can prevent JSCoverage from
working properly. To avoid problems, it is recommended that you do either of the
following:
- If you are using the
jscoverage
program to instrument your JavaScript code, install the instrumented files on a web server. - Use the
jscoverage-server
program (which itself acts as a web server).
See the manual for further details.
Recent web browsers tend to place significant security restrictions on the use
of file:
URLs. These restrictions can prevent JSCoverage from
working properly. To avoid problems, it is recommended that you view coverage
reports stored to the filesystem by serving them from a web server.
See the manual for further details.
File | Statements | Executed | Coverage |
---|---|---|---|
Total: 0 | 0 | 0 |
|
This is version 0.5.1 of JSCoverage, a program that calculates code coverage statistics for JavaScript.
See http://siliconforks.com/jscoverage/ for more information.
Copyright © 2007, 2008, 2009, 2010 siliconforks.com