You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 15:09:30 UTC

svn commit: r816619 [5/27] - in /websites/production/maventest/content/plugins/maven-compiler-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ cobertura/ cobertura/css/ css/ examples/ testapidocs/ t...

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/checkstyle.rss
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/checkstyle.rss (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/checkstyle.rss Tue May  8 13:09:26 2012
@@ -3,19 +3,19 @@
 <rss version="0.91">
   <channel>
     <title>Maven Compiler Plugin - Checkstyle report</title>
-    <link>../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin</link>
+    <link>http://maven.apache.org/plugins/maven-compiler-plugin/</link>
     <description>Maven Compiler Plugin - Checkstyle report</description>
     <language>en-us</language>
-    <copyright>&#169;2001 - 2010 The Apache Software Foundation</copyright>
+    <copyright>&#169;2001 - 2012 The Apache Software Foundation</copyright>
     <item>
       <title>File: 4,
-             Errors: 149,
+             Errors: 12,
              Warnings: 37,
              Infos: 0
       </title>
-            <link>../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html</link>
+            <link>http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html</link>
       <description>
-        <p>Click <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html">here</a> for the full Checkstyle report.</p>
+        <p>Click <a href="http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html">here</a> for the full Checkstyle report.</p>
 
         <table summary="Files" boder="1">
           <thead>
@@ -29,7 +29,7 @@
           <tbody>
                           <tr>
                 <td>
-                  <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html#org.apache.maven.plugin.CompilerMojo.java">org/apache/maven/plugin/CompilerMojo.java</a>
+                  <a href="http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html#org.apache.maven.plugin.CompilerMojo.java">org/apache/maven/plugin/CompilerMojo.java</a>
                 </td>
                 <td>
                   0
@@ -38,12 +38,12 @@
                   11
                 </td>
                 <td>
-                  29
+                  3
                 </td>
               </tr>
                           <tr>
                 <td>
-                  <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html#org.apache.maven.plugin.CompilationFailureException.java">org/apache/maven/plugin/CompilationFailureException.java</a>
+                  <a href="http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html#org.apache.maven.plugin.CompilationFailureException.java">org/apache/maven/plugin/CompilationFailureException.java</a>
                 </td>
                 <td>
                   0
@@ -52,12 +52,12 @@
                   3
                 </td>
                 <td>
-                  9
+                  0
                 </td>
               </tr>
                           <tr>
                 <td>
-                  <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html#org.apache.maven.plugin.AbstractCompilerMojo.java">org/apache/maven/plugin/AbstractCompilerMojo.java</a>
+                  <a href="http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html#org.apache.maven.plugin.AbstractCompilerMojo.java">org/apache/maven/plugin/AbstractCompilerMojo.java</a>
                 </td>
                 <td>
                   0
@@ -66,12 +66,12 @@
                   12
                 </td>
                 <td>
-                  79
+                  6
                 </td>
               </tr>
                           <tr>
                 <td>
-                  <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin/checkstyle.html#org.apache.maven.plugin.TestCompilerMojo.java">org/apache/maven/plugin/TestCompilerMojo.java</a>
+                  <a href="http://maven.apache.org/plugins/maven-compiler-plugin//checkstyle.html#org.apache.maven.plugin.TestCompilerMojo.java">org/apache/maven/plugin/TestCompilerMojo.java</a>
                 </td>
                 <td>
                   0
@@ -80,7 +80,7 @@
                   11
                 </td>
                 <td>
-                  32
+                  3
                 </td>
               </tr>
                       </tbody>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/main.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/main.css (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/main.css Tue May  8 13:09:26 2012
@@ -43,7 +43,7 @@ div.percentgraph
 	background-color: #f02020;
 	border: #808080 1px solid;
 	height: 1.3em;
-	magin: 0px;
+	margin: 0px;
 	padding: 0px;
 	width: 100px;
 }
@@ -52,7 +52,7 @@ div.percentgraph div.greenbar
 {
 	background-color: #00f000;
 	height: 1.3em;
-	magin: 0px;
+	margin: 0px;
 	padding: 0px;
 }
 
@@ -60,7 +60,7 @@ div.percentgraph div.na
 {
 	background-color: #eaeaea;
 	height: 1.3em;
-	magin: 0px;
+	margin: 0px;
 	padding: 0px;
 }
 

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/source-viewer.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/source-viewer.css (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/css/source-viewer.css Tue May  8 13:09:26 2012
@@ -61,7 +61,6 @@ span.keyword {
 
 span.srcUncovered {
     background: #ff9090;
-    font-weight: bold;
 }
 
 span.string {

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugin.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugin.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles-org.apache.maven.plugin.html Tue May  8 13:09:26 2012
@@ -15,19 +15,19 @@ org.apache.maven.plugin
 <table width="100%">
 <tbody>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a> <i>(77 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a> <i>(100 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a> <i>(93 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a> <i>(0 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a> <i>(90 %)</i></td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-sourcefiles.html Tue May  8 13:09:26 2012
@@ -15,19 +15,19 @@ All Packages
 <table width="100%">
 <tbody>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a> <i>(77 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a> <i>(100 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a> <i>(93 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a> <i>(0 %)</i></td>
 </tr>
 <tr>
-<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a> <i>(0%)</i></td>
+<td nowrap="nowrap"><a target="summary" href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a> <i>(90 %)</i></td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary-org.apache.maven.plugin.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary-org.apache.maven.plugin.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary-org.apache.maven.plugin.html Tue May  8 13:09:26 2012
@@ -16,7 +16,7 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="frame-summary-org.apache.maven.plugin.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugin.html"'>org.apache.maven.plugin</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/519</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/220</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.666666666666667;</span>4,667</td></tr>
+  <tr><td><a href="frame-summary-org.apache.maven.plugin.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugin.html"'>org.apache.maven.plugin</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">216/565</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">42 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:42px"><span class="text">97/226</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.723404255319149;</span>3,723</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -28,15 +28,15 @@ packageTable.sort(0);
 <table class="report" id="classResults">
 <thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/187</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/118</span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="org.apache.maven.plugin.AbstractCompilerMojo.html">AbstractCompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">77 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:77px"><span class="text">146/189</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">57 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:57px"><span class="text">70/122</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.75;</span>5,75</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/15</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/6</span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="org.apache.maven.plugin.CompilationFailureException.html">CompilationFailureException</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">15/15</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">66 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:66px"><span class="text">4/6</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0;</span>2</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/29</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="org.apache.maven.plugin.CompilerMojo.html">CompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">93 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:93px"><span class="text">28/30</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">71 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:71px"><span class="text">10/14</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6363636363636365;</span>1,636</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/258</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/62</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.666666666666667;</span>4,667</td></tr>
+  <tr><td><a href="org.apache.maven.plugin.HelpMojo.html">HelpMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/301</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/62</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.166666666666667;</span>6,167</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/30</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/22</span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="org.apache.maven.plugin.TestCompilerMojo.html">TestCompilerMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">90 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:90px"><span class="text">27/30</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">59 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:59px"><span class="text">13/22</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0;</span>2</td></tr>
 
 </tbody>
 </table>
@@ -45,6 +45,6 @@ var classTable = new SortableTable(docum
     ["String", "Percentage", "Percentage", "FormattedNumber"]);
 classTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9 on 04.09.10 16:11.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 27/04/12 23:03.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/cobertura/frame-summary.html Tue May  8 13:09:26 2012
@@ -16,8 +16,8 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><b>All Packages</b></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/519</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/220</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.666666666666667;</span>4,667</td></tr>
-  <tr><td><a href="frame-summary-org.apache.maven.plugin.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugin.html"'>org.apache.maven.plugin</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/519</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/220</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.666666666666667;</span>4,667</td></tr>
+  <tr><td><b>All Packages</b></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">216/565</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">42 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:42px"><span class="text">97/226</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.723404255319149;</span>3,723</td></tr>
+  <tr><td><a href="frame-summary-org.apache.maven.plugin.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugin.html"'>org.apache.maven.plugin</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">38 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:38px"><span class="text">216/565</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">42 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:42px"><span class="text">97/226</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.723404255319149;</span>3,723</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -25,6 +25,6 @@ var packageTable = new SortableTable(doc
     ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
 packageTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9 on 04.09.10 16:11.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 27/04/12 23:03.</div>
 </body>
 </html>
\ No newline at end of file