EMMA Coverage Report (generated Sat Apr 29 12:52:00 BST 2006)
[all classes][net.sourceforge.pseudoq.generation]

COVERAGE SUMMARY FOR SOURCE FILE [GenerationStyleEnum.java]

nameclass, %method, %block, %line, %
GenerationStyleEnum.java100% (1/1)50%  (2/4)48%  (29/61)82%  (2.5/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class GenerationStyleEnum100% (1/1)50%  (2/4)48%  (29/61)82%  (2.5/3)
valueOf (String): GenerationStyleEnum 0%   (0/1)0%   (0/28)0%   (0/1)
values (): GenerationStyleEnum [] 0%   (0/1)0%   (0/4)0%   (0/1)
<static initializer> 100% (1/1)100% (24/24)100% (3/3)
GenerationStyleEnum (String, int): void 100% (1/1)100% (5/5)100% (1/1)

1/*
2 * Copyright (c) 2005 The PseudoQ Project.
3 *
4 * This file is part of PseudoQ.
5 *
6 * PseudoQ is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as published by
8 * the Free Software Foundation; either version 2.1 of the License, or
9 * (at your option) any later version.
10 *
11 * PseudoQ is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with PseudoQ; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 */
20 
21package net.sourceforge.pseudoq.generation;
22 
23/**
24 * Enumeration of supported generation styles.
25 * @author <a href="http://sourceforge.net/users/stevensa">Andrew Stevens</a>
26 */
27public enum GenerationStyleEnum {
28    RANDOM,
29    RANDOM_SYMMETRICAL;
30}

[all classes][net.sourceforge.pseudoq.generation]
EMMA 2.0.5312 (C) Vladimir Roubtsov