%@ page language="java" import="java.util.Date,java.sql.Connection,java.sql.DriverManager,java.sql.ResultSet,java.sql.Statement"%>
| Build | Total Runs | Total Success | % Success | Total Comp Failures | % Comp Failure | Tests Passing | Tests Failing | % Passing |
|---|---|---|---|---|---|---|---|---|
| <%= buildResults.getString(1) %> | <%= (new Float(totalRuns)).intValue() %> | <%= (new Float(totalSuccesses)).intValue() %> | <%= round((totalSuccesses / totalRuns) * 100f, 3) %> | <%= (new Float(totalCompilationFailures)).intValue() %> | <%= round((totalCompilationFailures / totalRuns) * 100f, 3)%> | <%= (new Float(totalPassingTests)).intValue() %> | <%= (new Float(totalFailingTests)).intValue() %> | <%= round((totalPassingTests / testDivisor) * 100f, 3) %> |