/testability-explorer/src/main/resources/com/google/test/metric/report/source/Package.html
http://testability-explorer.googlecode.com/ · HTML · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · f56513b0e88d23a833b61361b450484c MD5 · raw file
- <#import "Macro.ftl" as util>
- <html>
- <head>
- <link href="te.css" rel="stylesheet" type="text/css">
- <title>Testability Explorer Report for package: ${name}</title>
- </head>
- <body>
- <#include "Header.html">
- [ <a href="index.html">Project</a> ]
- <h2>Package: <tt>${name}</tt></h2>
- <@util.overview report=self name="Package" listName="Class"/>
- <br>
- <@util.unitList list=unitCosts name="Class"; class>
- class_${class.name}.html
- </@util.unitList>
- <#include "Footer.html">
- </body>
- </html>