Class BarColumn

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

public class BarColumn extends Object implements IColumnRenderer
Column with a graphical bar that represents the total amount of items in with length, and the coverage ratio with a red/green sections. The implementation is stateful, instances must not be used in parallel.