All Downloads are FREE. Search and download functionalities are using the official Maven repository.

htmlTemplates.modules.ftl Maven / Gradle / Ivy

There is a newer version: 1.0.25
Show newest version
<#-- @ftlvariable name="modules" type="java.util.Collection" -->
<#-- @ftlvariable name="sortOption" type="jetbrains.coverage.report.impl.html.SortOption" -->
<#include "macros.ftl">

<@page title="Summary">


<#if reportTitle?has_content>${reportTitle}: Overall Coverage Summary

<@overallStatTable labelName="${resources['coverage.module']?cap_first}" labelValue="all classes" coverageStatistics=statsCalculator.overallStats/>

Coverage Breakdown

<#assign showBlocks=statsCalculator.overallStats.blockStats.percent >= 0> <@coverageStatHeaderRow coverageStatistics=statsCalculator.overallStats sortOption=sortOption/> <#list modules as ms> <@coverageStatRow coverageStatistics=statsCalculator.getForModule(ms.name) showEmptyBlocks=showBlocks/>
<@sortableCellLabel label=resources['coverage.module']?cap_first sortOption=sortOption.nextOrderByName()/>
<@moduleName module=ms/>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy