EMMA Coverage Report (generated Mon Jul 24 20:22:52 CDT 2006)
[all classes][com.mysql.jdbc]

COVERAGE SUMMARY FOR SOURCE FILE [DocsConnectionPropsHelper.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DocsConnectionPropsHelper0%   (0/1)0%   (0/2)0%   (0/10)0%   (0/3)
DocsConnectionPropsHelper (): void 0%   (0/1)0%   (0/3)0%   (0/1)
main (String []): void 0%   (0/1)0%   (0/7)0%   (0/2)

1/*
2 * Created on Jan 12, 2004
3 *
4 * To change the template for this generated file go to
5 * Window - Preferences - Java - Code Generation - Code and Comments
6 */
7package com.mysql.jdbc;
8 
9/**
10 * @author mmatthew
11 * 
12 * To change the template for this generated type comment go to Window -
13 * Preferences - Java - Code Generation - Code and Comments
14 */
15public class DocsConnectionPropsHelper extends ConnectionProperties {
16 
17        public static void main(String[] args) throws Exception {
18                System.out.println(new DocsConnectionPropsHelper().exposeAsXml());
19        }
20}

[all classes][com.mysql.jdbc]
EMMA 2.0.4217 (C) Vladimir Roubtsov