diff --git a/index.html b/index.html index 4386f37..1926b6a 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ --uncovered_color: #FF8C8C; --warning_color: orangered; --notTakenBranch_color: red; + --notTakenCondition_color: red; --uncheckedDecision_color: darkorange; --notTakenDecision_color: red; --notInvokedCall_color: red; @@ -29,6 +30,7 @@ --high_color: #85E485; --covered_color: #85E485; --takenBranch_color: green; + --takenCondition_color: green; --takenDecision_color: green; --invokedCall_color: green; } @@ -37,6 +39,7 @@ --high_color: #66B4FF; --covered_color: #66B4Ff; --takenBranch_color: blue; + --takenCondition_color: blue; --takenDecision_color: blue; --invokedCall_color: blue; } @@ -177,7 +180,7 @@ table.legend span.coverage-high table.legend span.coverage-unknown, table.coverage td.coverage-unknown, -table.file-list td.coverage-unknow +table.file-list td.coverage-unknown { background-color: var(--unknown_color) !important; } @@ -357,7 +360,7 @@ span.excludedLine background-color: var(--excluded_color) !important; } -.linebranch, .linedecision, .linecall, .linecount +.linebranch, .linecondition, .linedecision, .linecall, .linecount { font-family: monospace; border-right: 1px gray solid; @@ -366,15 +369,15 @@ span.excludedLine } -.linebranchDetails, .linedecisionDetails, .linecallDetails +.linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails { position: relative; } -.linebranchSummary, .linedecisionSummary, .linecallSummary +.linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary { cursor: help; } -.linebranchContents, .linedecisionContents, .linecallContents +.linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents { font-family: sans-serif; font-size: small; @@ -388,6 +391,11 @@ span.excludedLine z-index: 1; /* show in front of the table entries */ } +.excludedBranch +{ + color: var(--takenBranch_color) !important; +} + .takenBranch { color: var(--takenBranch_color) !important; @@ -398,6 +406,16 @@ span.excludedLine color: var(--notTakenBranch_color) !important; } +.takenCondition +{ + color: var(--takenCondition_color) !important; +} + +.notTakenCondition +{ + color: var(--notTakenCondition_color) !important; +} + .takenDecision { color: var(--takenDecision_color) !important; @@ -613,11 +631,10 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: +

GCC Code Coverage Report

-
-
@@ -627,7 +644,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: - + @@ -669,14 +686,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
Date:2024-09-25 09:34:202024-11-15 13:21:35
Coverage:
-
- -
@@ -726,9 +740,8 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:

-