Usage: java -jar JSCover-all.jar -ws [OPTION]...
Run a server for instrumenting JavaScript with code coverage information.

Options:
      --document-root=DIR       serve content from DIR (default: current directory)
      --no-instrument=URL       do not instrument URL
      --no-instrument-reg=URL   do not instrument if URL matches regular expression
      --only-instrument-reg=URL only instrument if URL matches regular expression
      --report-dir=DIR          store report to DIR (default: current directory)
      --port=PORT               use PORT for TCP port (default: 8080)
      --proxy                   run as a proxy
      --save-json-only          save only the coverage data, jscoverage.json
      --uri-to-file-matcher=REG for proxy mode, regular expression matcher for converting a URI to a file path
      --uri-to-file-replace=REP for proxy mode, regular expression replacement for converting a URI to a file path
      --js-version=VERSION      JavaScript version 1.0, 1.2, ..., 1.8 (default: 1.3)
      --no-branch               turn off branch coverage data collection
      --no-function             turn off function coverage data collection
      --include-unloaded-js     include unloaded JavaScript under <document-root> in the report
      --local-storage           save and load coverage data from HTML5 local storage
      --isolate-browser         prevent automatically combining coverage from different browser windows
      --detect-coalesce         try to exclude coalesce assignments from conditional coverage
      --log=LEVEL               set logging level to: SEVERE (default), WARNING, INFO, CONFIG, FINE, FINER, FINEST
  -h, --help                    display this help and exit
