1 |
Usage: jscoverage SOURCE-DIRECTORY DESTINATION-DIRECTORY |
2 |
Instrument JavaScript with code coverage information. |
3 |
|
4 |
Options: |
5 |
--encoding=ENCODING assume .js files use the given character encoding |
6 |
--exclude=PATH do not copy PATH |
7 |
--js-version=VERSION use the specified JavaScript version |
8 |
--mozilla for Mozilla platform applications |
9 |
--no-highlight do not perform syntax highlighting |
10 |
--no-instrument=PATH copy but do not instrument PATH |
11 |
-v, --verbose explain what is being done |
12 |
-h, --help display this help and exit |
13 |
-V, --version display version information and exit |