|
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>Head</title>
|
|
<style media="screen" type="text/css">
|
|
|
|
body
|
|
{
|
|
color: #000000;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
/* Link formats: use maroon w/underlines */
|
|
a:link
|
|
{
|
|
color: navy;
|
|
text-decoration: underline;
|
|
}
|
|
a:visited
|
|
{
|
|
color: maroon;
|
|
text-decoration: underline;
|
|
}
|
|
a:active
|
|
{
|
|
color: navy;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*** TD formats ***/
|
|
td
|
|
{
|
|
font-family: sans-serif;
|
|
}
|
|
td.title
|
|
{
|
|
text-align: center;
|
|
padding-bottom: 10px;
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* TD Header Information */
|
|
td.headerName
|
|
{
|
|
text-align: right;
|
|
color: black;
|
|
padding-right: 6px;
|
|
font-weight: bold;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
}
|
|
td.headerValue
|
|
{
|
|
text-align: left;
|
|
color: blue;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
}
|
|
td.headerTableEntry
|
|
{
|
|
text-align: right;
|
|
color: black;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
padding-left: 12px;
|
|
padding-right: 4px;
|
|
background-color: LightBlue;
|
|
}
|
|
td.headerValueLeg
|
|
{
|
|
text-align: left;
|
|
color: black;
|
|
font-size: 80%;
|
|
white-space: nowrap;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
/* Color of horizontal ruler */
|
|
td.hr
|
|
{
|
|
background-color: navy;
|
|
height:3px;
|
|
}
|
|
/* Footer format */
|
|
td.footer
|
|
{
|
|
text-align: center;
|
|
padding-top: 3px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
/* Coverage Table */
|
|
|
|
td.coverTableHead
|
|
{
|
|
text-align: center;
|
|
color: white;
|
|
background-color: SteelBlue;
|
|
font-family: sans-serif;
|
|
font-size: 120%;
|
|
white-space: nowrap;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
td.coverFile
|
|
{
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
padding-right: 20px;
|
|
color: black;
|
|
background-color: LightBlue;
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
font-size: 110%;
|
|
}
|
|
td.coverBar
|
|
{
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
background-color: LightBlue;
|
|
}
|
|
td.coverBarOutline
|
|
{
|
|
background-color: white;
|
|
}
|
|
td.coverValue
|
|
{
|
|
padding-top: 2px;
|
|
text-align: right;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font-family: sans-serif;
|
|
white-space: nowrap;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Link Details */
|
|
a.detail:link
|
|
{
|
|
color: #B8D0FF;
|
|
font-size:80%;
|
|
}
|
|
a.detail:visited
|
|
{
|
|
color: #B8D0FF;
|
|
font-size:80%;
|
|
}
|
|
a.detail:active
|
|
{
|
|
color: #FFFFFF;
|
|
font-size:80%;
|
|
}
|
|
|
|
.graphcont{
|
|
color:#000;
|
|
font-weight:700;
|
|
float:left
|
|
}
|
|
|
|
.graph{
|
|
float:left;
|
|
background-color: white;
|
|
position:relative;
|
|
width:280px;
|
|
padding:0
|
|
}
|
|
|
|
.graph .bar{
|
|
display:block;
|
|
position:relative;
|
|
border:black 1px solid;
|
|
text-align:center;
|
|
color:#fff;
|
|
height:10px;
|
|
font-family:Arial,Helvetica,sans-serif;
|
|
font-size:12px;
|
|
line-height:1.9em
|
|
}
|
|
|
|
.graph .bar span{
|
|
position:absolute;
|
|
left:1em
|
|
}
|
|
|
|
td.coveredLine,
|
|
span.coveredLine
|
|
{
|
|
background-color: LightGreen!important;
|
|
}
|
|
|
|
td.uncoveredLine,
|
|
span.uncoveredLine
|
|
{
|
|
background-color: LightPink!important;
|
|
}
|
|
|
|
.linecount
|
|
{
|
|
border-right: 1px gray solid;
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.src
|
|
{
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.srcHeader
|
|
{
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre
|
|
{
|
|
height : 15px;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.lineno
|
|
{
|
|
background-color: #EFE383;
|
|
border-right: 1px solid #BBB15F;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table width="100%" border=0 cellspacing=0 cellpadding=0>
|
|
<tr><td class="title">GCC Code Coverage Report</td></tr>
|
|
<tr><td class="hr"></td></tr>
|
|
|
|
<tr>
|
|
<td width="100%">
|
|
<table cellpadding=1 border=0 width="100%">
|
|
<tr>
|
|
<td width="10%" class="headerName">Directory:</td>
|
|
<td width="35%" class="headerValue">src/</td>
|
|
<td width="5%"></td>
|
|
<td width="15%"></td>
|
|
<td width="10%" class="headerValue" style="text-align:right;">Exec</td>
|
|
<td width="10%" class="headerValue" style="text-align:right;">Total</td>
|
|
<td width="15%" class="headerValue" style="text-align:right;">Coverage</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="headerName">Date:</td>
|
|
<td class="headerValue">2016-03-29</td>
|
|
<td></td>
|
|
<td class="headerName">Lines:</td>
|
|
<td class="headerTableEntry">8643</td>
|
|
<td class="headerTableEntry">10271</td>
|
|
<td class="headerTableEntry" style="background-color:#FFFF55">84.1 %</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="headerName">Legend:</td>
|
|
<td class="headerValueLeg">
|
|
<span style="background-color:LightPink">low: < 75.0 %</span>
|
|
<span style="background-color:#FFFF55">medium: >= 75.0 %</span>
|
|
<span style="background-color:LightGreen">high: >= 90.0 %</span>
|
|
</td>
|
|
<td></td>
|
|
<td class="headerName">Branches:</td>
|
|
<td class="headerTableEntry">6844</td>
|
|
<td class="headerTableEntry">13765</td>
|
|
<td class="headerTableEntry" style="background-color:LightPink">49.7 %</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr><td class="hr"></td></tr>
|
|
</table>
|
|
|
|
<center>
|
|
<table width="80%" cellpadding=1 cellspacing=1 border=0>
|
|
<tr>
|
|
<td width="44%"><br></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="coverTableHead">File</td>
|
|
<td class="coverTableHead" colspan=3>Lines</td>
|
|
<td class="coverTableHead" colspan=2>Branches</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >data.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.4%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">132 / 137</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">64.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">61 / 94</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">data.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">5 / 5</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">26.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 23</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >detail/container-with-on-empty-signal.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">19 / 19</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">detail/face-impl.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:98.2%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">98.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">110 / 112</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">84 / 140</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >detail/interest-filter-record.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">8 / 8</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">detail/pending-interest.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">21 / 21</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">13 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >detail/registered-prefix.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">6 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/block-helpers.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">40 / 40</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">10 / 20</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/block-helpers.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">27 / 27</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">20 / 40</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/block.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.9%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">263 / 280</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">132 / 210</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/block.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">7 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">36.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 19</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/buffer-stream.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">12 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/buffer.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">9 / 9</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/buffer.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">6 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">40.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 5</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/cryptopp/asn_ext.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:73.9%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">73.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">17 / 23</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">41.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">19 / 46</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/encoder.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">128 / 128</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">82.3 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">51 / 62</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/encoder.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">22 / 22</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/encoding-buffer.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">58.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/estimator.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">38 / 38</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">88.9 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">16 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/estimator.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/nfd-constants.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">52 / 52</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">83.7 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">41 / 49</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/oid.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">68 / 77</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">63.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">48 / 76</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >encoding/oid.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">encoding/tlv.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:98.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">98.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">132 / 134</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">71.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">152 / 214</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >exclude.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:98.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">98.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100 / 102</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">84.7 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">105 / 124</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">exclude.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">14 / 14</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >face.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:56.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">56.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">112 / 200</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">33.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">93 / 281</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">face.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:50.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >interest-filter.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:68.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">68.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">11 / 16</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">58.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">interest-filter.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:83.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">10 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">13 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >interest.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.6%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">192 / 212</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">63.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">129 / 204</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">interest.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">31 / 31</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">49.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">334 / 669</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >key-locator.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:95.9%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">71 / 74</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">65.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">32 / 49</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">key-locator.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">6 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">15 / 25</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >link.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.3%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">98 / 105</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">67.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">38 / 56</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">link.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/cache-policy.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:74.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">74.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">37 / 50</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">56.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">18 / 32</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/cache-policy.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/detail/field-decl.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">18 / 20</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">46.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/detail/field-info.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">16 / 16</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">80.8 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">21 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/detail/field-info.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">91.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">11 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/nack-header.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:68.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">68.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">34 / 50</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/nack-header.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">57.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 7</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/nack.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">7 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/nack.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">6 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">47.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 19</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/packet.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.3%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">52 / 54</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">75.8 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">47 / 62</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >lp/packet.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">43 / 43</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">49.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">65 / 132</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">lp/tags.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:97.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">97.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">39 / 40</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">17 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-channel-status.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.9%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">31 / 33</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-channel-status.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-command-options.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:36.4%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">36.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">16 / 44</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-command-options.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-control-command.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">157 / 168</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">61 / 98</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-control-command.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">17 / 17</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">44.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 36</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-control-parameters.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:78.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">78.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">93 / 118</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">69.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">75 / 108</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-control-parameters.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:97.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">97.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">85 / 87</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">58 / 116</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-controller.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:81.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">81.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">26 / 32</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">38.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">27 / 70</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-controller.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">75.0 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">3 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-face-event-notification.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.2%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">74 / 82</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">32 / 63</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-face-event-notification.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-face-query-filter.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:76.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">76.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">119 / 155</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">51 / 102</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-face-query-filter.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">19 / 21</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">14 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-face-status.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:89.6%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">89.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">146 / 163</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">57 / 114</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-face-status.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">11 / 11</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-face-traits.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">18 / 20</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 32</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-fib-entry.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:73.2%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">73.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">82 / 112</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">41.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">26 / 62</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-fib-entry.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:69.2%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">69.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">9 / 13</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 5</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-forwarder-status.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">136 / 151</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">51 / 102</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-forwarder-status.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:85.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">85.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">12 / 14</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-rib-entry.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:83.5%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">101 / 121</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">54.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">48 / 88</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-rib-entry.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:86.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">86.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">25 / 29</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">75 / 150</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">management/nfd-strategy-choice.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">39 / 43</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">18 / 36</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >management/nfd-strategy-choice.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">meta-info.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:87.0%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">87.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">87 / 100</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">73.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62 / 84</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >meta-info.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">7 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">8 / 19</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">mgmt/control-parameters.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >mgmt/control-response.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:84.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">84.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">32 / 38</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">47.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">23 / 48</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">mgmt/control-response.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:81.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">81.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">9 / 11</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >mgmt/dispatcher.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:95.9%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">142 / 148</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">58.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">126 / 214</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">mgmt/dispatcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:92.9%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">92.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">13 / 14</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">58.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">14 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >mgmt/status-dataset-context.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">50 / 50</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">64.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">31 / 48</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">mgmt/status-dataset-context.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >name-component.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">171 / 189</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">122 / 184</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">name-component.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:94.4%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">94.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">17 / 18</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">53.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">21 / 39</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >name.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:90.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">90.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">135 / 150</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">65.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">91 / 138</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">name.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:97.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">97.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">43 / 44</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">89 / 143</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/additional-description.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.3%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">70 / 75</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">65.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">30 / 46</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/additional-description.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/certificate-cache-ttl.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">39 / 39</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">19 / 34</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/certificate-cache.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:60.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">3 / 5</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/certificate-container.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">30 / 30</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">56.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/certificate-container.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/certificate-extension.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:50.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">7 / 14</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">30.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 20</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/certificate-extension.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:58.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">58.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">7 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/certificate-subject-description.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">11 / 11</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">8 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/certificate-subject-description.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">9 / 9</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/certificate.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:92.6%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">92.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100 / 108</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">49.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">103 / 207</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/certificate.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">8 / 8</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">44.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">8 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/conf/checker.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:60.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">60.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">108 / 178</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">35.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">172 / 485</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/conf/common.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 108</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/conf/filter.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:77.4%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">77.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">48 / 62</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">46.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">45 / 96</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/conf/key-locator-checker.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:68.9%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">68.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">71 / 103</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">117 / 276</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/conf/rule.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">19 / 19</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">75.0 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">27 / 36</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/digest-sha256.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.9%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">8 / 9</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">41.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/digest-sha256.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/identity-certificate.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:91.2%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">91.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">52 / 57</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">40 / 80</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/identity-certificate.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">37.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/identity-container.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">30 / 30</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">56.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/identity-container.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/identity.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:92.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">92.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">58 / 63</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">43.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">39 / 90</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/identity.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/key-chain.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:79.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">79.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">278 / 351</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">44.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">249 / 557</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/key-chain.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:77.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">77.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">34 / 44</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">119 / 283</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/key-container.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">30 / 30</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">10 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/key-container.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/key-params.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">19 / 19</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">87.5 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">14 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/key-params.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">15 / 17</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/key.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">68 / 77</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">46.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">36 / 78</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/key.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/pib-impl.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:66.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/pib-memory.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:99.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">99.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">116 / 117</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">52 / 78</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/pib-memory.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/pib-sqlite3.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">166 / 172</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">51.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">175 / 338</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/pib.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:77.5%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">77.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">31 / 40</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">24 / 56</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/pib.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/public-key.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:76.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">76.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">32 / 42</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">40.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">17 / 42</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/public-key.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:50.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-public-info-sqlite3.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:83.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">345 / 412</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">46.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">248 / 530</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-public-info-sqlite3.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-public-info.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:65.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">65.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">48 / 73</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">41.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">26 / 62</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-public-info.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">23.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-rule-relative.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:69.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">69.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">30 / 43</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">38.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">33 / 86</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-rule-relative.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-rule-specific.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:57.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">57.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">15 / 26</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">37.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">11 / 29</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-rule-specific.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-rule.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-tpm-file.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:81.4%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">81.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">136 / 167</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">45.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">165 / 364</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-tpm-file.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 17</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/sec-tpm.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:75.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">75.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">94 / 124</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">43.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">93 / 213</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/sec-tpm.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 30</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/secured-bag.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.9%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">24 / 27</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/secured-bag.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:50.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/signature-sha256-with-ecdsa.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:30.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">30.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 13</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/signature-sha256-with-ecdsa.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/signature-sha256-with-rsa.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:30.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">30.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 13</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/signature-sha256-with-rsa.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:33.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/signing-helpers.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">9 / 9</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/signing-info.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:94.6%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">94.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">53 / 56</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">51.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">30 / 58</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/signing-info.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:75.0%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">75.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">3 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/validation-request.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">6 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/validator-config.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:70.9%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">70.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">248 / 350</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">38.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">274 / 716</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/validator-config.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:73.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">73.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">11 / 15</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/validator-null.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:70.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">70.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">7 / 10</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">33.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/validator-regex.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:2.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 74</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 116</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/validator-regex.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/validator.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:84.9%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">84.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">79 / 93</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">43.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">63 / 144</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/validator.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:92.6%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">92.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">25 / 27</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">36.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">52 / 144</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">security/validity-period.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">63 / 63</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">45 / 68</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >security/validity-period.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">selectors.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:95.6%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">86 / 90</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">75.7 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">53 / 70</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >selectors.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:85.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">85.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">6 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">45.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">17 / 37</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">signature-info.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.8%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">92 / 95</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">70.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">49 / 70</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >signature-info.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">5 / 5</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 9</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">signature.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.3%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">14 / 15</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >signature.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:86.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">86.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">13 / 15</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">34 / 80</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">tag-host.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">13 / 13</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">83.3 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">15 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >tag.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">transport/stream-transport.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 124</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 102</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >transport/tcp-transport.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:42.6%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">42.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">23 / 54</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">48.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25 / 52</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">transport/transport.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:66.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">10 / 15</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >transport/unix-transport.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:42.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">42.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">21 / 50</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 38</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/backports.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/config-file.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:89.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">89.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">44 / 49</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">54.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">47 / 86</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/config-file.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/crypto.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:45.5%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">45.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">5 / 11</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">32.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">9 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/detail/network-monitor-impl-rtnl.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:3.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">3.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 30</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 32</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/detail/network-monitor-impl-rtnl.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/digest.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">58 / 58</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">57.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/digest.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:55.6%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">55.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">5 / 9</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/dns.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:97.8%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">97.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">45 / 46</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">59.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">44 / 74</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/dns.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/dummy-client-face.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:82.1%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">82.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">87 / 106</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">43.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">76 / 176</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/dummy-client-face.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/ethernet.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.3%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">42 / 45</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">83.3 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">15 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/face-uri.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:91.5%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">91.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">195 / 213</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">61.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">230 / 372</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/face-uri.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/in-memory-storage-entry.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">18 / 18</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/in-memory-storage-entry.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">5 / 5</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">10 / 18</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/in-memory-storage-fifo.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">23 / 23</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/in-memory-storage-lfu.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:89.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">89.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">26 / 29</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/in-memory-storage-lfu.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/in-memory-storage-lru.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:89.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">89.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">25 / 28</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/in-memory-storage-persistent.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:81.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">81.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">9 / 11</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/in-memory-storage.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:95.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">180 / 188</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">79.0 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">128 / 162</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/in-memory-storage.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:57.1%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">57.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 7</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/indented-stream.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">18 / 18</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">57.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/indented-stream.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/io.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:51.4%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">51.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">18 / 35</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">19.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42 / 216</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/monotonic_deadline_timer.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">4 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/network-monitor.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:25.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">25.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/network-monitor.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/notification-stream.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:91.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">91.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">11 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7 / 14</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/notification-subscriber.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:98.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">98.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">53 / 54</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">36 / 60</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/random.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">20 / 20</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">67.9 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">19 / 28</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/regex/regex-backref-manager.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">8 / 8</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/regex/regex-backref-matcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:68.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">68.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">11 / 16</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">12 / 24</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/regex/regex-component-matcher.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:94.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">94.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">32 / 34</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">20 / 32</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/regex/regex-component-set-matcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:81.5%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">81.5 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">53 / 65</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">70.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">29 / 41</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/regex/regex-matcher.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:88.9%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">88.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">24 / 27</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">28.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">20 / 70</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/regex/regex-pattern-list-matcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:86.1%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">86.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">62 / 72</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">28 / 42</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/regex/regex-pseudo-matcher.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:83.3%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">10 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/regex/regex-repeat-matcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:95.1%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">95.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">77 / 81</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">69.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">67 / 96</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/regex/regex-top-matcher.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:70.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">70.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">71 / 101</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">52.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">59 / 112</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/regex/regex-top-matcher.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/scheduler-scoped-event-id.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">22 / 22</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/scheduler.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:93.8%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">61 / 65</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">89.5 %</td>
|
|
<td class="CoverValue" style="background-color:#FFFF55;">34 / 38</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/scheduler.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/segment-fetcher.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.4%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.4 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">54 / 56</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66 / 119</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/segment-fetcher.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/signal-connection.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">19 / 19</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">5 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/signal-connection.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">1 / 1</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/signal-scoped-connection.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:80.8%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">80.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">21 / 26</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/signal-signal.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">49 / 49</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">54.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">63 / 116</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/sqlite3-statement.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:91.2%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">91.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">31 / 34</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">37.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/string-helper.cpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:96.7%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">96.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">58 / 60</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">72.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">42 / 58</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/string-helper.hpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">2 / 2</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/time-custom-clock.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:66.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">66.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/time-unit-test-clock.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">20 / 20</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">50.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/time-unit-test-clock.hpp</td>
|
|
<td class="coverBar" align="center" >
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">3 / 3</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/time.cpp</td>
|
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
|
<div class="graph"><strong class="bar" style="width:97.0%; background-color:green"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">97.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">64 / 66</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">62.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">35 / 56</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="44%"><br></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
<td width="8%"></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
|
|
<table width="100%" border=0 cellspacing=0 cellpadding=0>
|
|
<tr><td class="hr"><td></tr>
|
|
<tr><td class="footer">Generated by: <a href="http://gcovr.com">GCOVR (Version 3.2)</a></td></tr>
|
|
</table>
|
|
<br>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|