All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.jgenhtml.jgenhtml.1.5.source-code.index.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.6
Show newest version



	
		JGenHtml - Code Coverage Report
	
	
		

JGenHtml - Code Coverage Report


Viewing the report

JGenHtml produces two versions of the same report:
  1. XML + XSLT
  2. HTML

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