From ffaf0a0f99bf41e36363a2e71845ff9861110737 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Mon, 10 Jun 2013 19:05:46 +0200 Subject: [coverage] Add a coverage translation to html xslt script BZ: 115218 The coverage report generated is in xml, hard to read, file. Add an xslt script (and a css) to convert it to html in this new folder. Change-Id: Ic55a72e717c6b8bafa9d6a2e5e82af0d00317d0f Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/112825 Reviewed-by: Graulle, JeremieX Reviewed-by: De Chivre, Renaud Reviewed-by: cactus Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- tools/coverage/coverage.xsl | 329 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 tools/coverage/coverage.xsl (limited to 'tools') diff --git a/tools/coverage/coverage.xsl b/tools/coverage/coverage.xsl new file mode 100644 index 0000000..a9861b9 --- /dev/null +++ b/tools/coverage/coverage.xsl @@ -0,0 +1,329 @@ + + + + + + + + Coverage report + + + + +

Coverage report

+

Summary

+ + +
+ +

Legend

+

Colors correspond to:

+ + + 100 + Full coverage + + + 75 + + 75%-99% coverage, nice + + + + 50 + Half the way ! + + + 0 + Forgot something ? + +
+ +

Tree

+ + + [if IE]> + <span class="warning" style="background-color: red;font-weight:bold;" > + This tree representation has been reported not to work on IE. + Please use a navigator that respect standards. + </span> + <![endif] + +

Check/Uncheck the checkboxes to fold/unfold.

+
    + +
+ +

Description

+
+ +
+ + +
+ + + + + + + + + + + + + + + + Coverage total average + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + excelent + nice + bad + critical + + + + + + + + + + + +
  • + + + element + + + + + + + + + +
    +
    +
  • +
    + + + + + + + + + + + + + + +
    +

    + +

    +

    + Path: + +

    + + Back to tree + +

    Detail

    + + + + + + + + + + + + +
    Type
    Parent + + + + ( + + ) +
    + +

    Children

    + + + + + + + + + +
    NameTypeCoverageNb useCoverage progress bar
    +
    +
    +
    + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + percent + + + + + +
    -- cgit v1.1