EMMA Coverage Report (generated Mon Oct 04 21:03:19 MDT 2004)
[all classes][biz.xsoftware.buildtemplate]

COVERAGE SUMMARY FOR SOURCE FILE [ExitImpl.java]

nameclass, %method, %block, %line, %
ExitImpl.java100% (1/1)50%  (1/2)50%  (3/6)50%  (2/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class ExitImpl100% (1/1)50%  (1/2)50%  (3/6)50%  (2/4)
exit (int): void 0%   (0/1)0%   (0/3)0%   (0/2)
ExitImpl (): void 100% (1/1)100% (3/3)100% (2/2)

1/*
2 * Created on Sep 12, 2004
3 *
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
6 */
7package biz.xsoftware.buildtemplate;
8 
9/**
10 * @author Dean Hiller
11 *
12 * TODO To change the template for this generated type comment go to
13 * Window - Preferences - Java - Code Style - Code Templates
14 */
15public class ExitImpl implements Exit {
16 
17        /**
18         * 
19         */
20        public ExitImpl() {
21                super();
22        }
23 
24        /* (non-Javadoc)
25         * @see biz.xsoftware.buildtemplate.Exit#exit(int)
26         */
27        public void exit(int code) {
28                System.exit(code);
29        }
30 
31}

[all classes][biz.xsoftware.buildtemplate]
EMMA 2.0.4217 (C) Vladimir Roubtsov