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 String
Table cells for a graphical barstatic final String
Part of source code where branches are fully coveredstatic final String
Part of source code where branches are not coveredstatic final String
Part of source code where branches are partly coveredstatic final String
Breadcrumb barstatic final String
Coverage tablestatic final String
Table cells for the first column of a counterstatic final String
Table cells for the second column of a counterstatic final String
Table header for column sorted downwardsstatic final String
Bundle elementstatic final String
Class elementstatic final String
Group elementstatic final String
Method elementstatic final String
Package elementstatic final String
Report elementstatic final String
Sessions elementstatic final String
Source file elementstatic final String
Footerstatic final String
Part of source code where instructions are is fully coveredstatic final String
Info links within the Breadcrumb barstatic final String
Part of source code where instructions are not coveredstatic final String
Line number before each source linestatic final String
Part of source code where instructions are partly coveredstatic final String
Text block aligned to the rightstatic final String
Table header for sortable columnsstatic final String
Block of source codestatic final String
Table header for column sorted upwards -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BREADCRUMB
Breadcrumb bar- See Also:
-
INFO
Info links within the Breadcrumb bar- See Also:
-
FOOTER
Footer- See Also:
-
RIGHT
Text block aligned to the right- See Also:
-
EL_REPORT
Report element- See Also:
-
EL_SESSION
Sessions element- See Also:
-
EL_GROUP
Group element- See Also:
-
EL_BUNDLE
Bundle element- See Also:
-
EL_PACKAGE
Package element- See Also:
-
EL_SOURCE
Source file element- See Also:
-
EL_CLASS
Class element- See Also:
-
EL_METHOD
Method element- See Also:
-
COVERAGETABLE
Coverage table- See Also:
-
BAR
Table cells for a graphical bar- See Also:
-
CTR1
Table cells for the first column of a counter- See Also:
-
CTR2
Table cells for the second column of a counter- See Also:
-
SORTABLE
Table header for sortable columns- See Also:
-
UP
Table header for column sorted upwards- See Also:
-
DOWN
Table header for column sorted downwards- See Also:
-
SOURCE
Block of source code- See Also:
-
NR
Line number before each source line- See Also:
-
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
Returns a combined style from the given styles.- Parameters:
styles
- list of separate styles, entries might be null- Returns:
- combined style or
null
if no style is given
-