Usage: java -jar JSCover-all.jar -fs [OPTION]... SOURCE-DIRECTORY DESTINATION-DIRECTORY
Instrument JavaScript with code coverage information.

Options:
      --js-version=VERSION      use the specified JavaScript version
      --no-instrument=PATH      copy but do not instrument PATH
      --no-instrument-reg=URL   do not instrument if URL matches regular expression
      --only-instrument-reg=URL only instrument if URL matches regular expression
      --exclude=PATH            don't copy from source/PATH
      --exclude-reg=PATH        don't copy from source/PATH if it matches regular expression
      --threads=NUMBER          specify NUMBER of threads for performing instrumentation
      --no-branch               turn off branch coverage data collection
      --no-function             turn off function coverage data collection
      --local-storage           save and load coverage data from HTML5 local storage
      --include-unloaded-js     generate empty coverage data file to include unloaded JavaScript for later merging
      --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
