Download istanbul Free Java Code

Description

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

Source Files

The download file istanbul-master.zip has the following entries.


.gitignore// ww w . j  a  v  a2  s.co m
.npmignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
generate-pages.sh
index.js
lib/cli.js
lib/collector.js
lib/command/check-coverage.js
lib/command/common/run-with-cover.js
lib/command/cover.js
lib/command/help.js
lib/command/index.js
lib/command/instrument.js
lib/command/report.js
lib/command/test.js
lib/hook.js
lib/instrumenter.js
lib/object-utils.js
lib/register-plugins.js
lib/report/cobertura.js
lib/report/html.js
lib/report/index.js
lib/report/json.js
lib/report/lcov.js
lib/report/lcovonly.js
lib/report/none.js
lib/report/teamcity.js
lib/report/templates/foot.txt
lib/report/templates/head.txt
lib/report/text-summary.js
lib/report/text.js
lib/store/fslookup.js
lib/store/index.js
lib/store/memory.js
lib/store/tmp.js
lib/util/factory.js
lib/util/file-matcher.js
lib/util/file-writer.js
lib/util/flow-control.js
lib/util/help-formatter.js
lib/util/input-error.js
lib/util/insertion-text.js
lib/util/meta.js
lib/util/tree-summarizer.js
lib/util/writer.js
lib/util/yui-load-hook.js
lib/vendor/prettify.css
lib/vendor/prettify.js
misc/ast/assign.js
misc/ast/block-label.js
misc/ast/cond.js
misc/ast/defun-compact.js
misc/ast/defun.js
misc/ast/do-statement.js
misc/ast/dot.js
misc/ast/eq.js
misc/ast/expr.js
misc/ast/for-block.js
misc/ast/for-compact.js
misc/ast/for-multi.js
misc/ast/for-statement.js
misc/ast/forin-block.js
misc/ast/forin-compact.js
misc/ast/forin-statement.js
misc/ast/func.js
misc/ast/if-block.js
misc/ast/if-compact.js
misc/ast/if-only.js
misc/ast/if-statement.js
misc/ast/incr-slice.js
misc/ast/label.js
misc/ast/nested-if.js
misc/ast/pfcall.js
misc/ast/preamble.js
misc/ast/switch-statement.js
misc/ast/try-block.js
misc/ast/try-statement.js
misc/ast/while-block.js
misc/ast/while-compact.js
misc/ast/while-for.js
misc/ast/while-statement.js
misc/config/istanbul-config-alt.json
misc/config/istanbul-config.json
misc/samples/coverage.js
package.json
test/browser/support/index.html
test/browser/support/phantom-test.client.js
test/browser/support/server.js
test/browser/test-browser-instrumentation.js
test/cli-helper.js
test/cli/package.json
test/cli/sample-project/.gitignore
test/cli/sample-project/amd/ipsum.js
test/cli/sample-project/amd/lorem.js
test/cli/sample-project/lib/bar.js
test/cli/sample-project/lib/foo.js
test/cli/sample-project/lib/util/bad.js
test/cli/sample-project/lib/util/generate-names.js
test/cli/sample-project/node_modules/dependency/index.js
test/cli/sample-project/node_modules/post-require/hook.js
test/cli/sample-project/node_modules/post-require/package.json
test/cli/sample-project/test/amd-run.js
test/cli/sample-project/test/global-leak.js
test/cli/sample-project/test/run.js
test/cli/sample-project/vendor/dummy_vendor_lib.js
test/cli/test-base-cli.js
test/cli/test-check-coverage-command.js
test/cli/test-cobertura-report.js
test/cli/test-cover-command.js
test/cli/test-html-report.js
test/cli/test-instrument-command.js
test/cli/test-json-report.js
test/cli/test-lcov-report.js
test/cli/test-lcovonly-report.js
test/cli/test-lots-of-files.js
test/cli/test-none-report.js
test/cli/test-report-command.js
test/cli/test-teamcity-report.js
test/cli/test-test-command.js
test/common.js
test/helper.js
test/instrumentation/test-do.js
test/instrumentation/test-expressions.js
test/instrumentation/test-for.js
test/instrumentation/test-forin.js
test/instrumentation/test-functions.js
test/instrumentation/test-if.js
test/instrumentation/test-misc.js
test/instrumentation/test-statement.js
test/instrumentation/test-strict.js
test/instrumentation/test-switch.js
test/instrumentation/test-while.js
test/loader.js
test/other/data-complete-copy/baz.js
test/other/data-complete-copy/fixture.xml
test/other/data-complete-copy/foo.js
test/other/data-complete-copy/myfile1
test/other/data-complete-copy/myfile2
test/other/data-complete-copy/subdir/x.css
test/other/data/baz.js
test/other/data/foo.js
test/other/data/matcher/.gitignore
test/other/data/matcher/general/.gitignore
test/other/data/matcher/general/general.js
test/other/data/matcher/general/node_modules/mod-file.js
test/other/data/matcher/lib/lib-top.js
test/other/data/matcher/node_modules/dep/mod-file.js
test/other/data/matcher/node_modules/mod-file.js
test/other/data/matcher/top.js
test/other/test-collector.js
test/other/test-command-xface.js
test/other/test-file-writer.js
test/other/test-help-formatter.js
test/other/test-hook.js
test/other/test-index-xface.js
test/other/test-input-error.js
test/other/test-insertion-text.js
test/other/test-matcher.js
test/other/test-object-utils.js
test/other/test-store.js
test/other/test-summarizer.js
test/run-again.js
test/run.js
yui-coverage-comparison.md
yuidoc.json

Download

Click the following link to download istanbul-master.zip.

istanbul-master.zip




















Home »
  Javascript Free Code Download »
    Network »




AJAX
Client
Network
RESTful
Server
URL
URL Shortener
WebSocket