Skip to content

Commit

Permalink
Update reference data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Dec 29, 2021
1 parent b99da91 commit 0908187
Show file tree
Hide file tree
Showing 535 changed files with 14,730 additions and 3,720 deletions.
25 changes: 25 additions & 0 deletions doc/examples/example_html.details.css
Expand Up @@ -372,6 +372,31 @@ pre
margin-bottom: 0;
}

.listOfFunctions td, .listOfFunctions th {
padding: 0 10px;
}
.listOfFunctions th
{
text-align: center;
color: white;
background-color: SteelBlue;
}
.listOfFunctions tr > td {
background: aliceblue;
}
.listOfFunctions tr:nth-child(even) > td {
background: LightSteelBlue
}
.listOfFunctions tr:hover > td
{
background-color: #ddd;
}
.listOfFunctions tr > td > a
{
text-decoration: none;
color: inherit;
}

.source-line
{
height : 15px;
Expand Down
Expand Up @@ -26,31 +26,9 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-11-09 20:42:45</td>
<td>2021-11-08 21:12:28</td>
</tr>
<tr>
<th scope="row">Goto function:</th>
<td>
<form name="gotoFunctionName">
<select name="selection">
<option selected="selected" value=""></option>
<option value="#3">foo(int), line 3</a></option>
<option value="#15">main, line 15</a></option>
</select>
</form>
<script>
function gotoFunctionName () {
var menu = document.gotoFunctionName.selection;
if (menu.options[menu.selectedIndex].value != "") {
document.location.href = menu.options[menu.selectedIndex].value;
menu.selectedIndex = 0;
}
}
document.gotoFunctionName.selection.addEventListener('change', gotoFunctionName);
</script>
</td>
</tr>
</table>
</table>
</div>
<div>
<table class="coverage">
Expand Down Expand Up @@ -84,6 +62,39 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details>
<summary>List of functions</summary>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l3">foo(int)</a>
</td>
<td>
<a href="#l3">3</a>
</td>
<td>
<a href="#l3"> called 1 time</a>
</td>
</tr>
<tr>
<td>
<a href="#l15">main</a>
</td>
<td>
<a href="#l15">15</a>
</td>
<td>
<a href="#l15"> called 1 time</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/example_html.details.html
Expand Up @@ -22,7 +22,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-11-09 20:42:45</td>
<td>2021-11-08 21:12:28</td>
</tr>
<tr>
<th scope="row">Legend:</th>
Expand Down
25 changes: 25 additions & 0 deletions doc/examples/example_html.html
Expand Up @@ -380,6 +380,31 @@
margin-bottom: 0;
}

.listOfFunctions td, .listOfFunctions th {
padding: 0 10px;
}
.listOfFunctions th
{
text-align: center;
color: white;
background-color: SteelBlue;
}
.listOfFunctions tr > td {
background: aliceblue;
}
.listOfFunctions tr:nth-child(even) > td {
background: LightSteelBlue
}
.listOfFunctions tr:hover > td
{
background-color: #ddd;
}
.listOfFunctions tr > td > a
{
text-decoration: none;
color: inherit;
}

.source-line
{
height : 15px;
Expand Down
Expand Up @@ -26,7 +26,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-09-17 19:46:26</td>
<td>2021-09-21 19:21:54</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -62,13 +62,28 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details class="listOfFunctions">
<details>
<summary>List of functions</summary>
<ul>
<li><a href="#1">_Z3barv, line 1</a></li>
</ul>
</details>
<br/>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l1">_Z3barv</a>
</td>
<td>
<a href="#l1">1</a>
</td>
<td>
<a href="#l1"> called 1 time</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down
Expand Up @@ -26,7 +26,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-09-17 19:46:26</td>
<td>2021-09-21 19:21:54</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -62,13 +62,28 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details class="listOfFunctions">
<details>
<summary>List of functions</summary>
<ul>
<li><a href="#1">_Z3foov, line 1</a></li>
</ul>
</details>
<br/>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l1">_Z3foov</a>
</td>
<td>
<a href="#l1">1</a>
</td>
<td>
<a href="#l1"> called 1 time</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down
Expand Up @@ -26,7 +26,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-09-17 19:46:26</td>
<td>2021-09-21 19:21:54</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -62,13 +62,28 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details class="listOfFunctions">
<details>
<summary>List of functions</summary>
<ul>
<li><a href="#10">main, line 10</a></li>
</ul>
</details>
<br/>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l10">main</a>
</td>
<td>
<a href="#l10">10</a>
</td>
<td>
<a href="#l10"> called 2 times</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down
Expand Up @@ -26,7 +26,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-09-17 19:37:40</td>
<td>2021-09-21 19:04:30</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -62,13 +62,28 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details class="listOfFunctions">
<details>
<summary>List of functions</summary>
<ul>
<li><a href="#1">bar(), line 1</a></li>
</ul>
</details>
<br/>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l1">bar()</a>
</td>
<td>
<a href="#l1">1</a>
</td>
<td>
<a href="#l1"> called 1 time</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down
Expand Up @@ -26,7 +26,7 @@ <h1>GCC Code Coverage Report</h1>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2021-09-17 19:37:40</td>
<td>2021-09-21 19:04:30</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -62,13 +62,28 @@ <h1>GCC Code Coverage Report</h1>

<hr/>

<details class="listOfFunctions">
<details>
<summary>List of functions</summary>
<ul>
<li><a href="#1">foo(), line 1</a></li>
</ul>
</details>
<br/>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>Line</th>
<th>Call count</th>
</tr>
<tr>
<td>
<a href="#l1">foo()</a>
</td>
<td>
<a href="#l1">1</a>
</td>
<td>
<a href="#l1"> called 1 time</a>
</td>
</tr>
</table>
</details>
<hr/>
<div class="file-source">
<table>
<tr>
Expand Down

0 comments on commit 0908187

Please sign in to comment.