e.jgenhtml.jgenhtml.1.5.source-code.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgenhtml Show documentation
Show all versions of jgenhtml Show documentation
This tool is a java implementation of lcov's genhtml tool,
primarily intended for use with the output fileproduced by JsTestDriver's coverage plugin
but could be used anywhere genhtml is used.
JGenHtml - Code Coverage Report
JGenHtml - Code Coverage Report
Viewing the report
JGenHtml produces two versions of the same report:
Why are there two versions and when to use which?
Ideally there would be only one version, the XML + XSLT version. The main advantages of this format over HTML are:
- The XML pages are smaller than the corresponding HTML versions.
- XML is both human and machine readable.
The problem with client side XSLT is that support for it on the "file:" protocol is problematic in many browsers.
You can use either version anywhere, but the HTML version would be best on the "file:" protocol while the XML version would be best over http.
Note: to support client side XSLT on the "file:" protocol the Google Chrome browser needs to be started with the command line flag --allow-file-access-from-files
© 2015 - 2024 Weber Informatics LLC | Privacy Policy