EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][javax.measure.unit]

COVERAGE SUMMARY FOR SOURCE FILE [DerivedUnit.java]

nameclass, %method, %block, %line, %
DerivedUnit.java0%   (0/1)0%   (0/1)0%   (0/3)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DerivedUnit0%   (0/1)0%   (0/1)0%   (0/3)0%   (0/2)
DerivedUnit (): void 0%   (0/1)0%   (0/3)0%   (0/2)

1/*
2 * JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
3 * Copyright (C) 2006 - JScience (http://jscience.org/)
4 * All rights reserved.
5 * 
6 * Permission to use, copy, modify, and distribute this software is
7 * freely granted, provided that this notice is preserved.
8 */
9package javax.measure.unit;
10 
11import javax.measure.quantity.Quantity;
12 
13/**
14 * <p> This class identifies the units created by combining or transforming
15 *     other units.</p>
16 *
17 * @author  <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
18 * @version 3.1, April 22, 2006
19 */
20public abstract class DerivedUnit<Q extends Quantity> extends Unit<Q> {
21 
22    /**
23     * Default constructor.
24     */
25    protected DerivedUnit() {
26    }
27}

[all classes][javax.measure.unit]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov