Clover coverage report - net.sourceforge.astyleclipse Coverage Report
Coverage timestamp: 星期六 九月 23 2006 23:19:47 CST
file stats: LOC: 111   Methods: 26
NCLOC: 82   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
TestASFormatter.java - 100% 100% 100%
coverage
 1    package net.sourceforge.astyleclipse.astyle;
 2   
 3    import junit.framework.TestCase;
 4   
 5    public class TestASFormatter extends TestCase {
 6   
 7  24 protected void setUp() throws Exception {
 8  24 super.setUp();
 9    }
 10   
 11  24 protected void tearDown() throws Exception {
 12  24 super.tearDown();
 13    }
 14   
 15  1 public void testInit() {
 16  1 fail("Not yet implemented");
 17    }
 18   
 19  1 public void testHasMoreLines() {
 20  1 fail("Not yet implemented");
 21    }
 22   
 23  1 public void testNextLine() {
 24  1 fail("Not yet implemented");
 25    }
 26   
 27  1 public void testASFormatter() {
 28  1 fail("Not yet implemented");
 29    }
 30   
 31  1 public void testGetBracketFormatMode() {
 32  1 fail("Not yet implemented");
 33    }
 34   
 35  1 public void testSetBracketFormatMode() {
 36  1 fail("Not yet implemented");
 37    }
 38   
 39  1 public void testGetBreakClosingHeaderBracketsMode() {
 40  1 fail("Not yet implemented");
 41    }
 42   
 43  1 public void testSetBreakClosingHeaderBracketsMode() {
 44  1 fail("Not yet implemented");
 45    }
 46   
 47  1 public void testGetBreakElseIfsMode() {
 48  1 fail("Not yet implemented");
 49    }
 50   
 51  1 public void testSetBreakElseIfsMode() {
 52  1 fail("Not yet implemented");
 53    }
 54   
 55  1 public void testGetOperatorPaddingMode() {
 56  1 fail("Not yet implemented");
 57    }
 58   
 59  1 public void testSetOperatorPaddingMode() {
 60  1 fail("Not yet implemented");
 61    }
 62   
 63  1 public void testGetParenthesisPaddingMode() {
 64  1 fail("Not yet implemented");
 65    }
 66   
 67  1 public void testSetParenthesisPaddingMode() {
 68  1 fail("Not yet implemented");
 69    }
 70   
 71  1 public void testGetBreakOneLineBlocksMode() {
 72  1 fail("Not yet implemented");
 73    }
 74   
 75  1 public void testSetBreakOneLineBlocksMode() {
 76  1 fail("Not yet implemented");
 77    }
 78   
 79  1 public void testGetSingleStatementsMode() {
 80  1 fail("Not yet implemented");
 81    }
 82   
 83  1 public void testSetSingleStatementsMode() {
 84  1 fail("Not yet implemented");
 85    }
 86   
 87  1 public void testGetTabSpaceConversionMode() {
 88  1 fail("Not yet implemented");
 89    }
 90   
 91  1 public void testSetTabSpaceConversionMode() {
 92  1 fail("Not yet implemented");
 93    }
 94   
 95  1 public void testGetBreakBlocksMode() {
 96  1 fail("Not yet implemented");
 97    }
 98   
 99  1 public void testSetBreakBlocksMode() {
 100  1 fail("Not yet implemented");
 101    }
 102   
 103  1 public void testGetBreakClosingHeaderBlocksMode() {
 104  1 fail("Not yet implemented");
 105    }
 106   
 107  1 public void testSetBreakClosingHeaderBlocksMode() {
 108  1 fail("Not yet implemented");
 109    }
 110   
 111    }