EMMA Coverage Report (generated Wed Jun 28 22:15:27 PDT 2006) |
---|
[all classes][org.apache.derby.iapi.services.sanity] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
SanityManager.java | 100% (1/1) | 58% (11/19) | 50% (136/272) | 55% (42/77) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class SanityManager | 100% (1/1) | 58% (11/19) | 50% (136/272) | 55% (42/77) |
<static initializer> | 100% (1/1) | 100% (14/14) | 100% (4/4) | |
ASSERT (boolean): void | 100% (1/1) | 87% (13/15) | 83% (5/6) | |
ASSERT (boolean, String): void | 100% (1/1) | 91% (20/22) | 83% (5/6) | |
DEBUG (String, String): void | 100% (1/1) | 100% (7/7) | 100% (3/3) | |
DEBUG_ALL_OFF (): void | 0% (0/1) | 0% (0/5) | 0% (0/3) | |
DEBUG_ALL_ON (): void | 0% (0/1) | 0% (0/5) | 0% (0/3) | |
DEBUG_CLEAR (String): void | 100% (1/1) | 57% (13/23) | 80% (4/5) | |
DEBUG_ON (String): boolean | 100% (1/1) | 56% (23/41) | 75% (6/8) | |
DEBUG_PRINT (String, String): void | 100% (1/1) | 100% (19/19) | 100% (4/4) | |
DEBUG_SET (String): void | 100% (1/1) | 57% (13/23) | 80% (4/5) | |
GET_DEBUG_STREAM (): PrintWriter | 100% (1/1) | 100% (2/2) | 100% (1/1) | |
NOTREACHED (): void | 0% (0/1) | 0% (0/3) | 0% (0/2) | |
SET_DEBUG_STREAM (PrintWriter): void | 100% (1/1) | 100% (3/3) | 100% (2/2) | |
SanityManager (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
THROWASSERT (String): void | 0% (0/1) | 0% (0/19) | 0% (0/4) | |
THROWASSERT (String, Throwable): void | 0% (0/1) | 0% (0/23) | 0% (0/5) | |
THROWASSERT (Throwable): void | 0% (0/1) | 0% (0/23) | 0% (0/5) | |
showTrace (AssertFailure): void | 0% (0/1) | 0% (0/13) | 0% (0/6) | |
showTrace (Throwable): void | 100% (1/1) | 100% (9/9) | 100% (4/4) |
1 | /* |
2 | |
3 | Derby - Class org.apache.derby.iapi.services.sanity.SanityManager |
4 | |
5 | Copyright 1997, 2006 The Apache Software Foundation or its licensors, as applicable. |
6 | |
7 | Licensed under the Apache License, Version 2.0 (the "License"); |
8 | you may not use this file except in compliance with the License. |
9 | You may obtain a copy of the License at |
10 | |
11 | http://www.apache.org/licenses/LICENSE-2.0 |
12 | |
13 | Unless required by applicable law or agreed to in writing, software |
14 | distributed under the License is distributed on an "AS IS" BASIS, |
15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 | See the License for the specific language governing permissions and |
17 | limitations under the License. |
18 | |
19 | */ |
20 | |
21 | package org.apache.derby.iapi.services.sanity; |
22 | |
23 | /** |
24 | * A refactoring wrapper around the new shared location for SanityManager |
25 | */ |
26 | public class SanityManager |
27 | extends org.apache.derby.shared.common.sanity.SanityManager |
28 | { |
29 | } |
[all classes][org.apache.derby.iapi.services.sanity] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |