view templates/package_template.html @ 12:5030a59cd546

2012-03-02 Pavel Tisnovsky <ptisnovs@redhat.com> * src/ReportGenerator.java: * templates/package_template.html: Added new functionality of report generator: table with basic statistic is shown for each tested package.
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Fri, 02 Mar 2012 16:51:17 +0100
parents 342d366654ce
children 8c9c61f17fd1
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Class list</title>
        <meta name="Generator" content="MauveTestCoverage" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link type="text/css" rel="StyleSheet" href="style.css" />
    </head>
    <body>
        <h1>Class list</h1>
<h2>
${PACKAGE_NAME}
</h2>
        <table class='classes_list'>
            <tr><th>class</th><th>methods</th><th>covered</th><th>ratio</th><th>doc</th></tr>
${CLASS_LIST}
        </table>
    </body>
</html>