report.cell(Format.formatDouble(df.getMax(), FIVE_SPAN));
report.cell(Format.formatDouble(df.getMin(), FIVE_SPAN));
report.cell(Format.formatDouble(df.getMean(), FIVE_SPAN));
report.cell(Format.formatDouble(df.getStandardDeviation(),
FIVE_SPAN));
report.endRow();
if (df.getClassMembers().size() > 0) {
report.beginRow();
report.cell(" ");
report.beginTableInCell(EIGHT_SPAN);