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
      --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
      --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
