github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/pkg/manager/html/raw_cover.html (about)

     1  {{/*
     2  Copyright 2024 syzkaller project authors. All rights reserved.
     3  Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     4  */}}
     5  
     6  <table class="list_table">
     7  	<caption>Raw cover</caption>
     8  	<thead>
     9  	<tr>
    10  		<th>Line</th>
    11  		<th>Links</th>
    12  	</tr>
    13  	</thead>
    14  	<tbody>
    15  	{{range $line := .Calls}}
    16  	<tr>
    17  		<td>{{$line.Call}}</td>
    18  		<td>
    19  			{{range $id := $line.UpdateIDs}}
    20  			<a href="/rawcover?input={{$line.Sig}}&update_id={{$id}}">[{{$id}}]</a>
    21  			{{end}}
    22  		</td>
    23  	</tr>
    24  	{{end}}
    25  	</tbody>
    26  </table>