}
private Table createTable() {
final Table table = new Table();
table.add("Element", null, new LabelColumn(), false);
table.add("Missed Instructions", null, new BarColumn(INSTRUCTION,
locale), true);
table.add("Cov.", Styles.CTR2,
new PercentageColumn(INSTRUCTION, locale), false);
addMissedTotalColumns(table, "Classes", CLASS);
addMissedTotalColumns(table, "Methods", METHOD);