JSCover icon indicating copy to clipboard operation
JSCover copied to clipboard

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage

Results 9 JSCover issues
Sort by recently updated
recently updated
newest added

I'm trying to instrument an ES6 module (note I speak of client side JS, not Node.js). It looks like the initialization of an instrumented file throws an Exception in header.js...

I am extending JSCover usage on all of my projects and run into this error Uncaught SyntaxError: Missing } in template expression Minimum reproduction is ``` +++++src/hello.js+++++ import {LitElement, html}...

As for our project , we need more detail coverage data about every js file, so can you add the following info to classElement. classElement.setAttribute("lines-covered", "" + file.getCodeLinesCoveredCount()); classElement.setAttribute("lines-valid", ""...

enhancement
good first issue

Some fixes where undeclared variables are used which is not allowed under "use strict"

This is a test refactoring. **Problem:** The Exception Handling test smell occurs when a test method explicitly a passing or failing of a test method is dependent on the production...

How (and if) this is implemented is currently wide open. The [JSCoverage approach](http://siliconforks.com/jscoverage/manual.html) has been partially implemented, however this only works in the JSCoverage report, so am not keen to...

enhancement
Investigating

If branch coverage has been disabled (the coverage contains no branch coverage). The 3 columns concerning the branch coverage are not useful and should be hidden.

enhancement

Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 3.8.0 to 3.9.0. Release notes Sourced from org.htmlunit:htmlunit's releases. HtmlUnit 3.9.0 Highlights This release is not compatible with 2.xx versions - please read the migration info core-csp:...

dependencies