/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

  1. <#import "Macro.ftl" as util>
  2. <html>
  3. <head>
  4. <link href="te.css" rel="stylesheet" type="text/css">
  5. <title>Testability Explorer Report for package: ${name}</title>
  6. </head>
  7. <body>
  8. <#include "Header.html">
  9. [ <a href="index.html">Project</a> ]
  10. <h2>Package: <tt>${name}</tt></h2>
  11. <@util.overview report=self name="Package" listName="Class"/>
  12. <br>
  13. <@util.unitList list=unitCosts name="Class"; class>
  14. class_${class.name}.html
  15. </@util.unitList>
  16. <#include "Footer.html">
  17. </body>
  18. </html>