|
|
|
<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-30</td>
|
|
<td></td>
|
|
<td class="headerName">Lines:</td>
|
|
<td class="headerTableEntry">893</td>
|
|
<td class="headerTableEntry">1144</td>
|
|
<td class="headerTableEntry" style="background-color:#FFFF55">78.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">939</td>
|
|
<td class="headerTableEntry">2461</td>
|
|
<td class="headerTableEntry" style="background-color:LightPink">38.2 %</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" >clients/iterative-query-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:51.3%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">51.3 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">60 / 117</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">13.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">37 / 271</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">clients/iterative-query-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: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:LightGreen;">100.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightGreen;">0 / 0</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >clients/query-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: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;">4 / 8</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" style="background-color:LightSteelBlue">clients/query-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;">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" >clients/query.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.7%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">75.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">28 / 37</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">22 / 40</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">clients/query.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;">10 / 10</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">60.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >clients/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:77.6%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">77.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83 / 107</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">55.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">66 / 120</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">clients/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: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;">10 / 10</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" >daemon/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:3.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">3.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2 / 53</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 52</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">daemon/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: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 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >daemon/db-mgr.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.6%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">84.6 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">165 / 195</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">41.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">106 / 258</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">daemon/db-mgr.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;">3 / 6</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">14.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 42</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >daemon/name-server.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.2%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">75.2 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">79 / 105</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">22.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">99 / 438</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">daemon/name-server.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:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >daemon/rrset.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;">20 / 20</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">72.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">32 / 44</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">daemon/rrset.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;">10 / 10</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">54.5 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">6 / 11</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >daemon/zone.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;">4 / 8</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">daemon/zone.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;">1 / 2</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >logger.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;">8 / 8</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">53.3 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 30</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">mgmt/management-tool.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;">300 / 317</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">53.4 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">468 / 876</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >mgmt/management-tool.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;">32.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">16 / 50</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">ndns-enum.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:53.8%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">53.8 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">7 / 13</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" >ndns-label.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;">36 / 36</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" style="background-color:LightSteelBlue">ndns-label.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;">2 / 4</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/util.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:6.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">6.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 15</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">7.7 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">2 / 26</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">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:87.1%; background-color:yellow"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">87.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">27 / 31</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">20.2 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">25 / 124</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >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: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 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>
|
|
|