PageRenderTime 43ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/jscoverage.1

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
Unknown | 52 lines | 39 code | 13 blank | 0 comment | 0 complexity | 4f766cda34227510c891c62e023bfa43 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. .TH jscoverage 1 local
  2. .SH NAME
  3. jscoverage \- Instrument JavaScript with code coverage information
  4. .SH SYNOPSIS
  5. jscoverage [OPTION] SOURCE-DIRECTORY DESTINATION-DIRECTORY
  6. .SH DESCRIPTION
  7. Copy JavaScript code from SOURCE-DIRECTORY to DESTINATION-DIRECTORY and add code instrumentation.
  8. .SH OPTIONS
  9. .TP
  10. .B --encoding=ENCODING
  11. assume .js files use the given character encoding.
  12. .TP
  13. .B --exclude=PATH
  14. do not copy
  15. .B PATH.
  16. .TP
  17. .B --js-version=VERSION
  18. use the specified JavaScript version; valid values for
  19. .B VERSION
  20. are 1.0, 1.1, 1.2, ..., 1.8, or ECMAv3 (the default).
  21. .TP
  22. .B --no-highlight
  23. do not perform syntax highlighting.
  24. .TP
  25. .B --no-instrument=PATH
  26. copy but do not instrument
  27. .B PATH.
  28. .TP
  29. .B -v, --verbose
  30. explain what is being done.
  31. .TP
  32. .B -h, --help
  33. display this help and exit.
  34. .TP
  35. .B -V, --version
  36. display version information and exit.
  37. .
  38. .SH AUTHORS
  39. siliconforks.com