/testability-explorer/src/main/resources/com/google/test/metric/report/source/Project.html
http://testability-explorer.googlecode.com/ · HTML · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · b29293503145b7c9e51fe474a82ad7af MD5 · raw file
- <#import "Macro.ftl" as util>
- <html>
- <head>
- <link href="te.css" rel="stylesheet" type="text/css">
- <title>Testability Explorer Report</title>
- </head>
- <body>
- <#include "Header.html">
- <h3>Summary by Class</h3>
- <@util.overview report=classReport name="Project by Class" listName="Class"/>
- <br>
- <h3>Summary by Package</h3>
- <@util.overview report=packageReport name="Project by Package" listName="Package"/>
- <br>
- <h3>Packages</h3>
- <@util.unitList list=packageReport.unitCosts name="Package"; package>
- package_${package.name}.html
- </@util.unitList>
- <br>
- <h3>Worst Classes</h3>
- <@util.unitList list=classReport.unitCosts name="Class"; class>
- class_${class.name}.html
- </@util.unitList>
- <#include "Footer.html">
- </body>
- </html>