public class UncoveredBranchesSection extends ClassListSection
| Constructor and Description |
|---|
UncoveredBranchesSection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Unique identifier of the section.
|
int |
getVersion()
Sections perform independent versioning to support individual section skipping.
|
boolean |
isEngaged(ProjectData projectData,
InstrumentationOptions options)
Check if this section should be added to the report.
|
protected void |
loadClass(java.io.DataInputStream in,
ClassData classData,
int version) |
protected void |
saveClass(ClassData classData,
java.io.DataOutput out,
int index) |
load, saveInternalsavepublic int getId()
ReportSectiongetId in class ReportSectionpublic int getVersion()
ReportSectiongetVersion in class ReportSectionpublic boolean isEngaged(ProjectData projectData, InstrumentationOptions options)
ReportSectionisEngaged in class ReportSectionprotected void loadClass(java.io.DataInputStream in,
ClassData classData,
int version)
throws java.io.IOException
loadClass in class ClassListSectionjava.io.IOExceptionprotected void saveClass(ClassData classData, java.io.DataOutput out, int index) throws java.io.IOException
saveClass in class ClassListSectionjava.io.IOException