Class Styles
java.lang.Object
org.jacoco.report.internal.html.resources.Styles
Constants for styles defined by the report style sheet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTable cells for a graphical barstatic final StringPart of source code where branches are fully coveredstatic final StringPart of source code where branches are not coveredstatic final StringPart of source code where branches are partly coveredstatic final StringBreadcrumb barstatic final StringCoverage tablestatic final StringTable cells for the first column of a counterstatic final StringTable cells for the second column of a counterstatic final StringTable header for column sorted downwardsstatic final StringBundle elementstatic final StringClass elementstatic final StringGroup elementstatic final StringMethod elementstatic final StringPackage elementstatic final StringReport elementstatic final StringSessions elementstatic final StringSource file elementstatic final StringFooterstatic final StringPart of source code where instructions are is fully coveredstatic final StringInfo links within the Breadcrumb barstatic final StringPart of source code where instructions are not coveredstatic final StringLine number before each source linestatic final StringPart of source code where instructions are partly coveredstatic final StringText block aligned to the rightstatic final StringTable header for sortable columnsstatic final StringBlock of source codestatic final StringTable header for column sorted upwards -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BREADCRUMB
-
INFO
-
FOOTER
-
RIGHT
-
EL_REPORT
-
EL_SESSION
-
EL_GROUP
-
EL_BUNDLE
-
EL_PACKAGE
-
EL_SOURCE
-
EL_CLASS
-
EL_METHOD
-
COVERAGETABLE
-
BAR
-
CTR1
-
CTR2
-
SORTABLE
-
UP
-
DOWN
-
SOURCE
-
NR
-
NOT_COVERED
Part of source code where instructions are not covered- See Also:
-
PARTLY_COVERED
Part of source code where instructions are partly covered- See Also:
-
FULLY_COVERED
Part of source code where instructions are is fully covered- See Also:
-
BRANCH_NOT_COVERED
Part of source code where branches are not covered- See Also:
-
BRANCH_PARTLY_COVERED
Part of source code where branches are partly covered- See Also:
-
BRANCH_FULLY_COVERED
Part of source code where branches are fully covered- See Also:
-
-
Constructor Details
-
Styles
private Styles()
-
-
Method Details
-
combine
-