From ba40f7c2b8837bc8f8fdf227132bc8de622423a8 Mon Sep 17 00:00:00 2001 From: david-cermak Date: Wed, 9 Oct 2024 14:50:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20espressi?= =?UTF-8?q?f/esp-protocols@f5dc07fdcc751cf9d119fd9cd952a3a446040c22=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 171e3ef14..71a9fb650 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ --uncovered_color: #FF8C8C; --warning_color: orangered; --notTakenBranch_color: red; + --notTakenCondition_color: red; --uncheckedDecision_color: darkorange; --notTakenDecision_color: red; --notInvokedCall_color: red; @@ -30,6 +31,7 @@ --high_color: #85E485; --covered_color: #85E485; --takenBranch_color: green; + --takenCondition_color: green; --takenDecision_color: green; --invokedCall_color: green; } @@ -38,6 +40,7 @@ --high_color: #66B4FF; --covered_color: #66B4Ff; --takenBranch_color: blue; + --takenCondition_color: blue; --takenDecision_color: blue; --invokedCall_color: blue; } @@ -178,7 +181,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; } @@ -358,7 +361,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; @@ -367,15 +370,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; @@ -389,6 +392,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; @@ -399,6 +407,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; @@ -614,11 +632,10 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: +

GCC Code Coverage Report

-
-
@@ -628,7 +645,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: - + @@ -670,14 +687,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
Date:2024-09-26 14:20:102024-10-09 14:31:22
Coverage:
-
- -
@@ -999,9 +1013,8 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:

-