org.quilt.cover.stmt |
|
Java Source File Name | Type | Comment |
ClassAction.java | Class | Add instrumentation at the class level, creating <clinit>
if necessary. |
CounterVertex.java | Class | A CodeVertex which carries counter instrumentation and a label.
The counter has an index. |
Ephemera.java | Class | |
GraphAction.java | Class | Walk the control flow graph, adding counter vertices on all edges
inbound to code vertices. |
MethodAction.java | Class | Process a MethodGen method before and after graph creation and
manipulation. |
StmtRegistry.java | Class | Registry for statement coverage information. |
StmtRunTest.java | Class | |
TestStmtCoverage.java | Class | This is derived from org.quilt.cl.TestTransformer; it instruments
the test-data classes and the classes synthesized by ClassFactory. |