diff --git a/index.html b/index.html index ba328a91e..171e3ef14 100644 --- a/index.html +++ b/index.html @@ -1026,6 +1026,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: --uncovered_color: #FF8C8C; --warning_color: orangered; --notTakenBranch_color: red; + --notTakenCondition_color: red; --uncheckedDecision_color: darkorange; --notTakenDecision_color: red; --notInvokedCall_color: red; @@ -1036,6 +1037,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: --high_color: #85E485; --covered_color: #85E485; --takenBranch_color: green; + --takenCondition_color: green; --takenDecision_color: green; --invokedCall_color: green; } @@ -1044,6 +1046,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: --high_color: #66B4FF; --covered_color: #66B4Ff; --takenBranch_color: blue; + --takenCondition_color: blue; --takenDecision_color: blue; --invokedCall_color: blue; } @@ -1184,7 +1187,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; } @@ -1364,7 +1367,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; @@ -1373,15 +1376,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; @@ -1395,6 +1398,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; @@ -1405,6 +1413,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; @@ -1620,11 +1638,10 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
+Date: | -2024-09-26 14:18:12 | +2024-10-09 14:29:39 |
---|---|---|
Coverage: | @@ -1676,14 +1693,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: