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/03 01:01:54 UTC

svn commit: r1416315 [7/19] - in /incubator/onami/site/spi: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/apache/onam...

Added: incubator/onami/site/spi/cobertura/coverage.xml
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/coverage.xml?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/coverage.xml (added)
+++ incubator/onami/site/spi/cobertura/coverage.xml Mon Dec  3 00:01:42 2012
@@ -0,0 +1,729 @@
+<?xml version="1.0"?>
+<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
+
+<coverage line-rate="0.7622377622377622" branch-rate="0.6904761904761905" lines-covered="109" lines-valid="143" branches-covered="29" branches-valid="42" complexity="1.8181818181818181" version="1.9.4.1" timestamp="1354492649583">
+	<sources>
+		<source>--source</source>
+		<source>/Users/olamy/dev/sources/apache/onami/spi/src/main/java</source>
+	</sources>
+	<packages>
+		<package name="org.apache.onami.spi" line-rate="0.7622377622377622" branch-rate="0.6904761904761905" complexity="1.9230769230769231">
+			<classes>
+				<class name="org.apache.onami.spi.AbstractServiceClassIterator" filename="org/apache/onami/spi/AbstractServiceClassIterator.java" line-rate="0.75" branch-rate="0.8333333333333334" complexity="3.6666666666666665">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/lang/Class;Ljava/lang/ClassLoader;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="49" hits="3" branch="false"/>
+								<line number="54" hits="3" branch="false"/>
+								<line number="63" hits="3" branch="false"/>
+								<line number="64" hits="3" branch="false"/>
+								<line number="65" hits="3" branch="false"/>
+								<line number="66" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="hasNext" signature="()Z" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="74" hits="10" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="76" hits="4" branch="false"/>
+								<line number="79" hits="9" branch="true" condition-coverage="100 % (4/4)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+										<condition number="1" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="81" hits="5" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="83" hits="2" branch="false"/>
+								<line number="85" hits="3" branch="false"/>
+								<line number="88" hits="4" branch="false"/>
+								<line number="89" hits="4" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Ljava/lang/Class;" line-rate="0.5" branch-rate="0.5">
+							<lines>
+								<line number="112" hits="4" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="114" hits="0" branch="false"/>
+								<line number="116" hits="4" branch="false"/>
+								<line number="117" hits="4" branch="false"/>
+								<line number="120" hits="4" branch="false"/>
+								<line number="121" hits="4" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="123" hits="0" branch="false"/>
+								<line number="126" hits="4" branch="false"/>
+								<line number="128" hits="0" branch="false"/>
+								<line number="130" hits="0" branch="false"/>
+								<line number="132" hits="0" branch="false"/>
+								<line number="134" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Ljava/lang/Object;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="32" hits="4" branch="false"/>
+							</lines>
+						</method>
+						<method name="remove" signature="()V" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="145" hits="0" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="32" hits="4" branch="false"/>
+						<line number="49" hits="3" branch="false"/>
+						<line number="54" hits="3" branch="false"/>
+						<line number="63" hits="3" branch="false"/>
+						<line number="64" hits="3" branch="false"/>
+						<line number="65" hits="3" branch="false"/>
+						<line number="66" hits="3" branch="false"/>
+						<line number="74" hits="10" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="76" hits="4" branch="false"/>
+						<line number="79" hits="9" branch="true" condition-coverage="100 % (4/4)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+								<condition number="1" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="81" hits="5" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="83" hits="2" branch="false"/>
+						<line number="85" hits="3" branch="false"/>
+						<line number="88" hits="4" branch="false"/>
+						<line number="89" hits="4" branch="false"/>
+						<line number="112" hits="4" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="114" hits="0" branch="false"/>
+						<line number="116" hits="4" branch="false"/>
+						<line number="117" hits="4" branch="false"/>
+						<line number="120" hits="4" branch="false"/>
+						<line number="121" hits="4" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="123" hits="0" branch="false"/>
+						<line number="126" hits="4" branch="false"/>
+						<line number="128" hits="0" branch="false"/>
+						<line number="130" hits="0" branch="false"/>
+						<line number="132" hits="0" branch="false"/>
+						<line number="134" hits="0" branch="false"/>
+						<line number="145" hits="0" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.GuiceServiceLoader" filename="org/apache/onami/spi/GuiceServiceLoader.java" line-rate="0.5" branch-rate="1.0" complexity="1.4444444444444444">
+					<methods>
+						<method name="&lt;init&gt;" signature="()V" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="33" hits="0" branch="false"/>
+								<line number="92" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadInstalledModules" signature="()Ljava/lang/Iterable;" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="64" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadModules" signature="()Ljava/lang/Iterable;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="43" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadModules" signature="(Ljava/lang/ClassLoader;)Ljava/lang/Iterable;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="54" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="wrap" signature="(Ljava/util/Iterator;)Ljava/lang/Iterable;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="75" hits="1" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="33" hits="0" branch="false"/>
+						<line number="43" hits="1" branch="false"/>
+						<line number="54" hits="1" branch="false"/>
+						<line number="64" hits="0" branch="false"/>
+						<line number="75" hits="1" branch="false"/>
+						<line number="92" hits="0" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.GuiceServiceLoader$1" filename="org/apache/onami/spi/GuiceServiceLoader.java" line-rate="1.0" branch-rate="1.0" complexity="1.4444444444444444">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/util/Iterator;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="76" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="iterator" signature="()Ljava/util/Iterator;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="83" hits="1" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="76" hits="1" branch="false"/>
+						<line number="83" hits="1" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.GuiceServiceLoader$ModulesIterator" filename="org/apache/onami/spi/GuiceServiceLoader.java" line-rate="0.7" branch-rate="1.0" complexity="1.4444444444444444">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/util/Iterator;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="108" hits="1" branch="false"/>
+								<line number="109" hits="1" branch="false"/>
+								<line number="110" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="hasNext" signature="()Z" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="117" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Lcom/google/inject/Module;" line-rate="0.5" branch-rate="1.0">
+							<lines>
+								<line number="125" hits="1" branch="false"/>
+								<line number="128" hits="1" branch="false"/>
+								<line number="130" hits="0" branch="false"/>
+								<line number="132" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Ljava/lang/Object;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="92" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="remove" signature="()V" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="142" hits="0" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="92" hits="1" branch="false"/>
+						<line number="108" hits="1" branch="false"/>
+						<line number="109" hits="1" branch="false"/>
+						<line number="110" hits="1" branch="false"/>
+						<line number="117" hits="2" branch="false"/>
+						<line number="125" hits="1" branch="false"/>
+						<line number="128" hits="1" branch="false"/>
+						<line number="130" hits="0" branch="false"/>
+						<line number="132" hits="0" branch="false"/>
+						<line number="142" hits="0" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.PropertyServiceClassIterator" filename="org/apache/onami/spi/PropertyServiceClassIterator.java" line-rate="1.0" branch-rate="1.0" complexity="1.1666666666666667">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/lang/Class;Ljava/lang/ClassLoader;Ljava/lang/String;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="45" hits="1" branch="false"/>
+								<line number="56" hits="1" branch="false"/>
+								<line number="57" hits="1" branch="false"/>
+								<line number="58" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="access$000" signature="(Lorg/apache/onami/spi/PropertyServiceClassIterator;)Ljava/lang/String;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="28" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="getPendingNames" signature="()Ljava/util/Iterator;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="75" hits="1" branch="false"/>
+								<line number="76" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="hasMorePendingNames" signature="()Z" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="66" hits="2" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="28" hits="1" branch="false"/>
+						<line number="45" hits="1" branch="false"/>
+						<line number="56" hits="1" branch="false"/>
+						<line number="57" hits="1" branch="false"/>
+						<line number="58" hits="1" branch="false"/>
+						<line number="66" hits="2" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="75" hits="1" branch="false"/>
+						<line number="76" hits="1" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.PropertyServiceClassIterator$1" filename="org/apache/onami/spi/PropertyServiceClassIterator.java" line-rate="0.8" branch-rate="1.0" complexity="1.1666666666666667">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Lorg/apache/onami/spi/PropertyServiceClassIterator;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="79" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="hasNext" signature="()Z" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="84" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Ljava/lang/Object;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="77" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="next" signature="()Ljava/lang/String;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="90" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="remove" signature="()V" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="96" hits="0" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="77" hits="3" branch="false"/>
+						<line number="79" hits="1" branch="false"/>
+						<line number="84" hits="3" branch="false"/>
+						<line number="90" hits="2" branch="false"/>
+						<line number="96" hits="0" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.ServiceLoader" filename="org/apache/onami/spi/ServiceLoader.java" line-rate="0.5833333333333334" branch-rate="0.5" complexity="1.6666666666666667">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/lang/Class;Ljava/lang/ClassLoader;)V" line-rate="0.8333333333333334" branch-rate="1.0">
+							<lines>
+								<line number="109" hits="3" branch="false"/>
+								<line number="110" hits="3" branch="false"/>
+								<line number="112" hits="3" branch="false"/>
+								<line number="114" hits="3" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="116" hits="1" branch="false"/>
+								<line number="120" hits="2" branch="false"/>
+								<line number="123" hits="2" branch="false"/>
+								<line number="124" hits="2" branch="false"/>
+								<line number="126" hits="0" branch="false"/>
+								<line number="128" hits="0" branch="false"/>
+								<line number="130" hits="2" branch="false"/>
+								<line number="132" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="iterator" signature="()Ljava/util/Iterator;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="141" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="load" signature="(Ljava/lang/Class;)Lorg/apache/onami/spi/ServiceLoader;" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="54" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="load" signature="(Ljava/lang/Class;Ljava/lang/ClassLoader;)Lorg/apache/onami/spi/ServiceLoader;" line-rate="1.0" branch-rate="0.5">
+							<lines>
+								<line number="67" hits="3" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="68" hits="3" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="70" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadInstalled" signature="(Ljava/lang/Class;)Lorg/apache/onami/spi/ServiceLoader;" line-rate="0.0" branch-rate="0.0">
+							<lines>
+								<line number="82" hits="0" branch="false"/>
+								<line number="83" hits="0" branch="false"/>
+								<line number="84" hits="0" branch="true" condition-coverage="0 % (0/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="0 %"/>
+									</conditions>
+								</line>
+								<line number="86" hits="0" branch="false"/>
+								<line number="87" hits="0" branch="false"/>
+								<line number="89" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="toString" signature="()Ljava/lang/String;" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="150" hits="0" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="54" hits="0" branch="false"/>
+						<line number="67" hits="3" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="68" hits="3" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="70" hits="3" branch="false"/>
+						<line number="82" hits="0" branch="false"/>
+						<line number="83" hits="0" branch="false"/>
+						<line number="84" hits="0" branch="true" condition-coverage="0 % (0/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="0 %"/>
+							</conditions>
+						</line>
+						<line number="86" hits="0" branch="false"/>
+						<line number="87" hits="0" branch="false"/>
+						<line number="89" hits="0" branch="false"/>
+						<line number="109" hits="3" branch="false"/>
+						<line number="110" hits="3" branch="false"/>
+						<line number="112" hits="3" branch="false"/>
+						<line number="114" hits="3" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="116" hits="1" branch="false"/>
+						<line number="120" hits="2" branch="false"/>
+						<line number="123" hits="2" branch="false"/>
+						<line number="124" hits="2" branch="false"/>
+						<line number="126" hits="0" branch="false"/>
+						<line number="128" hits="0" branch="false"/>
+						<line number="130" hits="2" branch="false"/>
+						<line number="132" hits="3" branch="false"/>
+						<line number="141" hits="3" branch="false"/>
+						<line number="150" hits="0" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.ServiceLoaderModule" filename="org/apache/onami/spi/ServiceLoaderModule.java" line-rate="1.0" branch-rate="0.5" complexity="1.7142857142857142">
+					<methods>
+						<method name="&lt;init&gt;" signature="()V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="44" hits="2" branch="false"/>
+								<line number="65" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="bindService" signature="(Ljava/lang/Class;)Lorg/apache/onami/spi/binder/FromClassLoaderBuilder;" line-rate="1.0" branch-rate="0.5">
+							<lines>
+								<line number="56" hits="2" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="57" hits="2" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="44" hits="2" branch="false"/>
+						<line number="56" hits="2" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="57" hits="2" branch="false"/>
+						<line number="65" hits="2" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.ServiceLoaderModule$DefaultServiceBuilder" filename="org/apache/onami/spi/ServiceLoaderModule.java" line-rate="0.7037037037037037" branch-rate="0.5" complexity="1.7142857142857142">
+					<methods>
+						<method name="&lt;init&gt;" signature="(Ljava/lang/Class;Lcom/google/inject/Binder;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="78" hits="2" branch="false"/>
+								<line number="79" hits="2" branch="false"/>
+								<line number="80" hits="2" branch="false"/>
+								<line number="82" hits="2" branch="false"/>
+								<line number="83" hits="2" branch="false"/>
+								<line number="84" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="annotatedWith" signature="(Ljava/lang/Class;)Lorg/apache/onami/spi/binder/ServiceBuilder;" line-rate="0.0" branch-rate="1.0">
+							<lines>
+								<line number="91" hits="0" branch="false"/>
+								<line number="92" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="annotatedWith" signature="(Ljava/lang/annotation/Annotation;)Lorg/apache/onami/spi/binder/ServiceBuilder;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="100" hits="1" branch="false"/>
+								<line number="101" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="fromClassLoader" signature="(Ljava/lang/ClassLoader;)Lorg/apache/onami/spi/binder/AnnotatedServiceBuilder;" line-rate="0.0" branch-rate="0.0">
+							<lines>
+								<line number="109" hits="0" branch="true" condition-coverage="0 % (0/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="0 %"/>
+									</conditions>
+								</line>
+								<line number="111" hits="0" branch="false"/>
+								<line number="112" hits="0" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadingAllServices" signature="()V" line-rate="0.7777777777777778" branch-rate="0.6666666666666666">
+							<lines>
+								<line number="135" hits="1" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="137" hits="0" branch="false"/>
+								<line number="139" hits="1" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="141" hits="0" branch="false"/>
+								<line number="145" hits="1" branch="false"/>
+								<line number="148" hits="1" branch="false"/>
+								<line number="149" hits="3" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="151" hits="2" branch="false"/>
+								<line number="153" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="loadingFirstService" signature="()V" line-rate="0.8" branch-rate="0.5">
+							<lines>
+								<line number="120" hits="1" branch="false"/>
+								<line number="121" hits="1" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="123" hits="0" branch="false"/>
+								<line number="125" hits="1" branch="false"/>
+								<line number="126" hits="1" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="78" hits="2" branch="false"/>
+						<line number="79" hits="2" branch="false"/>
+						<line number="80" hits="2" branch="false"/>
+						<line number="82" hits="2" branch="false"/>
+						<line number="83" hits="2" branch="false"/>
+						<line number="84" hits="2" branch="false"/>
+						<line number="91" hits="0" branch="false"/>
+						<line number="92" hits="0" branch="false"/>
+						<line number="100" hits="1" branch="false"/>
+						<line number="101" hits="1" branch="false"/>
+						<line number="109" hits="0" branch="true" condition-coverage="0 % (0/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="0 %"/>
+							</conditions>
+						</line>
+						<line number="111" hits="0" branch="false"/>
+						<line number="112" hits="0" branch="false"/>
+						<line number="120" hits="1" branch="false"/>
+						<line number="121" hits="1" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="123" hits="0" branch="false"/>
+						<line number="125" hits="1" branch="false"/>
+						<line number="126" hits="1" branch="false"/>
+						<line number="135" hits="1" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="137" hits="0" branch="false"/>
+						<line number="139" hits="1" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="141" hits="0" branch="false"/>
+						<line number="145" hits="1" branch="false"/>
+						<line number="148" hits="1" branch="false"/>
+						<line number="149" hits="3" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="151" hits="2" branch="false"/>
+						<line number="153" hits="1" branch="false"/>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.URLServiceNamesIterator" filename="org/apache/onami/spi/URLServiceNamesIterator.java" line-rate="0.9310344827586207" branch-rate="0.875" complexity="2.2">
+					<methods>
+						<method name="&lt;clinit&gt;" signature="()V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="44" hits="1" branch="false"/>
+							</lines>
+						</method>
+						<method name="&lt;init&gt;" signature="(Ljava/lang/Class;Ljava/lang/ClassLoader;Ljava/util/Enumeration;)V" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="59" hits="2" branch="false"/>
+								<line number="60" hits="2" branch="false"/>
+								<line number="61" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="closeQuietly" signature="(Ljava/io/Closeable;)V" line-rate="0.8" branch-rate="0.5">
+							<lines>
+								<line number="144" hits="4" branch="true" condition-coverage="50 % (1/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="50 %"/>
+									</conditions>
+								</line>
+								<line number="148" hits="4" branch="false"/>
+								<line number="150" hits="0" branch="false"/>
+								<line number="153" hits="4" branch="false"/>
+								<line number="155" hits="4" branch="false"/>
+							</lines>
+						</method>
+						<method name="getPendingNames" signature="()Ljava/util/Iterator;" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="78" hits="2" branch="false"/>
+							</lines>
+						</method>
+						<method name="hasMorePendingNames" signature="()Z" line-rate="1.0" branch-rate="1.0">
+							<lines>
+								<line number="69" hits="3" branch="false"/>
+							</lines>
+						</method>
+						<method name="parseServiceFile" signature="(Ljava/net/URL;)Ljava/util/Iterator;" line-rate="0.9444444444444444" branch-rate="1.0">
+							<lines>
+								<line number="92" hits="2" branch="false"/>
+								<line number="96" hits="2" branch="false"/>
+								<line number="99" hits="2" branch="false"/>
+								<line number="104" hits="60" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="106" hits="58" branch="false"/>
+								<line number="107" hits="58" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="109" hits="41" branch="false"/>
+								<line number="111" hits="58" branch="false"/>
+								<line number="113" hits="58" branch="true" condition-coverage="100 % (2/2)">
+									<conditions>
+										<condition number="0" type="jump" coverage="100 %"/>
+									</conditions>
+								</line>
+								<line number="115" hits="3" branch="false"/>
+								<line number="117" hits="58" branch="false"/>
+								<line number="121" hits="2" branch="false"/>
+								<line number="122" hits="2" branch="false"/>
+								<line number="126" hits="2" branch="false"/>
+								<line number="127" hits="2" branch="false"/>
+								<line number="129" hits="0" branch="false"/>
+								<line number="132" hits="2" branch="false"/>
+								<line number="134" hits="2" branch="false"/>
+							</lines>
+						</method>
+					</methods>
+					<lines>
+						<line number="44" hits="1" branch="false"/>
+						<line number="59" hits="2" branch="false"/>
+						<line number="60" hits="2" branch="false"/>
+						<line number="61" hits="2" branch="false"/>
+						<line number="69" hits="3" branch="false"/>
+						<line number="78" hits="2" branch="false"/>
+						<line number="92" hits="2" branch="false"/>
+						<line number="96" hits="2" branch="false"/>
+						<line number="99" hits="2" branch="false"/>
+						<line number="104" hits="60" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="106" hits="58" branch="false"/>
+						<line number="107" hits="58" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="109" hits="41" branch="false"/>
+						<line number="111" hits="58" branch="false"/>
+						<line number="113" hits="58" branch="true" condition-coverage="100 % (2/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="100 %"/>
+							</conditions>
+						</line>
+						<line number="115" hits="3" branch="false"/>
+						<line number="117" hits="58" branch="false"/>
+						<line number="121" hits="2" branch="false"/>
+						<line number="122" hits="2" branch="false"/>
+						<line number="126" hits="2" branch="false"/>
+						<line number="127" hits="2" branch="false"/>
+						<line number="129" hits="0" branch="false"/>
+						<line number="132" hits="2" branch="false"/>
+						<line number="134" hits="2" branch="false"/>
+						<line number="144" hits="4" branch="true" condition-coverage="50 % (1/2)">
+							<conditions>
+								<condition number="0" type="jump" coverage="50 %"/>
+							</conditions>
+						</line>
+						<line number="148" hits="4" branch="false"/>
+						<line number="150" hits="0" branch="false"/>
+						<line number="153" hits="4" branch="false"/>
+						<line number="155" hits="4" branch="false"/>
+					</lines>
+				</class>
+			</classes>
+		</package>
+		<package name="org.apache.onami.spi.binder" line-rate="1.0" branch-rate="1.0" complexity="1.0">
+			<classes>
+				<class name="org.apache.onami.spi.binder.AnnotatedServiceBuilder" filename="org/apache/onami/spi/binder/AnnotatedServiceBuilder.java" line-rate="1.0" branch-rate="1.0" complexity="1.0">
+					<methods>
+					</methods>
+					<lines>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.binder.FromClassLoaderBuilder" filename="org/apache/onami/spi/binder/FromClassLoaderBuilder.java" line-rate="1.0" branch-rate="1.0" complexity="1.0">
+					<methods>
+					</methods>
+					<lines>
+					</lines>
+				</class>
+				<class name="org.apache.onami.spi.binder.ServiceBuilder" filename="org/apache/onami/spi/binder/ServiceBuilder.java" line-rate="1.0" branch-rate="1.0" complexity="1.0">
+					<methods>
+					</methods>
+					<lines>
+					</lines>
+				</class>
+			</classes>
+		</package>
+	</packages>
+</coverage>

Propchange: incubator/onami/site/spi/cobertura/coverage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/spi/cobertura/coverage.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/spi/cobertura/css/help.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/css/help.css?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/css/help.css (added)
+++ incubator/onami/site/spi/cobertura/css/help.css Mon Dec  3 00:01:42 2012
@@ -0,0 +1,22 @@
+dl {
+	float: left;
+	width: 100%;
+}
+
+dt {
+	border-top: 1px solid #808080;
+	float: left;
+	font-weight: bold;
+	margin: 0;
+	padding: 1em;
+	width: 20%;
+}
+
+dd {
+	border-top: 1px solid #808080;
+	float: left;
+	font-style: italic;
+	margin: 0;
+	padding: 1em;
+	width: 60%;
+}
\ No newline at end of file

Propchange: incubator/onami/site/spi/cobertura/css/help.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: incubator/onami/site/spi/cobertura/css/main.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/css/main.css?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/css/main.css (added)
+++ incubator/onami/site/spi/cobertura/css/main.css Mon Dec  3 00:01:42 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/spi/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: incubator/onami/site/spi/cobertura/css/sortabletable.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/css/sortabletable.css?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/css/sortabletable.css (added)
+++ incubator/onami/site/spi/cobertura/css/sortabletable.css Mon Dec  3 00:01:42 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/spi/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: incubator/onami/site/spi/cobertura/css/source-viewer.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/css/source-viewer.css?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/css/source-viewer.css (added)
+++ incubator/onami/site/spi/cobertura/css/source-viewer.css Mon Dec  3 00:01:42 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/spi/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: incubator/onami/site/spi/cobertura/css/tooltip.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/css/tooltip.css?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/css/tooltip.css (added)
+++ incubator/onami/site/spi/cobertura/css/tooltip.css Mon Dec  3 00:01:42 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/spi/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: incubator/onami/site/spi/cobertura/frame-packages.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-packages.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-packages.html (added)
+++ incubator/onami/site/spi/cobertura/frame-packages.html Mon Dec  3 00:01:42 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 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.spi.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.html"' target="summary">org.apache.onami.spi</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.spi.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.binder.html"' target="summary">org.apache.onami.spi.binder</a></td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.binder.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.binder.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.binder.html (added)
+++ incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.binder.html Mon Dec  3 00:01:42 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.spi.binder
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.AnnotatedServiceBuilder.html">AnnotatedServiceBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.FromClassLoaderBuilder.html">FromClassLoaderBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.ServiceBuilder.html">ServiceBuilder</a> <i>(N/A)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.html (added)
+++ incubator/onami/site/spi/cobertura/frame-sourcefiles-org.apache.onami.spi.html Mon Dec  3 00:01:42 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.spi
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.AbstractServiceClassIterator.html">AbstractServiceClassIterator</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.GuiceServiceLoader.html">GuiceServiceLoader</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.PropertyServiceClassIterator.html">PropertyServiceClassIterator</a> <i>(92 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.ServiceLoader.html">ServiceLoader</a> <i>(58 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.ServiceLoaderModule.html">ServiceLoaderModule</a> <i>(74 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.URLServiceNamesIterator.html">URLServiceNamesIterator</a> <i>(93 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-sourcefiles.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-sourcefiles.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-sourcefiles.html (added)
+++ incubator/onami/site/spi/cobertura/frame-sourcefiles.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,47 @@
+<!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.spi.AbstractServiceClassIterator.html">AbstractServiceClassIterator</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.AnnotatedServiceBuilder.html">AnnotatedServiceBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.FromClassLoaderBuilder.html">FromClassLoaderBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.GuiceServiceLoader.html">GuiceServiceLoader</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.PropertyServiceClassIterator.html">PropertyServiceClassIterator</a> <i>(92 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.binder.ServiceBuilder.html">ServiceBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.ServiceLoader.html">ServiceLoader</a> <i>(58 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.ServiceLoaderModule.html">ServiceLoaderModule</a> <i>(74 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.spi.URLServiceNamesIterator.html">URLServiceNamesIterator</a> <i>(93 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.binder.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.binder.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.binder.html (added)
+++ incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.binder.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,46 @@
+<!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.spi.binder</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.spi.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.binder.html"'>org.apache.onami.spi.binder</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"><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>
+</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.spi.binder.AnnotatedServiceBuilder.html">AnnotatedServiceBuilder</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">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.binder.FromClassLoaderBuilder.html">FromClassLoaderBuilder</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">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.binder.ServiceBuilder.html">ServiceBuilder</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">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 03/12/12 00:57.</div>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.html (added)
+++ incubator/onami/site/spi/cobertura/frame-summary-org.apache.onami.spi.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,57 @@
+<!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.spi</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.spi.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.html"'>org.apache.onami.spi</a></td><td class="value">10</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">109/143</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">69 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:69px"><span class="text">29/42</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.9230769230769231;</span>1,923</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.spi.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.binder.html"'>org.apache.onami.spi.binder</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"><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>
+</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.spi.AbstractServiceClassIterator.html">AbstractServiceClassIterator</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">21/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">10/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.6666666666666665;</span>3,667</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.GuiceServiceLoader.html">GuiceServiceLoader</a></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">3/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"><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.4444444444444444;</span>1,444</td></tr>
+  <tr><td><a href="org.apache.onami.spi.GuiceServiceLoader.html">GuiceServiceLoader$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">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">1.4444444444444444;</span>1,444</td></tr>
+  <tr><td><a href="org.apache.onami.spi.GuiceServiceLoader.html">GuiceServiceLoader$ModulesIterator</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">70 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:70px"><span class="text">7/10</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.4444444444444444;</span>1,444</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.PropertyServiceClassIterator.html">PropertyServiceClassIterator</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">8/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">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 class="value"><span class="hidden">1.1666666666666667;</span>1,167</td></tr>
+  <tr><td><a href="org.apache.onami.spi.PropertyServiceClassIterator.html">PropertyServiceClassIterator$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">80 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:80px"><span class="text">4/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">1.1666666666666667;</span>1,167</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.ServiceLoader.html">ServiceLoader</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">58 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:58px"><span class="text">14/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">50 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">4/8</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6666666666666667;</span>1,667</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.ServiceLoaderModule.html">ServiceLoaderModule</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">4/4</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.7142857142857142;</span>1,714</td></tr>
+  <tr><td><a href="org.apache.onami.spi.ServiceLoaderModule.html">ServiceLoaderModule$DefaultServiceBuilder</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">70 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:70px"><span class="text">19/27</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">5/10</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.7142857142857142;</span>1,714</td></tr>
+
+  <tr><td><a href="org.apache.onami.spi.URLServiceNamesIterator.html">URLServiceNamesIterator</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">27/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">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 class="value"><span class="hidden">2.2;</span>2,2</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 03/12/12 00:57.</div>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/frame-summary.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/frame-summary.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/frame-summary.html (added)
+++ incubator/onami/site/spi/cobertura/frame-summary.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,31 @@
+<!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 - All Packages</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><b>All Packages</b></td><td class="value">13</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">109/143</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">69 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:69px"><span class="text">29/42</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.8181818181818181;</span>1,818</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.spi.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.html"'>org.apache.onami.spi</a></td><td class="value">10</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">109/143</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">69 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:69px"><span class="text">29/42</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.9230769230769231;</span>1,923</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.spi.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.spi.binder.html"'>org.apache.onami.spi.binder</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"><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>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["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.4.1 on 03/12/12 00:57.</div>
+</body>
+</html>
\ No newline at end of file

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

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

Added: incubator/onami/site/spi/cobertura/help.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/help.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/help.html (added)
+++ incubator/onami/site/spi/cobertura/help.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<title>Coverage Report - Help</title>
+</head>
+
+<body>
+
+<dl>
+
+<dt>Line Coverage</dt>
+<dd>The percent of lines executed by this test run.</dd>
+
+<dt>Branch Coverage</dt>
+<dd>The percent of branches executed by this test run.</dd>
+
+<dt>Complexity</dt>
+<dd>Average McCabe's cyclomatic code complexity for all methods.  This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd>
+
+<dt>N/A</dt>
+<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file.  This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd>
+
+</dl>
+
+</body>
+
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/spi/cobertura/help.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/spi/cobertura/help.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/spi/cobertura/images/blank.png
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/images/blank.png?rev=1416315&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/onami/site/spi/cobertura/images/blank.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/onami/site/spi/cobertura/images/downsimple.png
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/images/downsimple.png?rev=1416315&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/onami/site/spi/cobertura/images/downsimple.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/onami/site/spi/cobertura/images/upsimple.png
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/images/upsimple.png?rev=1416315&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/onami/site/spi/cobertura/images/upsimple.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/onami/site/spi/cobertura/index.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/index.html?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/index.html (added)
+++ incubator/onami/site/spi/cobertura/index.html Mon Dec  3 00:01:42 2012
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.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>
+</head>
+
+<frameset cols="20%,80%">
+	<frameset rows="30%,70%">
+		<frame src="frame-packages.html" name="packageList" title="All Packages"/>
+		<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
+	</frameset>
+	<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
+
+	<noframes>
+		<body>
+			<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
+			<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
+		</body>
+	</noframes>
+</frameset>
+
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/spi/cobertura/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/spi/cobertura/index.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/spi/cobertura/js/customsorttypes.js
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/js/customsorttypes.js?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/js/customsorttypes.js (added)
+++ incubator/onami/site/spi/cobertura/js/customsorttypes.js Mon Dec  3 00:01:42 2012
@@ -0,0 +1,65 @@
+/*
+ * Cobertura - http://cobertura.sourceforge.net/
+ *
+ * Copyright (C) 2005 Mark Doliner
+ * Copyright (C) 2005 Olivier Parent
+ *
+ * Cobertura is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2 of the License,
+ * or (at your option) any later version.
+ *
+ * Cobertura is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Cobertura; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
+
+
+function percentageSortType( s )
+{
+	var ret;
+	var i = s.indexOf( "%" );
+
+	if (i != -1) {
+		s = s.substr( 0, i );
+	}
+	ret = parseFloat(s);
+	if (isNaN(ret)) {
+		ret = -1;
+	}
+
+	return ret;
+}
+
+SortableTable.prototype.addSortType( "Percentage", percentageSortType );
+
+
+
+// This is needed for correctly sorting numbers in different
+// locales.  The stock number converter only expects to sort
+// numbers which use a period as a separator instead of a
+// comma (like French).
+function formattedNumberSortType( s )
+{
+	var ret;
+	var i = s.indexOf(';');
+
+	if (i != -1) {
+		s = s.substring(0, i);
+	}
+	ret = parseFloat(s);
+	if (isNaN(ret)) {
+		return -1;
+	}
+
+	return ret;
+}
+
+SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType );
\ No newline at end of file

Propchange: incubator/onami/site/spi/cobertura/js/customsorttypes.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/spi/cobertura/js/customsorttypes.js
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/spi/cobertura/js/popup.js
URL: http://svn.apache.org/viewvc/incubator/onami/site/spi/cobertura/js/popup.js?rev=1416315&view=auto
==============================================================================
--- incubator/onami/site/spi/cobertura/js/popup.js (added)
+++ incubator/onami/site/spi/cobertura/js/popup.js Mon Dec  3 00:01:42 2012
@@ -0,0 +1,8 @@
+var newwindow;
+function popupwindow(url)
+{
+	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
+	if (window.focus) {
+		newwindow.focus()
+	}
+}
\ No newline at end of file

Propchange: incubator/onami/site/spi/cobertura/js/popup.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/spi/cobertura/js/popup.js
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision