Each module’s report attributes only that module’s own classes, from that module’s test forks under -Pcoverage. graphitron’s figures are generator-source coverage from its unit and pipeline tiers; `graphitron-sakila-example’s figures are coverage of generated code from the compilation and execution tiers. CI regenerates this page on every trunk push. Regenerate locally with `mvn verify -Plocal-db -Pcoverage, then mvn -pl roadmap-tool exec:java -q -Dexec.args='source-coverage .'.
Two kinds of generator code are missing from every figure below, for two different reasons. Generator code that runs in the Maven JVM during graphitron:generate is never instrumented at all: the agent attaches to test forks only, so those executions are uncollected. Generator code that runs in another module’s test JVM (GeneratorDeterminismTest invokes the generator in-process in graphitron-sakila-example) is collected into that module’s exec data, but discarded at report time, because a module’s report analyses only its own classes.
Read the per-tier columns as slices, not as a decomposition: each column covers only the classes its -Dgroups=<tier> run selected, cross-cutting classes fall into none of them, and the slices do not sum to the combined figure. Renderer arm tests, a unit-tier family the tier guide endorses for per-arm structural assertions, land in the unit column by design; a raw unit-versus-pipeline comparison attributes that deliberate unit testing to the arm the doctrine is skeptical of.
Coverage by module
| Module | Line | Branch | Method |
|---|---|---|---|
|
87.8% |
76.6% |
91.8% |
|
94.7% |
75.1% |
93.5% |
|
61.1% |
53.8% |
75.6% |
|
91.6% |
77.4% |
96.9% |
|
24.3% |
18.3% |
11.6% |
|
80.8% |
70.9% |
88.9% |
|
76.5% |
49.0% |
64.1% |
graphitron by package
Package names are shortened by dropping the no.sikt.graphitron. prefix. The per-tier columns are line coverage from that tier’s run alone.
| Package | Line | Branch | Method | unit line | pipeline line |
|---|---|---|---|---|---|
|
85.2% |
61.3% |
97.0% |
57.1% |
82.5% |
|
70.7% |
67.4% |
77.3% |
70.7% |
0.0% |
|
92.8% |
80.3% |
92.6% |
82.6% |
90.9% |
|
90.1% |
80.0% |
94.4% |
34.7% |
89.8% |
|
87.6% |
73.0% |
93.8% |
56.0% |
84.8% |
|
91.0% |
81.2% |
94.8% |
58.3% |
83.6% |
|
90.1% |
75.3% |
97.5% |
75.4% |
80.5% |
|
87.8% |
82.3% |
82.4% |
83.4% |
79.3% |
|
88.4% |
80.1% |
95.2% |
46.4% |
77.8% |
|
82.4% |
65.2% |
90.5% |
82.4% |
77.0% |
|
94.7% |
70.1% |
91.1% |
23.8% |
94.7% |
|
85.1% |
60.3% |
100.0% |
15.9% |
85.1% |
|
69.9% |
58.4% |
78.4% |
37.9% |
60.7% |
|
94.3% |
80.9% |
96.6% |
84.9% |
83.6% |
|
96.5% |
86.9% |
85.8% |
51.2% |
76.0% |
|
97.2% |
83.5% |
95.7% |
29.2% |
93.3% |
|
95.0% |
77.4% |
98.0% |
18.8% |
95.0% |
|
84.2% |
71.6% |
87.8% |
61.7% |
77.3% |
|
88.9% |
68.2% |
98.0% |
88.9% |
83.0% |
|
93.6% |
83.5% |
100.0% |
72.9% |
72.0% |
|
92.5% |
74.2% |
95.2% |
92.5% |
54.2% |
|
91.3% |
78.8% |
93.2% |
91.3% |
30.0% |
|
95.2% |
84.8% |
100.0% |
95.2% |
77.4% |
|
91.0% |
86.1% |
100.0% |
80.1% |
86.3% |
|
92.7% |
91.7% |
100.0% |
92.7% |
85.4% |
graphitron classes with the most missed lines
The 25 classes with the most missed lines. A bounded list, not the whole story; the package table above is complete.
| Class | Missed lines | Line |
|---|---|---|
|
809 |
68.6% |
|
329 |
90.1% |
|
259 |
75.8% |
|
198 |
44.4% |
|
173 |
78.4% |
|
119 |
86.3% |
|
109 |
29.7% |
|
86 |
91.1% |
|
79 |
81.3% |
|
79 |
63.1% |
|
77 |
89.9% |
|
66 |
87.8% |
|
64 |
75.4% |
|
52 |
79.8% |
|
50 |
94.2% |
|
46 |
65.2% |
|
46 |
0.0% |
|
44 |
59.6% |
|
43 |
83.1% |
|
42 |
84.6% |
|
40 |
90.8% |
|
39 |
90.2% |
|
35 |
92.1% |
|
34 |
70.4% |
|
33 |
74.4% |
Classification leaves beside class coverage
One row per sealed leaf in the hierarchies the inference-axis report enumerates, joining that leaf’s classifier-trace count with its implementing class’s line coverage. Traces with low coverage: the classification is demonstrated while most of its class never runs. No traces and no coverage: dead weight. No traces with high coverage: the class is exercised by something other than the corpus, usually a test asserting the classifier rather than the classification. Traces with high coverage is the healthy case. Only the first two are actionable.
| Hierarchy | Leaf | Traces | Line |
|---|---|---|---|
GraphitronField |
|
1566 |
100.0% |
RootField |
|
361 |
84.6% |
RootField |
|
117 |
75.0% |
RootField |
|
105 |
100.0% |
RootField |
|
63 |
57.1% |
RootField |
|
52 |
68.2% |
RootField |
|
26 |
75.0% |
RootField |
|
287 |
42.9% |
RootField |
|
23 |
50.0% |
RootField |
|
29 |
80.0% |
RootField |
|
50 |
83.3% |
RootField |
|
72 |
100.0% |
RootField |
|
30 |
50.0% |
RootField |
|
31 |
75.0% |
RootField |
|
818 |
71.4% |
RootField |
|
71 |
100.0% |
RootField |
|
34 |
80.0% |
RootField |
|
3734 |
66.7% |
RootField |
|
194 |
100.0% |
RootField |
|
153 |
100.0% |
ChildField |
|
60 |
83.3% |
ChildField |
|
40 |
76.9% |
ChildField |
|
720 |
81.3% |
ChildField |
|
76 |
73.7% |
ChildField |
|
43 |
83.3% |
ChildField |
|
5708 |
100.0% |
ChildField |
|
171 |
92.9% |
ChildField |
|
54 |
100.0% |
ChildField |
|
198 |
66.7% |
ChildField |
|
51 |
91.7% |
ChildField |
|
204 |
100.0% |
ChildField |
|
44 |
62.5% |
ChildField |
|
53 |
100.0% |
ChildField |
|
0 |
75.0% |
ChildField |
|
36 |
85.7% |
ChildField |
|
1180 |
47.6% |
ChildField |
|
150 |
81.8% |
ChildField |
|
111 |
100.0% |
ChildField |
|
34 |
87.5% |
ChildField |
|
58 |
50.0% |
ChildField |
|
489 |
93.3% |
ChildField |
|
35 |
75.0% |
ChildField |
|
37 |
91.7% |
InputField |
|
1487 |
100.0% |
InputField |
|
171 |
100.0% |
InputField |
|
50 |
80.0% |
InputField |
|
77 |
100.0% |
InputField |
|
63 |
85.7% |
GraphitronType |
|
138 |
- |
GraphitronType |
|
430 |
100.0% |
GraphitronType |
|
430 |
100.0% |
GraphitronType |
|
11544 |
100.0% |
GraphitronType |
|
271 |
85.7% |
GraphitronType |
|
64 |
100.0% |
GraphitronType |
|
49 |
100.0% |
GraphitronType |
|
739 |
100.0% |
GraphitronType |
|
116 |
100.0% |
GraphitronType |
|
531 |
100.0% |
GraphitronType |
|
20 |
100.0% |
GraphitronType |
|
21 |
100.0% |
GraphitronType |
|
141 |
100.0% |
GraphitronType |
|
461 |
100.0% |
GraphitronType |
|
177 |
100.0% |
GraphitronType |
|
737 |
100.0% |
GraphitronType |
|
321 |
100.0% |
GraphitronType |
|
2562 |
100.0% |
GraphitronType |
|
3870 |
100.0% |
GraphitronType |
|
8644 |
100.0% |
GraphitronType |
|
235 |
100.0% |
GraphitronType |
|
4841 |
100.0% |
GraphitronType |
|
59 |
100.0% |
GraphitronType |
|
274 |
100.0% |