Class PercentageColumn

java.lang.Object
org.jacoco.report.internal.html.table.PercentageColumn
All Implemented Interfaces:
IColumnRenderer

public class PercentageColumn extends Object implements IColumnRenderer
Column that prints the coverage percentage for each item and the total percentage in the footer. The implementation is stateless, instances might be used in parallel.