Clover Coverage Report
Coverage timestamp: Fri May 9 2008 10:54:27 EST
../../../../../img/srcFileCovDistChart0.png 86% of files have more coverage
1,144   1,627   428   21.19
464   1,619   0.37   54
54     7.93  
1    
 
  HTMLParserTokenManager       Line # 6 1,144 428 0% 0.0
 
No Tests
 
1    /* Generated By:JavaCC: Do not edit this line. HTMLParserTokenManager.java */
2    package org.apache.lucene.demo.html;
3    import java.io.*;
4    import java.util.Properties;
5   
 
6    public class HTMLParserTokenManager implements HTMLParserConstants
7    {
8    public java.io.PrintStream debugStream = System.out;
 
9  0 toggle public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
 
10  0 toggleprivate final int jjStopStringLiteralDfa_0(int pos, long active0)
11    {
12  0 switch (pos)
13    {
14  0 case 0:
15  0 if ((active0 & 0x32L) != 0L)
16  0 return 20;
17  0 return -1;
18  0 case 1:
19  0 if ((active0 & 0x2L) != 0L)
20    {
21  0 if (jjmatchedPos != 1)
22    {
23  0 jjmatchedKind = 2;
24  0 jjmatchedPos = 1;
25    }
26  0 return 22;
27    }
28  0 if ((active0 & 0x30L) != 0L)
29  0 return 25;
30  0 return -1;
31  0 case 2:
32  0 if ((active0 & 0x2L) != 0L)
33    {
34  0 jjmatchedKind = 2;
35  0 jjmatchedPos = 2;
36  0 return 23;
37    }
38  0 return -1;
39  0 case 3:
40  0 if ((active0 & 0x2L) != 0L)
41    {
42  0 jjmatchedKind = 2;
43  0 jjmatchedPos = 3;
44  0 return 23;
45    }
46  0 return -1;
47  0 case 4:
48  0 if ((active0 & 0x2L) != 0L)
49    {
50  0 jjmatchedKind = 2;
51  0 jjmatchedPos = 4;
52  0 return 23;
53    }
54  0 return -1;
55  0 case 5:
56  0 if ((active0 & 0x2L) != 0L)
57    {
58  0 jjmatchedKind = 2;
59  0 jjmatchedPos = 5;
60  0 return 23;
61    }
62  0 return -1;
63  0 default :
64  0 return -1;
65    }
66    }
 
67