You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2012/12/07 22:33:33 UTC

svn commit: r1418489 [18/39] - in /incubator/onami/site/test: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/apache/on...

Added: incubator/onami/site/test/cobertura/css/main.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/css/main.css?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/css/main.css (added)
+++ incubator/onami/site/test/cobertura/css/main.css Fri Dec  7 21:33:08 2012
@@ -0,0 +1,131 @@
+@import url("help.css");
+@import url("source-viewer.css");
+@import url("tooltip.css");
+
+.hidden {
+	display: none;
+}
+
+a.dfn {
+	border-bottom: 1px dotted #00aa00;
+	cursor: help;
+}
+
+a.dfn:active, a.dfn:link, a.dfn:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.dfn:hover {
+	color: #0000ff;
+	text-decoration: none;
+}
+
+body {
+	font-family: verdana, arial, helvetica;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	margin-bottom: 0.5em;
+}
+
+h5 {
+	margin-top: 0.5em;
+}
+
+div.footer {
+	font-size: 68%;
+	margin-top: 1.5em;
+}
+
+div.percentgraph
+{
+	background-color: #f02020;
+	border: #808080 1px solid;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+	width: 100px;
+}
+
+div.percentgraph div.greenbar
+{
+	background-color: #00f000;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph div.na
+{
+	background-color: #eaeaea;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph span.text
+{
+	display: block;
+	position: absolute;
+	text-align: center;
+	width: 100px;
+}
+
+div.separator {
+	height: 10px;
+}
+
+table tr td, table tr th {
+	font-size: 68%;
+}
+
+td.value table tr td {
+    font-size: 11px;
+}
+
+table.percentgraph {
+	border: 0px;
+	font-size: 130%;
+	margin: 0px;
+	margin-left: auto;
+	margin-right: 0px;
+	padding: 0px;
+}
+
+table.percentgraph tr.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.percentgraph td.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+	padding-left: 4px;
+}
+
+table.report {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+table.report td {
+	border: #d0d0d0 1px solid;
+}
+
+table.report td.heading {
+    background: #dcecff;
+	font-weight: bold;
+	text-align: center;
+}
+
+table.report td.heading:hover {
+    background: #c0ffc0;
+	cursor: pointer;
+}
+
+table.report td.value {
+	text-align: right;
+}
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/css/sortabletable.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/css/sortabletable.css?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/css/sortabletable.css (added)
+++ incubator/onami/site/test/cobertura/css/sortabletable.css Fri Dec  7 21:33:08 2012
@@ -0,0 +1,50 @@
+.sort-table {
+	font:		Icon;
+	border:		1px Solid ThreeDShadow;
+	background:	Window;
+	color:		WindowText;
+}
+
+.sort-table thead {
+	background:	ButtonFace;
+}
+
+.sort-table td {
+	padding:	2px 5px;
+}
+
+.sort-table thead td {
+	border:			1px solid;
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	cursor:			default;
+}
+
+.sort-table thead td:active {
+	border-color:	ButtonShadow ButtonHighlight
+					ButtonHighlight ButtonShadow;
+	padding:		3px 4px 1px 6px;
+}
+
+.sort-table thead td[_sortType=None]:active {
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	padding:		2px 5px;
+}
+
+.sort-arrow {
+	width:					11px;
+	height:					11px;
+	background-position:	center center;
+	background-repeat:		no-repeat;
+	margin:					0 2px;
+}
+
+.sort-arrow.descending {
+	background-image:		url("../images/downsimple.png");
+
+}
+
+.sort-arrow.ascending {
+	background-image:		url("../images/upsimple.png");
+}
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/css/source-viewer.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/css/source-viewer.css?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/css/source-viewer.css (added)
+++ incubator/onami/site/test/cobertura/css/source-viewer.css Fri Dec  7 21:33:08 2012
@@ -0,0 +1,73 @@
+pre.src {
+    background: #ffffff;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+table.src {
+	border: #dcdcdc 1px solid;
+	font-size: 16px;
+}
+
+td.numLine {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.numLineCover {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHits {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsCovered {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsUncovered {
+    background: #ff9090;
+    border-right: #dcdcdc 1px solid;
+    font-weight: bold;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.src {
+    width: 100%;
+}
+
+span.comment {
+    color: #b22222;
+    font-style: italic;
+}
+
+span.keyword {
+    color: #2020bf;
+    font-weight: bold;
+}
+
+span.srcUncovered {
+    background: #ff9090;
+}
+
+span.string {
+    color: #2a00ff;
+}
+
+span.text_italic {
+	font-size: 12px;
+    font-style: italic;
+}
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/css/tooltip.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/css/tooltip.css?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/css/tooltip.css (added)
+++ incubator/onami/site/test/cobertura/css/tooltip.css Fri Dec  7 21:33:08 2012
@@ -0,0 +1,49 @@
+a.hastooltip {
+	border-bottom: 1px dotted #00aa00;
+	color: #000000;
+	cursor: help;
+	font-style: normal;
+	position: relative; /* This is the key */
+	text-decoration: none;
+	z-index: 24; /* What does this do? */
+}
+
+a.hastooltip:active {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:link {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:hover {
+	background-color: #a0b8ff;
+	color: #000000;
+	text-decoration: none;
+	z-index: 25;
+}
+
+a.hastooltip:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip span {
+	display: none;
+}
+
+a.hastooltip:hover span {
+	background-color: #eeeeee;
+	border: 1px solid #000000;
+	color: #000000;
+	display: block;
+	padding: 5px;
+	left: -15.2em;
+	position: absolute;
+	text-align: center;
+	text-decoration: none;
+	top: 2em;
+	width: 20em;
+}
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-packages.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-packages.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-packages.html (added)
+++ incubator/onami/site/test/cobertura/frame-packages.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css" />
+</head>
+<body>
+<h5>Packages</h5>
+<table width="100%">
+<tr>
+<td nowrap="nowrap"><a href="frame-summary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles.html"' target="summary">All</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.html"' target="summary">org.apache.onami.test</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.annotation.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.annotation.html"' target="summary">org.apache.onami.test.annotation</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.handler.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.handler.html"' target="summary">org.apache.onami.test.handler</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.mock.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.html"' target="summary">org.apache.onami.test.mock</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.mock.framework.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.framework.html"' target="summary">org.apache.onami.test.mock.framework</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.mock.guice.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.guice.html"' target="summary">org.apache.onami.test.mock.guice</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.test.reflection.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.reflection.html"' target="summary">org.apache.onami.test.reflection</a></td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.annotation
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.GuiceModules.html">GuiceModules</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.GuiceProvidedModules.html">GuiceProvidedModules</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.Mock.html">Mock</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockFramework.html">MockFramework</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockObjType.html">MockObjType</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockType.html">MockType</a> <i>(100 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.annotation.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.handler
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceInjectableClassHandler.html">GuiceInjectableClassHandler</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceModuleHandler.html">GuiceModuleHandler</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceProvidedModuleHandler.html">GuiceProvidedModuleHandler</a> <i>(90 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.MockFrameworkHandler.html">MockFrameworkHandler</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.MockHandler.html">MockHandler</a> <i>(75 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.handler.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.GuiceMockModule.html">GuiceMockModule</a> <i>(87 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.JUniceRunner.html">JUniceRunner</a> <i>(94 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.MockEngineFactory.html">MockEngineFactory</a> <i>(66 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.mock.framework
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.framework.EasyMockFramework.html">EasyMockFramework</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.framework.MockitoFramework.html">MockitoFramework</a> <i>(100 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.framework.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.mock.guice
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.guice.MockMembersInjector.html">MockMembersInjector</a> <i>(83 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.guice.MockTypeListener.html">MockTypeListener</a> <i>(83 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.guice.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.mock
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.MockEngine.html">MockEngine</a> <i>(N/A)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.mock.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.test.reflection
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.AnnotationHandler.html">AnnotationHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.ClassHandler.html">ClassHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.ClassVisitor.html">ClassVisitor</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.FieldHandler.html">FieldHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.HandleException.html">HandleException</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.MethodHandler.html">MethodHandler</a> <i>(N/A)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles-org.apache.onami.test.reflection.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-sourcefiles.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-sourcefiles.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-sourcefiles.html (added)
+++ incubator/onami/site/test/cobertura/frame-sourcefiles.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,95 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+All Packages
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.AnnotationHandler.html">AnnotationHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.ClassHandler.html">ClassHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.ClassVisitor.html">ClassVisitor</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.framework.EasyMockFramework.html">EasyMockFramework</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.FieldHandler.html">FieldHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceInjectableClassHandler.html">GuiceInjectableClassHandler</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.GuiceMockModule.html">GuiceMockModule</a> <i>(87 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceModuleHandler.html">GuiceModuleHandler</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.GuiceModules.html">GuiceModules</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.GuiceProvidedModuleHandler.html">GuiceProvidedModuleHandler</a> <i>(90 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.GuiceProvidedModules.html">GuiceProvidedModules</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.HandleException.html">HandleException</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.JUniceRunner.html">JUniceRunner</a> <i>(94 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.reflection.MethodHandler.html">MethodHandler</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.Mock.html">Mock</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.MockEngine.html">MockEngine</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.MockEngineFactory.html">MockEngineFactory</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockFramework.html">MockFramework</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.MockFrameworkHandler.html">MockFrameworkHandler</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.handler.MockHandler.html">MockHandler</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.guice.MockMembersInjector.html">MockMembersInjector</a> <i>(83 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockObjType.html">MockObjType</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.annotation.MockType.html">MockType</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.guice.MockTypeListener.html">MockTypeListener</a> <i>(83 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.test.mock.framework.MockitoFramework.html">MockitoFramework</a> <i>(100 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html (added)
+++ incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,53 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.test.annotation</h5>
+<div class="separator">&nbsp;</div>
+<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.onami.test.annotation.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.annotation.html"'>org.apache.onami.test.annotation</a></td><td class="value">7</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">7/8</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span><
 /div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<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.onami.test.annotation.GuiceModules.html">GuiceModules</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;
 ">N/A</a></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.onami.test.annotation.GuiceProvidedModules.html">GuiceProvidedModules</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'
 ); return false;">N/A</a></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.onami.test.annotation.Mock.html">Mock</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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.onami.test.annotation.Mock.html">Mock$NoAnnotation</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/1</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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.onami.test.annotation.MockFramework.html">MockFramework</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return fals
 e;">N/A</a></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.onami.test.annotation.MockObjType.html">MockObjType</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">5/5</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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.onami.test.annotation.MockType.html">MockType</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">2/2</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["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.4.1 on 07/12/12 22:26.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.annotation.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html (added)
+++ incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,52 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.test.handler</h5>
+<div class="separator">&nbsp;</div>
+<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.onami.test.handler.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.handler.html"'>org.apache.onami.test.handler</a></td><td class="value">7</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">84 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:84px"><span class="text">92/109</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">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">42/56</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.066666666666666;</span>4,067</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<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.onami.test.handler.GuiceInjectableClassHandler.html">GuiceInjectableClassHandler</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">12/12</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">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">6/8</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.handler.GuiceModuleHandler.html">GuiceModuleHandler</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">85 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:85px"><span class="text">12/14</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">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">4/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.3333333333333335;</span>2,333</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.handler.GuiceProvidedModuleHandler.html">GuiceProvidedModuleHandler</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">89 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:89px"><span class="text">25/28</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">83 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:83px"><span class="text">15/18</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+  <tr><td><a href="org.apache.onami.test.handler.GuiceProvidedModuleHandler.html">GuiceProvidedModuleHandler$1</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">1/1</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+  <tr><td><a href="org.apache.onami.test.handler.GuiceProvidedModuleHandler.html">GuiceProvidedModuleHandler$2</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">1/1</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.handler.MockFrameworkHandler.html">MockFrameworkHandler</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">88 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:88px"><span class="text">8/9</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">33 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:33px"><span class="text">2/6</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.handler.MockHandler.html">MockHandler</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">33/44</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">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">15/20</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.5;</span>6,5</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["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.4.1 on 07/12/12 22:26.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.handler.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html (added)
+++ incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.test</h5>
+<div class="separator">&nbsp;</div>
+<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.onami.test.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.html"'>org.apache.onami.test</a></td><td class="value">6</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">91 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:91px"><span class="text">157/171</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">88 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:88px"><span class="text">79/89</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.6;</span>4,6</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.annotation.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.annotation.html"'>org.apache.onami.test.annotation</a></td><td class="value">7</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">7/8</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span><
 /div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.handler.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.handler.html"'>org.apache.onami.test.handler</a></td><td class="value">7</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">84 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:84px"><span class="text">92/109</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">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">42/56</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.066666666666666;</span>4,067</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.mock.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.html"'>org.apache.onami.test.mock</a></td><td class="value">1</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div
  class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.mock.framework.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.framework.html"'>org.apache.onami.test.mock.framework</a></td><td class="value">3</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">92 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:92px"><span class="text">13/14</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">3/7</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.mock.guice.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.guice.html"'>org.apache.onami.test.mock.guice</a></td><td class="value">3</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">83 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:83px"><span class="text">20/24</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span
 ></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6;</span>1,6</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.test.reflection.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.reflection.html"'>org.apache.onami.test.reflection</a></td><td class="value">6</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">76 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:76px"><span class="text">20/26</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">92 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:92px"><span class="text">13/14</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.0;</span>2</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<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.onami.test.GuiceMockModule.html">GuiceMockModule</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">43/49</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">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">28/32</span></div></div></td></tr></table></td><td class="value"><span class="hidden">7.0;</span>7</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.JUniceRunner.html">JUniceRunner</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">94 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:94px"><span class="text">101/107</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">90 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:90px"><span class="text">45/50</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.8181818181818183;</span>3,818</td></tr>
+  <tr><td><a href="org.apache.onami.test.JUniceRunner.html">JUniceRunner$1</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">6/6</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">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">4/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.8181818181818183;</span>3,818</td></tr>
+  <tr><td><a href="org.apache.onami.test.JUniceRunner.html">JUniceRunner$2</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">3/3</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.8181818181818183;</span>3,818</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.MockEngineFactory.html">MockEngineFactory</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">60 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:60px"><span class="text">3/5</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">2/3</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.0;</span>6</td></tr>
+  <tr><td><a href="org.apache.onami.test.MockEngineFactory.html">MockEngineFactory$1</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">1/1</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.0;</span>6</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["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.4.1 on 07/12/12 22:26.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html (added)
+++ incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.test.mock.framework</h5>
+<div class="separator">&nbsp;</div>
+<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.onami.test.mock.framework.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.framework.html"'>org.apache.onami.test.mock.framework</a></td><td class="value">3</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">92 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:92px"><span class="text">13/14</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">3/7</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<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.onami.test.mock.framework.EasyMockFramework.html">EasyMockFramework</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">7/8</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">40 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:40px"><span class="text">2/5</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.0;</span>5</td></tr>
+  <tr><td><a href="org.apache.onami.test.mock.framework.EasyMockFramework.html">EasyMockFramework$1</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">1/1</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.0;</span>5</td></tr>
+
+  <tr><td><a href="org.apache.onami.test.mock.framework.MockitoFramework.html">MockitoFramework</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">5/5</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">50 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">1/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["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.4.1 on 07/12/12 22:26.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.framework.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html?rev=1418489&view=auto
==============================================================================
--- incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html (added)
+++ incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html Fri Dec  7 21:33:08 2012
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.test.mock.guice</h5>
+<div class="separator">&nbsp;</div>
+<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.onami.test.mock.guice.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.test.mock.guice.html"'>org.apache.onami.test.mock.guice</a></td><td class="value">3</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">83 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:83px"><span class="text">20/24</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span
 ></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6;</span>1,6</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<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.onami.test.mock.guice.MockMembersInjector.html">MockMembersInjector</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">83 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:83px"><span class="text">10/12</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></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.onami.test.mock.guice.MockTypeListener.html">MockTypeListener</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">7/9</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.3333333333333333;</span>1,333</td></tr>
+  <tr><td><a href="org.apache.onami.test.mock.guice.MockTypeListener.html">MockTypeListener$1</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">3/3</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"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.3333333333333333;</span>1,333</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["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.4.1 on 07/12/12 22:26.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/test/cobertura/frame-summary-org.apache.onami.test.mock.guice.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision