Clover coverage report - net.sourceforge.astyleclipse Coverage Report
Coverage timestamp: 星期六 九月 23 2006 23:19:47 CST
file stats: LOC: 31   Methods: 6
NCLOC: 22   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
TestASStreamIterator.java - 100% 100% 100%
coverage
 1    package net.sourceforge.astyleclipse.astyle;
 2   
 3    import junit.framework.TestCase;
 4   
 5    public class TestASStreamIterator extends TestCase {
 6   
 7  4 protected void setUp() throws Exception {
 8  4 super.setUp();
 9    }
 10   
 11  4 protected void tearDown() throws Exception {
 12  4 super.tearDown();
 13    }
 14   
 15  1 public void testASStreamIteratorInputStream() {
 16  1 fail("Not yet implemented");
 17    }
 18   
 19  1 public void testASStreamIteratorReader() {
 20  1 fail("Not yet implemented");
 21    }
 22   
 23  1 public void testHasMoreLines() {
 24  1 fail("Not yet implemented");
 25    }
 26   
 27  1 public void testNextLine() {
 28  1 fail("Not yet implemented");
 29    }
 30   
 31    }