|
|
|
<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">catalog/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">289</td>
|
|
<td class="headerTableEntry">901</td>
|
|
<td class="headerTableEntry" style="background-color:LightPink">32.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">463</td>
|
|
<td class="headerTableEntry">1949</td>
|
|
<td class="headerTableEntry" style="background-color:LightPink">23.8 %</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" >catalog/catalog.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:2.1%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.1 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 48</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 62</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">catalog/catalog.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 / 6</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >main.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: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 / 27</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 48</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">publish/publish-adapter.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:36.9%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">36.9 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">115 / 312</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">29.1 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">176 / 605</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >query/query-adapter.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:37.7%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">37.7 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">161 / 427</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">24.6 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">280 / 1136</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/catalog-adapter.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: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;">6 / 12</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">40.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">4 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/catalog-adapter.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 / 4</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 12</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/config-file.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.0%; background-color:red"></strong></div>
|
|
</td></tr></table>
|
|
</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.0 %</td>
|
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">1 / 49</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">0 / 44</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/config-file.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 / 10</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" style="background-color:LightSteelBlue">util/mysql-util.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;">4 / 16</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">18.8 %</td>
|
|
<td class="CoverValue" style="background-color:LightPink;">3 / 16</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td class="coverFile" >util/mysql-util.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>
|
|
|