3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-07 16:31:55 +00:00
z3/coverage.html
Daily Test Coverage Improver 9f17c77932 staged files
2025-09-16 12:58:41 +00:00

29006 lines
1 MiB

<!DOCTYPE html>
<html class="theme-green">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GCC Code Coverage Report</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style type="text/css">
:root {
font-family: sans-serif;
--tab_size: 4;
}
.theme-green, .theme-blue {
--unknown_color: lightgray;
--low_color: #FF6666;
--medium_color: #F9FD63;
--partial_covered_color: var(--medium_color);
--uncovered_color: #FF8C8C;
--warning_color: orangered;
--notTakenBranch_color: red;
--uncheckedDecision_color: darkorange;
--notTakenDecision_color: red;
--notInvokedCall_color: red;
--excluded_color: rgb(255, 241, 229);
}
.theme-green {
--high_color: #85E485;
--covered_color: #85E485;
--takenBranch_color: green;
--takenDecision_color: green;
--invokedCall_color: green;
}
.theme-blue {
--high_color: #66B4FF;
--covered_color: #66B4Ff;
--takenBranch_color: blue;
--takenDecision_color: blue;
--invokedCall_color: blue;
}
body
{
color: #000000;
background-color: #FFFFFF;
}
h1
{
text-align: center;
margin: 0;
padding-bottom: 10px;
font-size: 20pt;
font-weight: bold;
}
hr
{
background-color: navy;
height: 2px;
border: 0;
}
/* Link formats: use maroon w/underlines */
a:link
{
color: navy;
text-decoration: underline;
}
a:visited
{
color: maroon;
text-decoration: underline;
}
/*** Summary formats ***/
.summary
{
display: flex;
flex-flow: row wrap;
max-width: 100%;
justify-content: flex-start;
}
.summary > table
{
flex: 1 0 7em;
border: 0;
}
.summary > :last-child {
margin-left: auto;
}
table.legend
{
color: black;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
table.legend th[scope=row]
{
font-weight: normal;
text-align: right;
white-space: nowrap;
}
table.legend td
{
color: blue;
text-align: left;
white-space: nowrap;
padding-left: 5px;
}
table.legend td.legend
{
color: black;
font-size: 80%;
}
table.legend td.warning_text
{
color: var(--warning_color);
}
table.coverage td,
table.coverage th
{
text-align: right;
color: black;
font-weight: normal;
white-space: nowrap;
padding-left: 5px;
padding-right: 4px;
}
table.coverage td
{
background-color: LightSteelBlue;
}
table.coverage th[scope=row]
{
color: black;
font-weight: normal;
white-space: nowrap;
}
table.coverage th[scope=col]
{
color: blue;
font-weight: normal;
white-space: nowrap;
}
table.legend span
{
margin-right: 4px;
padding: 2px;
}
table.legend span.coverage-unknown,
table.legend span.coverage-none,
table.legend span.coverage-low,
table.legend span.coverage-medium,
table.legend span.coverage-high
{
padding-left: 3px;
padding-right: 3px;
}
table.legend span.coverage-unknown,
table.coverage td.coverage-unknown,
table.file-list td.coverage-unknow
{
background-color: var(--unknown_color) !important;
}
table.legend span.coverage-none,
table.legend span.coverage-low,
table.coverage td.coverage-none,
table.coverage td.coverage-low,
table.file-list td.coverage-none,
table.file-list td.coverage-low
{
background-color: var(--low_color) !important;
}
table.legend span.coverage-medium,
table.coverage td.coverage-medium,
table.file-list td.coverage-medium
{
background-color: var(--medium_color) !important;
}
table.legend span.coverage-high,
table.coverage td.coverage-high,
table.file-list td.coverage-high
{
background-color: var(--high_color) !important;
}
/*** End of Summary formats ***/
/*** Meter formats ***/
/* Common */
meter {
-moz-appearance: none;
width: 30vw;
min-width: 4em;
max-width: 15em;
height: 0.75em;
padding: 0;
vertical-align: baseline;
margin-top: 3px;
/* Outer background for Mozilla */
background: none;
background-color: whitesmoke;
}
/* Webkit */
meter::-webkit-meter-bar {
/* Outer background for Webkit */
background: none;
background-color: whitesmoke;
height: 0.75em;
border-radius: 0px;
}
meter::-webkit-meter-optimum-value,
meter::-webkit-meter-suboptimum-value,
meter::-webkit-meter-even-less-good-value
{
/* Inner shadow for Webkit */
border: solid 1px black;
}
meter.coverage-none::-webkit-meter-optimum-value,
meter.coverage-low::-webkit-meter-optimum-value
{
background: var(--low_color);
}
meter.coverage-medium::-webkit-meter-optimum-value
{
background: var(--medium_color);
}
meter.coverage-high::-webkit-meter-optimum-value
{
background: var(--high_color);
}
/* Mozilla */
meter::-moz-meter-bar
{
box-sizing: border-box;
}
meter:-moz-meter-optimum::-moz-meter-bar,
meter:-moz-meter-sub-optimum::-moz-meter-bar,
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar
{
/* Inner shadow for Mozilla */
border: solid 1px black;
}
meter.coverage-none:-moz-meter-optimum::-moz-meter-bar,
meter.coverage-low:-moz-meter-optimum::-moz-meter-bar
{
background: var(--low_color);
}
meter.coverage-medium:-moz-meter-optimum::-moz-meter-bar
{
background: var(--medium_color);
}
meter.coverage-high:-moz-meter-optimum::-moz-meter-bar
{
background: var(--high_color);
}
/*** End of Meter formats ***/
.file-list td, .file-list th {
padding: 0 10px;
font-weight: bold;
}
.file-list th[scope^=col]
{
text-align: center;
color: white;
background-color: SteelBlue;
font-size: 120%;
}
.file-list th[scope=row]
{
text-align: left;
color: black;
font-family: monospace;
font-weight: bold;
font-size: 110%;
}
.file-list tr > td,
.file-list tr > th {
background: aliceblue;
}
.file-list tr:nth-child(even) > td,
.file-list tr:nth-child(even) > th {
background: LightSteelBlue
}
.file-list tr:hover > td,
.file-list tr:hover > th[scope=row]
{
background-color: #ddd;
}
td.CoverValue
{
text-align: right;
white-space: nowrap;
}
td.coveredLine,
span.coveredLine
{
background-color: var(--covered_color) !important;
}
td.partialCoveredLine,
span.partialCoveredLine
{
background-color: var(--partial_covered_color) !important;
}
td.uncoveredLine,
span.uncoveredLine
{
background-color: var(--uncovered_color) !important;
}
td.excludedLine,
span.excludedLine
{
background-color: var(--excluded_color) !important;
}
.linebranch, .linedecision, .linecall, .linecount
{
font-family: monospace;
border-right: 1px gray solid;
background-color: lightgray;
text-align: right;
}
.linebranchDetails, .linedecisionDetails, .linecallDetails
{
position: relative;
}
.linebranchSummary, .linedecisionSummary, .linecallSummary
{
cursor: help;
}
.linebranchContents, .linedecisionContents, .linecallContents
{
font-family: sans-serif;
font-size: small;
text-align: left;
position: absolute;
width: 15em;
padding: 1em;
background: white;
border: solid gray 1px;
box-shadow: 5px 5px 10px gray;
z-index: 1; /* show in front of the table entries */
}
.takenBranch
{
color: var(--takenBranch_color) !important;
}
.notTakenBranch
{
color: var(--notTakenBranch_color) !important;
}
.takenDecision
{
color: var(--takenDecision_color) !important;
}
.notTakenDecision
{
color: var(--notTakenDecision_color) !important;
}
.uncheckedDecision
{
color: var(--uncheckedDecision_color) !important;
}
.invokedCall
{
color: var(--invokedCall_color) !important;
}
.notInvokedCall
{
color: var(--notInvokedCall_color) !important;
}
.src
{
padding-left: 12px;
text-align: left;
font-family: monospace;
white-space: pre;
tab-size: var(--tab_size);
-moz-tab-size: var(--tab_size);
}
span.takenBranch,
span.notTakenBranch,
span.takenDecision,
span.notTakenDecision,
span.uncheckedDecision
{
font-family: monospace;
font-weight: bold;
}
pre
{
height : 15px;
margin-top: 0;
margin-bottom: 0;
}
.listOfFunctions td, .listOfFunctions th {
padding: 0 10px;
}
.listOfFunctions th
{
text-align: center;
color: white;
background-color: SteelBlue;
}
.listOfFunctions tr > td {
background: aliceblue;
}
.listOfFunctions tr:nth-child(even) > td {
background: LightSteelBlue
}
.listOfFunctions tr:hover > td
{
background-color: #ddd;
}
.listOfFunctions tr > td > a
{
text-decoration: none;
color: inherit;
}
.source-line
{
height : 15px;
margin-top: 0;
margin-bottom: 0;
}
.lineno
{
background-color: #EFE383;
border-right: 1px solid #BBB15F;
text-align: right;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
}
.lineno > a
{
text-decoration: none;
color: inherit;
}
.file-list
{
margin: 1em auto;
border: 0;
border-spacing: 1px;
}
.file-source table
{
border-spacing: 0;
}
.file-source table td,
.file-source table th
{
padding: 1px 10px;
}
.file-source table th
{
font-family: monospace;
font-weight: bold;
}
.file-source table td:last-child
{
width: 100%;
}
footer
{
text-align: center;
padding-top: 3px;
}
/* pygments syntax highlighting */
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #3D7B7B; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.cp { color: #9C6500 } /* Comment.Preproc */
.cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.gr { color: #E40000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #008400 } /* Generic.Inserted */
.go { color: #717171 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0044DD } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #687822 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #717171; font-weight: bold } /* Name.Entity */
.ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #767600 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mb { color: #666666 } /* Literal.Number.Bin */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sa { color: #BA2121 } /* Literal.String.Affix */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.dl { color: #BA2121 } /* Literal.String.Delimiter */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #A45A77 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.fm { color: #0000FF } /* Name.Function.Magic */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.vm { color: #19177C } /* Name.Variable.Magic */
.il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
</head>
<body>
<header>
<h1>GCC Code Coverage Report</h1>
<hr/>
<div class="summary">
<div>
<table class="legend">
<tr>
<th scope="row">Directory:</th>
<td>./</td>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2025-09-16 12:45:11</td>
</tr>
<tr>
<th scope="row">Coverage:</th>
<td class="legend">
<span class="coverage-low">low: &ge; 0%</span>
<span class="coverage-medium">medium: &ge; 75.0%</span>
<span class="coverage-high">high: &ge; 90.0%</span>
</td>
</tr>
</table>
</div>
<div>
<table class="coverage">
<tr>
<th></th>
<th scope="col">Exec</th>
<th scope="col">Total</th>
<th scope="col">Coverage</th>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>176005</td>
<td>373164</td>
<td class="coverage-low">47.2%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
<td>48913</td>
<td>94652</td>
<td class="coverage-low">51.7%</td>
</tr>
<tr>
<th scope="row">Branches:</th>
<td>180930</td>
<td>1064651</td>
<td class="coverage-low">17.0%</td>
</tr>
</table>
</div>
</div>
<hr/>
</header>
<nav>
</nav>
<main>
<table class="file-list">
<col/>
<colgroup span="3"/>
<colgroup span="2"/>
<colgroup span="2"/>
<tr>
<th scope="col">File</th>
<th scope="colgroup" colspan=3>Lines</th>
<th scope="colgroup" colspan=2>Functions</th>
<th scope="colgroup" colspan=2>Branches</th>
</tr>
<tr>
<th scope="row">
build/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/ackermannization/ackermannization_params.hpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">3 / 6</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/ackermannization/ackermannize_bv_tactic_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/api/api_commands.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5687</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 778</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/api/api_log_macros.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5333</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 776</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 218</td>
</tr>
<tr>
<th scope="row">
build/src/api/api_log_macros.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
build/src/api/dll/gparams_register_modules.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">58 / 58</td>
<td class="CoverValue function-coverage coverage-low">35.8%</td>
<td class="CoverValue function-coverage coverage-low">38 / 106</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
build/src/api/dll/install_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">186 / 186</td>
<td class="CoverValue function-coverage coverage-low">38.7%</td>
<td class="CoverValue function-coverage coverage-low">145 / 375</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">53 / 106</td>
</tr>
<tr>
<th scope="row">
build/src/api/dll/mem_initializer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/ast/normal_forms/nnf_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/ast/pp_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.9" title="94.9%">94.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.9%</td>
<td class="CoverValue line-coverage coverage-high">37 / 39</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">18 / 20</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/math/lp/lp_params_helper.hpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="47.1" title="47.1%">47.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">47.1%</td>
<td class="CoverValue line-coverage coverage-low">8 / 17</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/math/polynomial/algebraic_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/math/realclosure/rcf_params.hpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/model/model_evaluator_params.hpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">7 / 14</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/model/model_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">17 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/muz/base/fp_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.5" title="91.5%">91.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.5%</td>
<td class="CoverValue line-coverage coverage-high">215 / 235</td>
<td class="CoverValue function-coverage coverage-medium">82.9%</td>
<td class="CoverValue function-coverage coverage-medium">97 / 117</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/nlsat/nlsat_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">39 / 39</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">20 / 20</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/opt/opt_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.3" title="98.3%">98.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.3%</td>
<td class="CoverValue line-coverage coverage-high">57 / 58</td>
<td class="CoverValue function-coverage coverage-high">96.6%</td>
<td class="CoverValue function-coverage coverage-high">28 / 29</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/arith_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">30 / 30</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">16 / 16</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/array_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/bool_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">23 / 23</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/bv_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">28 / 28</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">15 / 15</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/fpa2bv_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/fpa_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/pattern_inference_params_helper.hpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">12 / 24</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">12 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/poly_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">14 / 14</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">24 / 24</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">13 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/sat_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.0" title="98.0%">98.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.0%</td>
<td class="CoverValue line-coverage coverage-high">193 / 197</td>
<td class="CoverValue function-coverage coverage-high">95.9%</td>
<td class="CoverValue function-coverage coverage-high">93 / 97</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/seq_rewriter_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/sls_params.hpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 63</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 31</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/smt_params_helper.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.6" title="99.6%">99.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.6%</td>
<td class="CoverValue line-coverage coverage-high">264 / 265</td>
<td class="CoverValue function-coverage coverage-high">99.2%</td>
<td class="CoverValue function-coverage coverage-high">128 / 129</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/solver_params.hpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.3" title="89.3%">89.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.3%</td>
<td class="CoverValue line-coverage coverage-medium">25 / 28</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 15</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/params/tactic_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.0" title="96.0%">96.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.0%</td>
<td class="CoverValue line-coverage coverage-high">24 / 25</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">12 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/parsers/util/parser_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">10 / 10</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/sat/sat_asymm_branch_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/sat/sat_scc_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">8 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/sat/sat_simplifier_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">61 / 61</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">31 / 31</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/shell/gparams_register_modules.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">58 / 58</td>
<td class="CoverValue function-coverage coverage-medium">84.9%</td>
<td class="CoverValue function-coverage coverage-medium">90 / 106</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
build/src/shell/install_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">186 / 186</td>
<td class="CoverValue function-coverage coverage-low">56.3%</td>
<td class="CoverValue function-coverage coverage-low">211 / 375</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">53 / 106</td>
</tr>
<tr>
<th scope="row">
build/src/shell/mem_initializer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/solver/combined_solver_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">10 / 10</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/solver/parallel_params.hpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">22 / 24</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/tactic/smtlogics/qfufbv_tactic_params.hpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">4 / 8</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
build/src/test/gparams_register_modules.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">58 / 58</td>
<td class="CoverValue function-coverage coverage-low">34.0%</td>
<td class="CoverValue function-coverage coverage-low">36 / 106</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
build/src/test/install_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">186 / 186</td>
<td class="CoverValue function-coverage coverage-low">31.2%</td>
<td class="CoverValue function-coverage coverage-low">117 / 375</td>
<td class="CoverValue branch-coverage coverage-low">49.1%</td>
<td class="CoverValue branch-coverage coverage-low">52 / 106</td>
</tr>
<tr>
<th scope="row">
build/src/test/mem_initializer.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">8 / 16</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackermannize_bv_model_converter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackermannize_bv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">40 / 45</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">51 / 280</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackr_bound_probe.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.7" title="6.7%">6.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 30</td>
<td class="CoverValue function-coverage coverage-low">30.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 114</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackr_helper.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.8" title="77.8%">77.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.8%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackr_helper.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.0" title="74.0%">74.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.0%</td>
<td class="CoverValue line-coverage coverage-low">54 / 73</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">11 / 11</td>
<td class="CoverValue branch-coverage coverage-low">53.3%</td>
<td class="CoverValue branch-coverage coverage-low">49 / 92</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackr_info.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.0" title="98.0%">98.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.0%</td>
<td class="CoverValue line-coverage coverage-high">49 / 50</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">53.4%</td>
<td class="CoverValue branch-coverage coverage-low">31 / 58</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/ackr_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.6" title="69.6%">69.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.6%</td>
<td class="CoverValue line-coverage coverage-low">80 / 115</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">15.2%</td>
<td class="CoverValue branch-coverage coverage-low">72 / 474</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/lackr.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.0" title="80.0%">80.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.0%</td>
<td class="CoverValue line-coverage coverage-medium">176 / 220</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-low">22.4%</td>
<td class="CoverValue branch-coverage coverage-low">165 / 737</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/lackr.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">10.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 10</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/lackr_model_constructor.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 207</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 802</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/lackr_model_constructor.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/ackermannization/lackr_model_converter_lazy.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 20</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/api/api_algebraic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 258</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 34</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1476</td>
</tr>
<tr>
<th scope="row">
src/api/api_arith.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.8" title="38.8%">38.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.8%</td>
<td class="CoverValue line-coverage coverage-low">66 / 170</td>
<td class="CoverValue function-coverage coverage-low">57.7%</td>
<td class="CoverValue function-coverage coverage-low">15 / 26</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">317 / 1586</td>
</tr>
<tr>
<th scope="row">
src/api/api_array.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.4" title="34.4%">34.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.4%</td>
<td class="CoverValue line-coverage coverage-low">97 / 282</td>
<td class="CoverValue function-coverage coverage-low">31.0%</td>
<td class="CoverValue function-coverage coverage-low">9 / 29</td>
<td class="CoverValue branch-coverage coverage-low">10.8%</td>
<td class="CoverValue branch-coverage coverage-low">166 / 1532</td>
</tr>
<tr>
<th scope="row">
src/api/api_ast.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.6" title="31.6%">31.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.6%</td>
<td class="CoverValue line-coverage coverage-low">372 / 1176</td>
<td class="CoverValue function-coverage coverage-low">55.6%</td>
<td class="CoverValue function-coverage coverage-low">45 / 81</td>
<td class="CoverValue branch-coverage coverage-low">18.3%</td>
<td class="CoverValue branch-coverage coverage-low">758 / 4133</td>
</tr>
<tr>
<th scope="row">
src/api/api_ast_map.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 111</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 451</td>
</tr>
<tr>
<th scope="row">
src/api/api_ast_map.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_ast_vector.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.3" title="84.3%">84.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.3%</td>
<td class="CoverValue line-coverage coverage-medium">75 / 89</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 10</td>
<td class="CoverValue branch-coverage coverage-low">30.5%</td>
<td class="CoverValue branch-coverage coverage-low">117 / 384</td>
</tr>
<tr>
<th scope="row">
src/api/api_ast_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_bv.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.7" title="21.7%">21.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.7%</td>
<td class="CoverValue line-coverage coverage-low">63 / 290</td>
<td class="CoverValue function-coverage coverage-low">61.1%</td>
<td class="CoverValue function-coverage coverage-low">33 / 54</td>
<td class="CoverValue branch-coverage coverage-low">21.2%</td>
<td class="CoverValue branch-coverage coverage-low">704 / 3320</td>
</tr>
<tr>
<th scope="row">
src/api/api_config_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="36.8" title="36.8%">36.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">36.8%</td>
<td class="CoverValue line-coverage coverage-low">25 / 68</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 8</td>
<td class="CoverValue branch-coverage coverage-low">11.4%</td>
<td class="CoverValue branch-coverage coverage-low">21 / 184</td>
</tr>
<tr>
<th scope="row">
src/api/api_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="58.5" title="58.5%">58.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">58.5%</td>
<td class="CoverValue line-coverage coverage-low">200 / 342</td>
<td class="CoverValue function-coverage coverage-low">74.5%</td>
<td class="CoverValue function-coverage coverage-low">35 / 47</td>
<td class="CoverValue branch-coverage coverage-low">24.6%</td>
<td class="CoverValue branch-coverage coverage-low">143 / 581</td>
</tr>
<tr>
<th scope="row">
src/api/api_context.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.0" title="70.0%">70.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.0%</td>
<td class="CoverValue line-coverage coverage-low">28 / 40</td>
<td class="CoverValue function-coverage coverage-low">73.7%</td>
<td class="CoverValue function-coverage coverage-low">28 / 38</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_datalog.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 486</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 60</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1748</td>
</tr>
<tr>
<th scope="row">
src/api/api_datalog.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_datatype.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.7" title="56.7%">56.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.7%</td>
<td class="CoverValue line-coverage coverage-low">255 / 450</td>
<td class="CoverValue function-coverage coverage-low">56.0%</td>
<td class="CoverValue function-coverage coverage-low">14 / 25</td>
<td class="CoverValue branch-coverage coverage-low">23.4%</td>
<td class="CoverValue branch-coverage coverage-low">394 / 1683</td>
</tr>
<tr>
<th scope="row">
src/api/api_fpa.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1090</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 84</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4894</td>
</tr>
<tr>
<th scope="row">
src/api/api_goal.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">75 / 150</td>
<td class="CoverValue function-coverage coverage-low">52.9%</td>
<td class="CoverValue function-coverage coverage-low">9 / 17</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">124 / 682</td>
</tr>
<tr>
<th scope="row">
src/api/api_goal.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_log.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.6" title="3.6%">3.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.6%</td>
<td class="CoverValue line-coverage coverage-low">3 / 83</td>
<td class="CoverValue function-coverage coverage-low">4.5%</td>
<td class="CoverValue function-coverage coverage-low">1 / 22</td>
<td class="CoverValue branch-coverage coverage-low">1.6%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 64</td>
</tr>
<tr>
<th scope="row">
src/api/api_model.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.9" title="30.9%">30.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.9%</td>
<td class="CoverValue line-coverage coverage-low">102 / 330</td>
<td class="CoverValue function-coverage coverage-low">29.4%</td>
<td class="CoverValue function-coverage coverage-low">10 / 34</td>
<td class="CoverValue branch-coverage coverage-low">10.0%</td>
<td class="CoverValue branch-coverage coverage-low">141 / 1413</td>
</tr>
<tr>
<th scope="row">
src/api/api_model.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">4 / 12</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">5 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/api/api_numeral.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.4" title="20.4%">20.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.4%</td>
<td class="CoverValue line-coverage coverage-low">67 / 329</td>
<td class="CoverValue function-coverage coverage-low">30.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 20</td>
<td class="CoverValue branch-coverage coverage-low">8.1%</td>
<td class="CoverValue branch-coverage coverage-low">97 / 1194</td>
</tr>
<tr>
<th scope="row">
src/api/api_opt.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="42.4" title="42.4%">42.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">42.4%</td>
<td class="CoverValue line-coverage coverage-low">140 / 330</td>
<td class="CoverValue function-coverage coverage-low">52.8%</td>
<td class="CoverValue function-coverage coverage-low">19 / 36</td>
<td class="CoverValue branch-coverage coverage-low">16.9%</td>
<td class="CoverValue branch-coverage coverage-low">243 / 1440</td>
</tr>
<tr>
<th scope="row">
src/api/api_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.0" title="71.0%">71.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.0%</td>
<td class="CoverValue line-coverage coverage-low">93 / 131</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 16</td>
<td class="CoverValue branch-coverage coverage-low">24.0%</td>
<td class="CoverValue branch-coverage coverage-low">117 / 488</td>
</tr>
<tr>
<th scope="row">
src/api/api_parsers.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="41.1" title="41.1%">41.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">41.1%</td>
<td class="CoverValue line-coverage coverage-low">69 / 168</td>
<td class="CoverValue function-coverage coverage-low">23.5%</td>
<td class="CoverValue function-coverage coverage-low">4 / 17</td>
<td class="CoverValue branch-coverage coverage-low">19.1%</td>
<td class="CoverValue branch-coverage coverage-low">106 / 556</td>
</tr>
<tr>
<th scope="row">
src/api/api_pb.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 64</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 269</td>
</tr>
<tr>
<th scope="row">
src/api/api_polynomial.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 137</td>
</tr>
<tr>
<th scope="row">
src/api/api_polynomial.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 2</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/api/api_qe.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 112</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 424</td>
</tr>
<tr>
<th scope="row">
src/api/api_quant.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.1" title="27.1%">27.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.1%</td>
<td class="CoverValue line-coverage coverage-low">98 / 362</td>
<td class="CoverValue function-coverage coverage-low">29.0%</td>
<td class="CoverValue function-coverage coverage-low">9 / 31</td>
<td class="CoverValue branch-coverage coverage-low">8.0%</td>
<td class="CoverValue branch-coverage coverage-low">104 / 1304</td>
</tr>
<tr>
<th scope="row">
src/api/api_rcf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 322</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 41</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1312</td>
</tr>
<tr>
<th scope="row">
src/api/api_seq.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.9" title="28.9%">28.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.9%</td>
<td class="CoverValue line-coverage coverage-low">73 / 253</td>
<td class="CoverValue function-coverage coverage-low">15.4%</td>
<td class="CoverValue function-coverage coverage-low">10 / 65</td>
<td class="CoverValue branch-coverage coverage-low">3.7%</td>
<td class="CoverValue branch-coverage coverage-low">134 / 3601</td>
</tr>
<tr>
<th scope="row">
src/api/api_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.7" title="34.7%">34.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.7%</td>
<td class="CoverValue line-coverage coverage-low">317 / 914</td>
<td class="CoverValue function-coverage coverage-low">35.4%</td>
<td class="CoverValue function-coverage coverage-low">29 / 82</td>
<td class="CoverValue branch-coverage coverage-low">14.5%</td>
<td class="CoverValue branch-coverage coverage-low">460 / 3176</td>
</tr>
<tr>
<th scope="row">
src/api/api_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">5 / 7</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 20</td>
</tr>
<tr>
<th scope="row">
src/api/api_special_relations.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 261</td>
</tr>
<tr>
<th scope="row">
src/api/api_stats.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 83</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 308</td>
</tr>
<tr>
<th scope="row">
src/api/api_stats.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/api/api_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.2" title="37.2%">37.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.2%</td>
<td class="CoverValue line-coverage coverage-low">182 / 489</td>
<td class="CoverValue function-coverage coverage-low">37.1%</td>
<td class="CoverValue function-coverage coverage-low">23 / 62</td>
<td class="CoverValue branch-coverage coverage-low">13.6%</td>
<td class="CoverValue branch-coverage coverage-low">325 / 2390</td>
</tr>
<tr>
<th scope="row">
src/api/api_tactic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">10 / 14</td>
<td class="CoverValue function-coverage coverage-low">72.2%</td>
<td class="CoverValue function-coverage coverage-low">13 / 18</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/api/api_util.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 30</td>
<td class="CoverValue function-coverage coverage-high">90.6%</td>
<td class="CoverValue function-coverage coverage-high">29 / 32</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/api/z3_replayer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 516</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 80</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 623</td>
</tr>
<tr>
<th scope="row">
src/ast/act_cache.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.7" title="77.7%">77.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.7%</td>
<td class="CoverValue line-coverage coverage-medium">87 / 112</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 12</td>
<td class="CoverValue branch-coverage coverage-low">56.6%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 76</td>
</tr>
<tr>
<th scope="row">
src/ast/act_cache.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/arith_decl_plugin.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.7" title="83.7%">83.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.7%</td>
<td class="CoverValue line-coverage coverage-medium">604 / 722</td>
<td class="CoverValue function-coverage coverage-medium">87.9%</td>
<td class="CoverValue function-coverage coverage-medium">51 / 58</td>
<td class="CoverValue branch-coverage coverage-low">51.9%</td>
<td class="CoverValue branch-coverage coverage-low">612 / 1179</td>
</tr>
<tr>
<th scope="row">
src/ast/arith_decl_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.8" title="72.8%">72.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.8%</td>
<td class="CoverValue line-coverage coverage-low">185 / 254</td>
<td class="CoverValue function-coverage coverage-medium">77.1%</td>
<td class="CoverValue function-coverage coverage-medium">135 / 175</td>
<td class="CoverValue branch-coverage coverage-low">53.0%</td>
<td class="CoverValue branch-coverage coverage-low">124 / 234</td>
</tr>
<tr>
<th scope="row">
src/ast/array_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.8" title="66.8%">66.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.8%</td>
<td class="CoverValue line-coverage coverage-low">318 / 476</td>
<td class="CoverValue function-coverage coverage-medium">79.4%</td>
<td class="CoverValue function-coverage coverage-medium">27 / 34</td>
<td class="CoverValue branch-coverage coverage-low">39.7%</td>
<td class="CoverValue branch-coverage coverage-low">292 / 735</td>
</tr>
<tr>
<th scope="row">
src/ast/array_decl_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.0" title="51.0%">51.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.0%</td>
<td class="CoverValue line-coverage coverage-low">51 / 100</td>
<td class="CoverValue function-coverage coverage-low">57.6%</td>
<td class="CoverValue function-coverage coverage-low">34 / 59</td>
<td class="CoverValue branch-coverage coverage-low">45.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 20</td>
</tr>
<tr>
<th scope="row">
src/ast/array_peq.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="8.6" title="8.6%">8.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">8.6%</td>
<td class="CoverValue line-coverage coverage-low">6 / 70</td>
<td class="CoverValue function-coverage coverage-low">28.6%</td>
<td class="CoverValue function-coverage coverage-low">2 / 7</td>
<td class="CoverValue branch-coverage coverage-low">1.6%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 310</td>
</tr>
<tr>
<th scope="row">
src/ast/array_peq.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/ast.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.2" title="77.2%">77.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.2%</td>
<td class="CoverValue line-coverage coverage-medium">1950 / 2526</td>
<td class="CoverValue function-coverage coverage-low">74.6%</td>
<td class="CoverValue function-coverage coverage-low">182 / 244</td>
<td class="CoverValue branch-coverage coverage-low">33.7%</td>
<td class="CoverValue branch-coverage coverage-low">1622 / 4811</td>
</tr>
<tr>
<th scope="row">
src/ast/ast.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.3" title="92.3%">92.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.3%</td>
<td class="CoverValue line-coverage coverage-high">705 / 764</td>
<td class="CoverValue function-coverage coverage-high">92.4%</td>
<td class="CoverValue function-coverage coverage-high">499 / 540</td>
<td class="CoverValue branch-coverage coverage-low">69.7%</td>
<td class="CoverValue branch-coverage coverage-low">319 / 458</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_ll_pp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.3" title="62.3%">62.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.3%</td>
<td class="CoverValue line-coverage coverage-low">157 / 252</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 24</td>
<td class="CoverValue branch-coverage coverage-low">57.8%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 128</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_ll_pp.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">4 / 8</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_lt.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.1" title="81.1%">81.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.1%</td>
<td class="CoverValue line-coverage coverage-medium">73 / 90</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">58.1%</td>
<td class="CoverValue branch-coverage coverage-low">72 / 124</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_lt.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_pp.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.5" title="37.5%">37.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.5%</td>
<td class="CoverValue line-coverage coverage-low">6 / 16</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_pp_dot.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 78</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 96</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_pp_dot.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_pp_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="25.7" title="25.7%">25.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">25.7%</td>
<td class="CoverValue line-coverage coverage-low">39 / 152</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">5 / 15</td>
<td class="CoverValue branch-coverage coverage-low">12.7%</td>
<td class="CoverValue branch-coverage coverage-low">34 / 268</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_pp_util.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_printer.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.0" title="64.0%">64.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.0%</td>
<td class="CoverValue line-coverage coverage-low">16 / 25</td>
<td class="CoverValue function-coverage coverage-low">68.8%</td>
<td class="CoverValue function-coverage coverage-low">11 / 16</td>
<td class="CoverValue branch-coverage coverage-low">45.5%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_printer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="5.9" title="5.9%">5.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">5.9%</td>
<td class="CoverValue line-coverage coverage-low">1 / 17</td>
<td class="CoverValue function-coverage coverage-low">20.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 10</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_smt2_pp.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">906 / 1071</td>
<td class="CoverValue function-coverage coverage-medium">87.2%</td>
<td class="CoverValue function-coverage coverage-medium">82 / 94</td>
<td class="CoverValue branch-coverage coverage-low">43.0%</td>
<td class="CoverValue branch-coverage coverage-low">866 / 2014</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_smt2_pp.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">11 / 12</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 15</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_smt_pp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.0" title="62.0%">62.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.0%</td>
<td class="CoverValue line-coverage coverage-low">462 / 745</td>
<td class="CoverValue function-coverage coverage-medium">76.7%</td>
<td class="CoverValue function-coverage coverage-medium">33 / 43</td>
<td class="CoverValue branch-coverage coverage-low">38.5%</td>
<td class="CoverValue branch-coverage coverage-low">420 / 1092</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_smt_pp.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">9 / 18</td>
<td class="CoverValue function-coverage coverage-low">70.6%</td>
<td class="CoverValue function-coverage coverage-low">12 / 17</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_trail.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.0" title="16.0%">16.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.0%</td>
<td class="CoverValue line-coverage coverage-low">4 / 25</td>
<td class="CoverValue function-coverage coverage-low">22.2%</td>
<td class="CoverValue function-coverage coverage-low">4 / 18</td>
<td class="CoverValue branch-coverage coverage-low">14.3%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 28</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_translation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.7" title="65.7%">65.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.7%</td>
<td class="CoverValue line-coverage coverage-low">184 / 280</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 12</td>
<td class="CoverValue branch-coverage coverage-low">45.1%</td>
<td class="CoverValue branch-coverage coverage-low">119 / 264</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_translation.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.7" title="85.7%">85.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.7%</td>
<td class="CoverValue line-coverage coverage-medium">30 / 35</td>
<td class="CoverValue function-coverage coverage-low">68.2%</td>
<td class="CoverValue function-coverage coverage-low">15 / 22</td>
<td class="CoverValue branch-coverage coverage-low">34.1%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 82</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.8" title="69.8%">69.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.8%</td>
<td class="CoverValue line-coverage coverage-low">224 / 321</td>
<td class="CoverValue function-coverage coverage-low">63.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 27</td>
<td class="CoverValue branch-coverage coverage-low">47.5%</td>
<td class="CoverValue branch-coverage coverage-low">279 / 587</td>
</tr>
<tr>
<th scope="row">
src/ast/ast_util.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 30</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">6 / 9</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">18 / 24</td>
</tr>
<tr>
<th scope="row">
src/ast/bv_decl_plugin.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.4" title="78.4%">78.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.4%</td>
<td class="CoverValue line-coverage coverage-medium">576 / 735</td>
<td class="CoverValue function-coverage coverage-medium">80.4%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 56</td>
<td class="CoverValue branch-coverage coverage-low">38.9%</td>
<td class="CoverValue branch-coverage coverage-low">340 / 874</td>
</tr>
<tr>
<th scope="row">
src/ast/bv_decl_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.7" title="51.7%">51.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.7%</td>
<td class="CoverValue line-coverage coverage-low">93 / 180</td>
<td class="CoverValue function-coverage coverage-low">56.6%</td>
<td class="CoverValue function-coverage coverage-low">73 / 129</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 160</td>
</tr>
<tr>
<th scope="row">
src/ast/char_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.6" title="61.6%">61.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.6%</td>
<td class="CoverValue line-coverage coverage-low">77 / 125</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">12 / 13</td>
<td class="CoverValue branch-coverage coverage-low">24.2%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 285</td>
</tr>
<tr>
<th scope="row">
src/ast/char_decl_plugin.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.8" title="93.8%">93.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.8%</td>
<td class="CoverValue line-coverage coverage-high">15 / 16</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/converter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.3" title="78.3%">78.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.3%</td>
<td class="CoverValue line-coverage coverage-medium">18 / 23</td>
<td class="CoverValue function-coverage coverage-low">53.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 15</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/equiv_proof_converter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 118</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/expr_inverter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 596</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 54</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 888</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/expr_inverter.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/generic_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="47.9" title="47.9%">47.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">47.9%</td>
<td class="CoverValue line-coverage coverage-low">79 / 165</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">6 / 9</td>
<td class="CoverValue branch-coverage coverage-low">15.1%</td>
<td class="CoverValue branch-coverage coverage-low">87 / 575</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/generic_model_converter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.7" title="72.7%">72.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.7%</td>
<td class="CoverValue line-coverage coverage-low">8 / 11</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 18</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/horn_subsume_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.9" title="68.9%">68.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.9%</td>
<td class="CoverValue line-coverage coverage-low">93 / 135</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">19.1%</td>
<td class="CoverValue branch-coverage coverage-low">125 / 656</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/horn_subsume_model_converter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">6 / 8</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 10</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/model_converter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.0" title="80.0%">80.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.0%</td>
<td class="CoverValue line-coverage coverage-medium">96 / 120</td>
<td class="CoverValue function-coverage coverage-medium">82.8%</td>
<td class="CoverValue function-coverage coverage-medium">24 / 29</td>
<td class="CoverValue branch-coverage coverage-low">48.6%</td>
<td class="CoverValue branch-coverage coverage-low">36 / 74</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/model_converter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.5" title="62.5%">62.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.5%</td>
<td class="CoverValue line-coverage coverage-low">5 / 8</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/proof_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="14.3" title="14.3%">14.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">14.3%</td>
<td class="CoverValue line-coverage coverage-low">7 / 49</td>
<td class="CoverValue function-coverage coverage-low">14.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 14</td>
<td class="CoverValue branch-coverage coverage-low">3.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 60</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/proof_converter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/replace_proof_converter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 32</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 250</td>
</tr>
<tr>
<th scope="row">
src/ast/converters/replace_proof_converter.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/cost_evaluator.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.7" title="37.7%">37.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.7%</td>
<td class="CoverValue line-coverage coverage-low">23 / 61</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">22.6%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 53</td>
</tr>
<tr>
<th scope="row">
src/ast/datatype_decl_plugin.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.5" title="82.5%">82.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.5%</td>
<td class="CoverValue line-coverage coverage-medium">916 / 1110</td>
<td class="CoverValue function-coverage coverage-medium">85.9%</td>
<td class="CoverValue function-coverage coverage-medium">85 / 99</td>
<td class="CoverValue branch-coverage coverage-low">29.6%</td>
<td class="CoverValue branch-coverage coverage-low">974 / 3291</td>
</tr>
<tr>
<th scope="row">
src/ast/datatype_decl_plugin.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.8" title="93.8%">93.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.8%</td>
<td class="CoverValue line-coverage coverage-high">136 / 145</td>
<td class="CoverValue function-coverage coverage-medium">89.5%</td>
<td class="CoverValue function-coverage coverage-medium">85 / 95</td>
<td class="CoverValue branch-coverage coverage-low">51.9%</td>
<td class="CoverValue branch-coverage coverage-low">55 / 106</td>
</tr>
<tr>
<th scope="row">
src/ast/decl_collector.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.1" title="79.1%">79.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.1%</td>
<td class="CoverValue line-coverage coverage-medium">117 / 148</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">67.8%</td>
<td class="CoverValue branch-coverage coverage-low">80 / 118</td>
</tr>
<tr>
<th scope="row">
src/ast/decl_collector.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">5 / 6</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/display_dimacs.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 122</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 154</td>
</tr>
<tr>
<th scope="row">
src/ast/dl_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.0" title="31.0%">31.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.0%</td>
<td class="CoverValue line-coverage coverage-low">164 / 529</td>
<td class="CoverValue function-coverage coverage-low">56.1%</td>
<td class="CoverValue function-coverage coverage-low">23 / 41</td>
<td class="CoverValue branch-coverage coverage-low">11.7%</td>
<td class="CoverValue branch-coverage coverage-low">114 / 978</td>
</tr>
<tr>
<th scope="row">
src/ast/dl_decl_plugin.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">11 / 13</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 12</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_ac_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1008</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 86</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1167</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_ac_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 74</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 53</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_arith_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 77</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 135</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_arith_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_bv_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 375</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 31</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 714</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_bv_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 17</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 18</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_egraph.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.7" title="44.7%">44.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.7%</td>
<td class="CoverValue line-coverage coverage-low">367 / 821</td>
<td class="CoverValue function-coverage coverage-low">48.6%</td>
<td class="CoverValue function-coverage coverage-low">36 / 74</td>
<td class="CoverValue branch-coverage coverage-low">22.2%</td>
<td class="CoverValue branch-coverage coverage-low">249 / 1124</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_egraph.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="42.5" title="42.5%">42.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">42.5%</td>
<td class="CoverValue line-coverage coverage-low">37 / 87</td>
<td class="CoverValue function-coverage coverage-low">40.3%</td>
<td class="CoverValue function-coverage coverage-low">27 / 67</td>
<td class="CoverValue branch-coverage coverage-low">4.2%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 24</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_enode.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="25.0" title="25.0%">25.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">25.0%</td>
<td class="CoverValue line-coverage coverage-low">29 / 116</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">3 / 9</td>
<td class="CoverValue branch-coverage coverage-low">12.2%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 98</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_enode.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.8" title="73.8%">73.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.8%</td>
<td class="CoverValue line-coverage coverage-low">121 / 164</td>
<td class="CoverValue function-coverage coverage-low">71.3%</td>
<td class="CoverValue function-coverage coverage-low">67 / 94</td>
<td class="CoverValue branch-coverage coverage-low">32.6%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 86</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_etable.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.0" title="44.0%">44.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.0%</td>
<td class="CoverValue line-coverage coverage-low">77 / 175</td>
<td class="CoverValue function-coverage coverage-low">64.7%</td>
<td class="CoverValue function-coverage coverage-low">11 / 17</td>
<td class="CoverValue branch-coverage coverage-low">29.2%</td>
<td class="CoverValue branch-coverage coverage-low">45 / 154</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_etable.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">17 / 51</td>
<td class="CoverValue function-coverage coverage-low">54.5%</td>
<td class="CoverValue function-coverage coverage-low">6 / 11</td>
<td class="CoverValue branch-coverage coverage-low">18.8%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 64</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_justification.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 18</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_justification.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.0" title="45.0%">45.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.0%</td>
<td class="CoverValue line-coverage coverage-low">27 / 60</td>
<td class="CoverValue function-coverage coverage-low">40.7%</td>
<td class="CoverValue function-coverage coverage-low">11 / 27</td>
<td class="CoverValue branch-coverage coverage-low">5.1%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 39</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_mam.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2325</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 194</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3036</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_mam.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="25.0" title="25.0%">25.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">25.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 4</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 22</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_specrel_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 40</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/euf_specrel_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/ho_matcher.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 631</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 30</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1647</td>
</tr>
<tr>
<th scope="row">
src/ast/euf/ho_matcher.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 170</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 67</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 102</td>
</tr>
<tr>
<th scope="row">
src/ast/expr2polynomial.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.3" title="84.3%">84.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.3%</td>
<td class="CoverValue line-coverage coverage-medium">301 / 357</td>
<td class="CoverValue function-coverage coverage-medium">83.0%</td>
<td class="CoverValue function-coverage coverage-medium">39 / 47</td>
<td class="CoverValue branch-coverage coverage-low">47.2%</td>
<td class="CoverValue branch-coverage coverage-low">263 / 557</td>
</tr>
<tr>
<th scope="row">
src/ast/expr2polynomial.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/expr2var.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.0" title="93.0%">93.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.0%</td>
<td class="CoverValue line-coverage coverage-high">66 / 71</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">44.0%</td>
<td class="CoverValue branch-coverage coverage-low">22 / 50</td>
</tr>
<tr>
<th scope="row">
src/ast/expr2var.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_abstract.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.3" title="78.3%">78.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.3%</td>
<td class="CoverValue line-coverage coverage-medium">72 / 92</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">15.5%</td>
<td class="CoverValue branch-coverage coverage-low">41 / 264</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_abstract.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.1" title="57.1%">57.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.1%</td>
<td class="CoverValue line-coverage coverage-low">4 / 7</td>
<td class="CoverValue function-coverage coverage-low">62.5%</td>
<td class="CoverValue function-coverage coverage-low">5 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_delta_pair.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_functors.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.0" title="63.0%">63.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.0%</td>
<td class="CoverValue line-coverage coverage-low">58 / 92</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 6</td>
<td class="CoverValue branch-coverage coverage-low">37.7%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 114</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_functors.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.1" title="94.1%">94.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.1%</td>
<td class="CoverValue line-coverage coverage-high">16 / 17</td>
<td class="CoverValue function-coverage coverage-high">93.8%</td>
<td class="CoverValue function-coverage coverage-high">15 / 16</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 10</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_map.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.7" title="55.7%">55.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.7%</td>
<td class="CoverValue line-coverage coverage-low">34 / 61</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 8</td>
<td class="CoverValue branch-coverage coverage-low">35.7%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 28</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_map.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_stat.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 47</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 85</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_substitution.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.8" title="75.8%">75.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.8%</td>
<td class="CoverValue line-coverage coverage-medium">94 / 124</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-low">52.6%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 116</td>
</tr>
<tr>
<th scope="row">
src/ast/expr_substitution.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.3" title="96.3%">96.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.3%</td>
<td class="CoverValue line-coverage coverage-high">26 / 27</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">8 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/for_each_ast.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.5" title="62.5%">62.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.5%</td>
<td class="CoverValue line-coverage coverage-low">10 / 16</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 4</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">6 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/for_each_ast.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.2" title="91.2%">91.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.2%</td>
<td class="CoverValue line-coverage coverage-high">73 / 80</td>
<td class="CoverValue function-coverage coverage-low">30.3%</td>
<td class="CoverValue function-coverage coverage-low">10 / 33</td>
<td class="CoverValue branch-coverage coverage-low">15.2%</td>
<td class="CoverValue branch-coverage coverage-low">117 / 770</td>
</tr>
<tr>
<th scope="row">
src/ast/for_each_expr.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.9" title="28.9%">28.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.9%</td>
<td class="CoverValue line-coverage coverage-low">43 / 149</td>
<td class="CoverValue function-coverage coverage-low">40.6%</td>
<td class="CoverValue function-coverage coverage-low">13 / 32</td>
<td class="CoverValue branch-coverage coverage-low">26.2%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 122</td>
</tr>
<tr>
<th scope="row">
src/ast/for_each_expr.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.8" title="83.8%">83.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.8%</td>
<td class="CoverValue line-coverage coverage-medium">83 / 99</td>
<td class="CoverValue function-coverage coverage-low">56.4%</td>
<td class="CoverValue function-coverage coverage-low">149 / 264</td>
<td class="CoverValue branch-coverage coverage-low">50.9%</td>
<td class="CoverValue branch-coverage coverage-low">387 / 760</td>
</tr>
<tr>
<th scope="row">
src/ast/format.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.1" title="82.1%">82.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.1%</td>
<td class="CoverValue line-coverage coverage-medium">87 / 106</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">21 / 27</td>
<td class="CoverValue branch-coverage coverage-low">47.8%</td>
<td class="CoverValue branch-coverage coverage-low">44 / 92</td>
</tr>
<tr>
<th scope="row">
src/ast/format.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.1" title="97.1%">97.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.1%</td>
<td class="CoverValue line-coverage coverage-high">66 / 68</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 11</td>
<td class="CoverValue branch-coverage coverage-low">35.4%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 48</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/bv2fpa_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.2" title="69.2%">69.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.2%</td>
<td class="CoverValue line-coverage coverage-low">274 / 396</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 16</td>
<td class="CoverValue branch-coverage coverage-low">23.2%</td>
<td class="CoverValue branch-coverage coverage-low">476 / 2055</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/bv2fpa_converter.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/fpa2bv_converter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.8" title="89.8%">89.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.8%</td>
<td class="CoverValue line-coverage coverage-medium">3077 / 3427</td>
<td class="CoverValue function-coverage coverage-medium">85.5%</td>
<td class="CoverValue function-coverage coverage-medium">106 / 124</td>
<td class="CoverValue branch-coverage coverage-low">37.4%</td>
<td class="CoverValue branch-coverage coverage-low">6936 / 18566</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/fpa2bv_converter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">11 / 11</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/fpa2bv_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.1" title="84.1%">84.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.1%</td>
<td class="CoverValue line-coverage coverage-medium">207 / 246</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">23.6%</td>
<td class="CoverValue branch-coverage coverage-low">273 / 1158</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa/fpa2bv_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">8 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa_decl_plugin.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.4" title="77.4%">77.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.4%</td>
<td class="CoverValue line-coverage coverage-medium">597 / 771</td>
<td class="CoverValue function-coverage coverage-high">92.5%</td>
<td class="CoverValue function-coverage coverage-high">49 / 53</td>
<td class="CoverValue branch-coverage coverage-low">51.0%</td>
<td class="CoverValue branch-coverage coverage-low">434 / 851</td>
</tr>
<tr>
<th scope="row">
src/ast/fpa_decl_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.8" title="51.8%">51.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.8%</td>
<td class="CoverValue line-coverage coverage-low">58 / 112</td>
<td class="CoverValue function-coverage coverage-low">60.9%</td>
<td class="CoverValue function-coverage coverage-low">53 / 87</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 172</td>
</tr>
<tr>
<th scope="row">
src/ast/func_decl_dependencies.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.0" title="82.0%">82.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.0%</td>
<td class="CoverValue line-coverage coverage-medium">114 / 139</td>
<td class="CoverValue function-coverage coverage-high">90.5%</td>
<td class="CoverValue function-coverage coverage-high">19 / 21</td>
<td class="CoverValue branch-coverage coverage-low">62.9%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 62</td>
</tr>
<tr>
<th scope="row">
src/ast/func_decl_dependencies.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/has_free_vars.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.1" title="98.1%">98.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.1%</td>
<td class="CoverValue line-coverage coverage-high">53 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-medium">78.1%</td>
<td class="CoverValue branch-coverage coverage-medium">25 / 32</td>
</tr>
<tr>
<th scope="row">
src/ast/is_variable_test.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.4" title="68.4%">68.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.4%</td>
<td class="CoverValue line-coverage coverage-low">13 / 19</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/justified_expr.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">41 / 41</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/ast/macro_substitution.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 131</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 130</td>
</tr>
<tr>
<th scope="row">
src/ast/macro_substitution.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/cond_macro.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.6" title="69.6%">69.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.6%</td>
<td class="CoverValue line-coverage coverage-low">16 / 23</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 10</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 20</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/macro_finder.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.2" title="54.2%">54.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.2%</td>
<td class="CoverValue line-coverage coverage-low">156 / 288</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">10 / 11</td>
<td class="CoverValue branch-coverage coverage-low">13.3%</td>
<td class="CoverValue branch-coverage coverage-low">178 / 1338</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/macro_manager.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.2" title="83.2%">83.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.2%</td>
<td class="CoverValue line-coverage coverage-medium">242 / 291</td>
<td class="CoverValue function-coverage coverage-high">96.2%</td>
<td class="CoverValue function-coverage coverage-high">25 / 26</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">231 / 885</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/macro_manager.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.7" title="85.7%">85.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.7%</td>
<td class="CoverValue line-coverage coverage-medium">6 / 7</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/macro_util.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">523 / 628</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">42 / 46</td>
<td class="CoverValue branch-coverage coverage-low">31.9%</td>
<td class="CoverValue branch-coverage coverage-low">535 / 1679</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/macro_util.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-medium">83.3%</td>
<td class="CoverValue branch-coverage coverage-medium">5 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/quantifier_macro_info.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="47.6" title="47.6%">47.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">47.6%</td>
<td class="CoverValue line-coverage coverage-low">20 / 42</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-low">35.9%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 64</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/quantifier_macro_info.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">10 / 10</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/quasi_macros.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.2" title="85.2%">85.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.2%</td>
<td class="CoverValue line-coverage coverage-medium">219 / 257</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-low">34.5%</td>
<td class="CoverValue branch-coverage coverage-low">257 / 744</td>
</tr>
<tr>
<th scope="row">
src/ast/macros/quasi_macros.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/defined_names.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.9" title="83.9%">83.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.9%</td>
<td class="CoverValue line-coverage coverage-medium">172 / 205</td>
<td class="CoverValue function-coverage coverage-high">92.6%</td>
<td class="CoverValue function-coverage coverage-high">25 / 27</td>
<td class="CoverValue branch-coverage coverage-low">24.4%</td>
<td class="CoverValue branch-coverage coverage-low">164 / 672</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/elim_term_ite.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.9" title="92.9%">92.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.9%</td>
<td class="CoverValue line-coverage coverage-high">13 / 14</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">15.7%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 108</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/elim_term_ite.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/name_exprs.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.1" title="93.1%">93.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.1%</td>
<td class="CoverValue line-coverage coverage-high">67 / 72</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">21 / 23</td>
<td class="CoverValue branch-coverage coverage-low">35.4%</td>
<td class="CoverValue branch-coverage coverage-low">34 / 96</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/name_exprs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/nnf.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.8" title="85.8%">85.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.8%</td>
<td class="CoverValue line-coverage coverage-medium">533 / 621</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">45 / 50</td>
<td class="CoverValue branch-coverage coverage-low">40.2%</td>
<td class="CoverValue branch-coverage coverage-low">429 / 1068</td>
</tr>
<tr>
<th scope="row">
src/ast/normal_forms/pull_quant.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.2" title="62.2%">62.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.2%</td>
<td class="CoverValue line-coverage coverage-low">148 / 238</td>
<td class="CoverValue function-coverage coverage-low">68.8%</td>
<td class="CoverValue function-coverage coverage-low">22 / 32</td>
<td class="CoverValue branch-coverage coverage-low">20.3%</td>
<td class="CoverValue branch-coverage coverage-low">139 / 684</td>
</tr>
<tr>
<th scope="row">
src/ast/num_occurs.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="47.1" title="47.1%">47.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">47.1%</td>
<td class="CoverValue line-coverage coverage-low">16 / 34</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 4</td>
<td class="CoverValue branch-coverage coverage-low">42.0%</td>
<td class="CoverValue branch-coverage coverage-low">34 / 81</td>
</tr>
<tr>
<th scope="row">
src/ast/num_occurs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">11 / 11</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/occurs.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.5" title="84.5%">84.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.5%</td>
<td class="CoverValue line-coverage coverage-medium">60 / 71</td>
<td class="CoverValue function-coverage coverage-low">73.3%</td>
<td class="CoverValue function-coverage coverage-low">11 / 15</td>
<td class="CoverValue branch-coverage coverage-low">59.8%</td>
<td class="CoverValue branch-coverage coverage-low">55 / 92</td>
</tr>
<tr>
<th scope="row">
src/ast/pattern/expr_pattern_match.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.8" title="73.8%">73.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.8%</td>
<td class="CoverValue line-coverage coverage-low">239 / 324</td>
<td class="CoverValue function-coverage coverage-low">69.2%</td>
<td class="CoverValue function-coverage coverage-low">9 / 13</td>
<td class="CoverValue branch-coverage coverage-low">32.6%</td>
<td class="CoverValue branch-coverage coverage-low">252 / 773</td>
</tr>
<tr>
<th scope="row">
src/ast/pattern/expr_pattern_match.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.1" title="92.1%">92.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.1%</td>
<td class="CoverValue line-coverage coverage-high">35 / 38</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 8</td>
<td class="CoverValue branch-coverage coverage-low">58.8%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 34</td>
</tr>
<tr>
<th scope="row">
src/ast/pattern/pattern_inference.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.9" title="87.9%">87.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.9%</td>
<td class="CoverValue line-coverage coverage-medium">472 / 537</td>
<td class="CoverValue function-coverage coverage-high">96.4%</td>
<td class="CoverValue function-coverage coverage-high">27 / 28</td>
<td class="CoverValue branch-coverage coverage-low">30.5%</td>
<td class="CoverValue branch-coverage coverage-low">380 / 1245</td>
</tr>
<tr>
<th scope="row">
src/ast/pattern/pattern_inference.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">36 / 40</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 24</td>
<td class="CoverValue branch-coverage coverage-low">43.8%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/pb_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.4" title="65.4%">65.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.4%</td>
<td class="CoverValue line-coverage coverage-low">142 / 217</td>
<td class="CoverValue function-coverage coverage-low">68.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 25</td>
<td class="CoverValue branch-coverage coverage-low">46.9%</td>
<td class="CoverValue branch-coverage coverage-low">128 / 273</td>
</tr>
<tr>
<th scope="row">
src/ast/pb_decl_plugin.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.2" title="76.2%">76.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.2%</td>
<td class="CoverValue line-coverage coverage-medium">16 / 21</td>
<td class="CoverValue function-coverage coverage-medium">85.0%</td>
<td class="CoverValue function-coverage coverage-medium">17 / 20</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/polymorphism_inst.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 105</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 225</td>
</tr>
<tr>
<th scope="row">
src/ast/polymorphism_inst.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 19</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/polymorphism_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.6" title="2.6%">2.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.6%</td>
<td class="CoverValue line-coverage coverage-low">7 / 267</td>
<td class="CoverValue function-coverage coverage-low">4.2%</td>
<td class="CoverValue function-coverage coverage-low">1 / 24</td>
<td class="CoverValue branch-coverage coverage-low">0.8%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 519</td>
</tr>
<tr>
<th scope="row">
src/ast/polymorphism_util.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.2" title="4.2%">4.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.2%</td>
<td class="CoverValue line-coverage coverage-low">1 / 24</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 12</td>
<td class="CoverValue branch-coverage coverage-low">6.2%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/pp.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.2" title="85.2%">85.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.2%</td>
<td class="CoverValue line-coverage coverage-medium">69 / 81</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">48.3%</td>
<td class="CoverValue branch-coverage coverage-low">85 / 176</td>
</tr>
<tr>
<th scope="row">
src/ast/proofs/proof_checker.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.1" title="55.1%">55.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.1%</td>
<td class="CoverValue line-coverage coverage-low">530 / 962</td>
<td class="CoverValue function-coverage coverage-medium">86.0%</td>
<td class="CoverValue function-coverage coverage-medium">43 / 50</td>
<td class="CoverValue branch-coverage coverage-low">17.3%</td>
<td class="CoverValue branch-coverage coverage-low">585 / 3372</td>
</tr>
<tr>
<th scope="row">
src/ast/proofs/proof_checker.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/proofs/proof_utils.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.9" title="3.9%">3.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.9%</td>
<td class="CoverValue line-coverage coverage-low">24 / 612</td>
<td class="CoverValue function-coverage coverage-low">6.8%</td>
<td class="CoverValue function-coverage coverage-low">3 / 44</td>
<td class="CoverValue branch-coverage coverage-low">0.8%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 1561</td>
</tr>
<tr>
<th scope="row">
src/ast/proofs/proof_utils.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.3" title="97.3%">97.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.3%</td>
<td class="CoverValue line-coverage coverage-high">110 / 113</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">33.8%</td>
<td class="CoverValue branch-coverage coverage-low">150 / 444</td>
</tr>
<tr>
<th scope="row">
src/ast/quantifier_stat.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.8" title="94.8%">94.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.8%</td>
<td class="CoverValue line-coverage coverage-high">73 / 77</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-medium">85.4%</td>
<td class="CoverValue branch-coverage coverage-medium">35 / 41</td>
</tr>
<tr>
<th scope="row">
src/ast/quantifier_stat.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.6" title="82.6%">82.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.6%</td>
<td class="CoverValue line-coverage coverage-medium">38 / 46</td>
<td class="CoverValue function-coverage coverage-medium">78.9%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 19</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">4 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/recfun_decl_plugin.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.6" title="77.6%">77.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.6%</td>
<td class="CoverValue line-coverage coverage-medium">274 / 353</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">48 / 57</td>
<td class="CoverValue branch-coverage coverage-low">23.1%</td>
<td class="CoverValue branch-coverage coverage-low">264 / 1143</td>
</tr>
<tr>
<th scope="row">
src/ast/recfun_decl_plugin.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.2" title="81.2%">81.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.2%</td>
<td class="CoverValue line-coverage coverage-medium">91 / 112</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">66 / 77</td>
<td class="CoverValue branch-coverage coverage-low">39.3%</td>
<td class="CoverValue branch-coverage coverage-low">33 / 84</td>
</tr>
<tr>
<th scope="row">
src/ast/recurse_expr.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/recurse_expr_def.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.1" title="79.1%">79.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.1%</td>
<td class="CoverValue line-coverage coverage-medium">34 / 43</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">73.7%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 19</td>
</tr>
<tr>
<th scope="row">
src/ast/reg_decl_plugins.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">35 / 35</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">22 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/arith_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.9" title="82.9%">82.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.9%</td>
<td class="CoverValue line-coverage coverage-medium">1481 / 1787</td>
<td class="CoverValue function-coverage coverage-medium">88.4%</td>
<td class="CoverValue function-coverage coverage-medium">76 / 86</td>
<td class="CoverValue branch-coverage coverage-low">43.2%</td>
<td class="CoverValue branch-coverage coverage-low">2726 / 6307</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/arith_rewriter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.9" title="71.9%">71.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.9%</td>
<td class="CoverValue line-coverage coverage-low">23 / 32</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 19</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/array_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.4" title="50.4%">50.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.4%</td>
<td class="CoverValue line-coverage coverage-low">338 / 671</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">14 / 28</td>
<td class="CoverValue branch-coverage coverage-low">26.7%</td>
<td class="CoverValue branch-coverage coverage-low">457 / 1712</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/array_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">15 / 15</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/ast_counter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.2" title="84.2%">84.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.2%</td>
<td class="CoverValue line-coverage coverage-medium">85 / 101</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 12</td>
<td class="CoverValue branch-coverage coverage-low">55.7%</td>
<td class="CoverValue branch-coverage coverage-low">59 / 106</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/ast_counter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.3" title="92.3%">92.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.3%</td>
<td class="CoverValue line-coverage coverage-high">12 / 13</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit2int.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="29.7" title="29.7%">29.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">29.7%</td>
<td class="CoverValue line-coverage coverage-low">90 / 303</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 15</td>
<td class="CoverValue branch-coverage coverage-low">10.8%</td>
<td class="CoverValue branch-coverage coverage-low">112 / 1038</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit2int.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">6 / 12</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit_blaster/bit_blaster.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.9" title="83.9%">83.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.9%</td>
<td class="CoverValue line-coverage coverage-medium">78 / 93</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">59.8%</td>
<td class="CoverValue branch-coverage coverage-low">67 / 112</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit_blaster/bit_blaster.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.8" title="68.8%">68.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.8%</td>
<td class="CoverValue line-coverage coverage-low">11 / 16</td>
<td class="CoverValue function-coverage coverage-low">70.6%</td>
<td class="CoverValue function-coverage coverage-low">12 / 17</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit_blaster/bit_blaster_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.7" title="83.7%">83.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.7%</td>
<td class="CoverValue line-coverage coverage-medium">406 / 485</td>
<td class="CoverValue function-coverage coverage-medium">88.7%</td>
<td class="CoverValue function-coverage coverage-medium">86 / 97</td>
<td class="CoverValue branch-coverage coverage-low">45.6%</td>
<td class="CoverValue branch-coverage coverage-low">282 / 618</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit_blaster/bit_blaster_tpl.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.0" title="84.0%">84.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.0%</td>
<td class="CoverValue line-coverage coverage-medium">21 / 25</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 36</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bit_blaster/bit_blaster_tpl_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.0" title="67.0%">67.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.0%</td>
<td class="CoverValue line-coverage coverage-low">479 / 715</td>
<td class="CoverValue function-coverage coverage-low">60.4%</td>
<td class="CoverValue function-coverage coverage-low">61 / 101</td>
<td class="CoverValue branch-coverage coverage-low">31.4%</td>
<td class="CoverValue branch-coverage coverage-low">651 / 2074</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bool_rewriter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.3" title="92.3%">92.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.3%</td>
<td class="CoverValue line-coverage coverage-high">747 / 809</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">26 / 30</td>
<td class="CoverValue branch-coverage coverage-low">60.8%</td>
<td class="CoverValue branch-coverage coverage-low">907 / 1491</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bool_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.4" title="82.4%">82.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.4%</td>
<td class="CoverValue line-coverage coverage-medium">89 / 108</td>
<td class="CoverValue function-coverage coverage-low">70.6%</td>
<td class="CoverValue function-coverage coverage-low">24 / 34</td>
<td class="CoverValue branch-coverage coverage-low">52.9%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 70</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv2int_translator.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 499</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 29</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1623</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv2int_translator.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_bounds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.6" title="2.6%">2.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.6%</td>
<td class="CoverValue line-coverage coverage-low">13 / 509</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">3 / 18</td>
<td class="CoverValue branch-coverage coverage-low">0.2%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 2783</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_bounds.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.3" title="3.3%">3.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.3%</td>
<td class="CoverValue line-coverage coverage-low">1 / 30</td>
<td class="CoverValue function-coverage coverage-low">11.1%</td>
<td class="CoverValue function-coverage coverage-low">1 / 9</td>
<td class="CoverValue branch-coverage coverage-low">9.5%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 42</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_bounds_base.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 212</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 848</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_elim.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 71</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 176</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_elim.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.4" title="64.4%">64.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.4%</td>
<td class="CoverValue line-coverage coverage-low">1479 / 2295</td>
<td class="CoverValue function-coverage coverage-medium">76.7%</td>
<td class="CoverValue function-coverage coverage-medium">69 / 90</td>
<td class="CoverValue branch-coverage coverage-low">32.1%</td>
<td class="CoverValue branch-coverage coverage-low">1984 / 6177</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/bv_rewriter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.2" title="59.2%">59.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.2%</td>
<td class="CoverValue line-coverage coverage-low">42 / 71</td>
<td class="CoverValue function-coverage coverage-low">69.4%</td>
<td class="CoverValue function-coverage coverage-low">34 / 49</td>
<td class="CoverValue branch-coverage coverage-low">5.6%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 124</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/cached_var_subst.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">48 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">28.3%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 138</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/cached_var_subst.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/char_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="39.7" title="39.7%">39.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">39.7%</td>
<td class="CoverValue line-coverage coverage-low">25 / 63</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 8</td>
<td class="CoverValue branch-coverage coverage-low">23.4%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 47</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/datatype_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.7" title="81.7%">81.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.7%</td>
<td class="CoverValue line-coverage coverage-medium">76 / 93</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">60.7%</td>
<td class="CoverValue branch-coverage coverage-low">85 / 140</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/datatype_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/der.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">247 / 280</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">21 / 23</td>
<td class="CoverValue branch-coverage coverage-low">40.4%</td>
<td class="CoverValue branch-coverage coverage-low">278 / 688</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/der.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/distribute_forall.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.1" title="4.1%">4.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.1%</td>
<td class="CoverValue line-coverage coverage-low">4 / 97</td>
<td class="CoverValue function-coverage coverage-low">11.1%</td>
<td class="CoverValue function-coverage coverage-low">1 / 9</td>
<td class="CoverValue branch-coverage coverage-low">1.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 102</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/distribute_forall.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/dl_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.0" title="55.0%">55.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.0%</td>
<td class="CoverValue line-coverage coverage-low">11 / 20</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/dl_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/dom_simplifier.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.8" title="85.8%">85.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.8%</td>
<td class="CoverValue line-coverage coverage-medium">182 / 212</td>
<td class="CoverValue function-coverage coverage-medium">78.3%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 23</td>
<td class="CoverValue branch-coverage coverage-low">46.6%</td>
<td class="CoverValue branch-coverage coverage-low">138 / 296</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/dom_simplifier.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/elim_bounds.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.2" title="94.2%">94.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.2%</td>
<td class="CoverValue line-coverage coverage-high">113 / 120</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">26.2%</td>
<td class="CoverValue branch-coverage coverage-low">153 / 584</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/elim_bounds.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/enum2bv_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.0" title="79.0%">79.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.0%</td>
<td class="CoverValue line-coverage coverage-medium">177 / 224</td>
<td class="CoverValue function-coverage coverage-medium">79.5%</td>
<td class="CoverValue function-coverage coverage-medium">31 / 39</td>
<td class="CoverValue branch-coverage coverage-low">42.7%</td>
<td class="CoverValue branch-coverage coverage-low">165 / 386</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/expr_replacer.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">60 / 84</td>
<td class="CoverValue function-coverage coverage-medium">78.6%</td>
<td class="CoverValue function-coverage coverage-medium">22 / 28</td>
<td class="CoverValue branch-coverage coverage-low">36.1%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 36</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/expr_replacer.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.0" title="80.0%">80.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.0%</td>
<td class="CoverValue line-coverage coverage-medium">4 / 5</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">53.8%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/expr_safe_replace.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.3" title="71.3%">71.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.3%</td>
<td class="CoverValue line-coverage coverage-low">124 / 174</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">41.0%</td>
<td class="CoverValue branch-coverage coverage-low">103 / 251</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/expr_safe_replace.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/factor_equivs.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 78</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 98</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/factor_equivs.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 62</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/factor_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="49.2" title="49.2%">49.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">49.2%</td>
<td class="CoverValue line-coverage coverage-low">119 / 242</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 11</td>
<td class="CoverValue branch-coverage coverage-low">13.1%</td>
<td class="CoverValue branch-coverage coverage-low">160 / 1219</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/factor_rewriter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">10 / 14</td>
<td class="CoverValue function-coverage coverage-low">69.2%</td>
<td class="CoverValue function-coverage coverage-low">9 / 13</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/fpa_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.3" title="86.3%">86.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.3%</td>
<td class="CoverValue line-coverage coverage-medium">510 / 591</td>
<td class="CoverValue function-coverage coverage-medium">88.6%</td>
<td class="CoverValue function-coverage coverage-medium">39 / 44</td>
<td class="CoverValue branch-coverage coverage-low">34.1%</td>
<td class="CoverValue branch-coverage coverage-low">932 / 2734</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/fpa_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/func_decl_replace.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 62</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 34</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/func_decl_replace.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/inj_axiom.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.1" title="87.1%">87.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.1%</td>
<td class="CoverValue line-coverage coverage-medium">81 / 93</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">26.3%</td>
<td class="CoverValue branch-coverage coverage-low">81 / 308</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/label_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.7" title="73.7%">73.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.7%</td>
<td class="CoverValue line-coverage coverage-low">14 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">18.8%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 32</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/label_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/macro_replacer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 95</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 134</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/macro_replacer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/maximize_ac_sharing.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.6" title="94.6%">94.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.6%</td>
<td class="CoverValue line-coverage coverage-high">105 / 111</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">13 / 13</td>
<td class="CoverValue branch-coverage coverage-low">14.1%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 488</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/maximize_ac_sharing.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">26 / 26</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 10</td>
<td class="CoverValue branch-coverage coverage-low">53.8%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/mk_extract_proc.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">33 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-medium">86.4%</td>
<td class="CoverValue branch-coverage coverage-medium">19 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/mk_simplified_app.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.4" title="86.4%">86.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.4%</td>
<td class="CoverValue line-coverage coverage-medium">51 / 59</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">65.2%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 46</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/pb2bv_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="36.2" title="36.2%">36.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">36.2%</td>
<td class="CoverValue line-coverage coverage-low">253 / 698</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">60 / 90</td>
<td class="CoverValue branch-coverage coverage-low">8.6%</td>
<td class="CoverValue branch-coverage coverage-low">218 / 2522</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/pb_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.7" title="50.7%">50.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.7%</td>
<td class="CoverValue line-coverage coverage-low">114 / 225</td>
<td class="CoverValue function-coverage coverage-low">61.5%</td>
<td class="CoverValue function-coverage coverage-low">8 / 13</td>
<td class="CoverValue branch-coverage coverage-low">19.1%</td>
<td class="CoverValue branch-coverage coverage-low">148 / 774</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/pb_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">5 / 6</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/pb_rewriter_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.8" title="69.8%">69.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.8%</td>
<td class="CoverValue line-coverage coverage-low">134 / 192</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">35.9%</td>
<td class="CoverValue branch-coverage coverage-low">224 / 624</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/poly_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.0" title="87.0%">87.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.0%</td>
<td class="CoverValue line-coverage coverage-medium">67 / 77</td>
<td class="CoverValue function-coverage coverage-medium">76.6%</td>
<td class="CoverValue function-coverage coverage-medium">49 / 64</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">36 / 96</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/poly_rewriter_def.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.7" title="80.7%">80.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.7%</td>
<td class="CoverValue line-coverage coverage-medium">660 / 818</td>
<td class="CoverValue function-coverage coverage-low">74.6%</td>
<td class="CoverValue function-coverage coverage-low">44 / 59</td>
<td class="CoverValue branch-coverage coverage-low">33.1%</td>
<td class="CoverValue branch-coverage coverage-low">974 / 2942</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/push_app_ite.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.7" title="90.7%">90.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.7%</td>
<td class="CoverValue line-coverage coverage-high">49 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 134</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/push_app_ite.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">15 / 15</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/quant_hoist.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.5" title="56.5%">56.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.5%</td>
<td class="CoverValue line-coverage coverage-low">117 / 207</td>
<td class="CoverValue function-coverage coverage-low">72.2%</td>
<td class="CoverValue function-coverage coverage-low">13 / 18</td>
<td class="CoverValue branch-coverage coverage-low">20.1%</td>
<td class="CoverValue branch-coverage coverage-low">101 / 502</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/recfun_replace.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/recfun_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.8" title="56.8%">56.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.8%</td>
<td class="CoverValue line-coverage coverage-low">25 / 44</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 3</td>
<td class="CoverValue branch-coverage coverage-low">20.9%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 86</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/recfun_rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/rewriter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.5" title="90.5%">90.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.5%</td>
<td class="CoverValue line-coverage coverage-high">275 / 304</td>
<td class="CoverValue function-coverage coverage-high">96.2%</td>
<td class="CoverValue function-coverage coverage-high">25 / 26</td>
<td class="CoverValue branch-coverage coverage-low">55.8%</td>
<td class="CoverValue branch-coverage coverage-low">145 / 260</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/rewriter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.1" title="94.1%">94.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.1%</td>
<td class="CoverValue line-coverage coverage-high">128 / 136</td>
<td class="CoverValue function-coverage coverage-low">55.0%</td>
<td class="CoverValue function-coverage coverage-low">971 / 1766</td>
<td class="CoverValue branch-coverage coverage-low">21.7%</td>
<td class="CoverValue branch-coverage coverage-low">110 / 506</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/rewriter_def.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.1" title="92.1%">92.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.1%</td>
<td class="CoverValue line-coverage coverage-high">533 / 579</td>
<td class="CoverValue function-coverage coverage-low">40.7%</td>
<td class="CoverValue function-coverage coverage-low">591 / 1452</td>
<td class="CoverValue branch-coverage coverage-low">6.9%</td>
<td class="CoverValue branch-coverage coverage-low">1886 / 27166</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/rewriter_types.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.4" title="44.4%">44.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.4%</td>
<td class="CoverValue line-coverage coverage-low">8 / 18</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">36.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 25</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_axioms.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.9" title="72.9%">72.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.9%</td>
<td class="CoverValue line-coverage coverage-low">557 / 764</td>
<td class="CoverValue function-coverage coverage-medium">78.9%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 57</td>
<td class="CoverValue branch-coverage coverage-low">34.5%</td>
<td class="CoverValue branch-coverage coverage-low">1066 / 3092</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_axioms.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">14 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_eq_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.0" title="77.0%">77.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.0%</td>
<td class="CoverValue line-coverage coverage-medium">384 / 499</td>
<td class="CoverValue function-coverage coverage-high">95.2%</td>
<td class="CoverValue function-coverage coverage-high">40 / 42</td>
<td class="CoverValue branch-coverage coverage-low">51.0%</td>
<td class="CoverValue branch-coverage coverage-low">369 / 723</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_eq_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.7" title="95.7%">95.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.7%</td>
<td class="CoverValue line-coverage coverage-high">22 / 23</td>
<td class="CoverValue function-coverage coverage-high">94.4%</td>
<td class="CoverValue function-coverage coverage-high">17 / 18</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.7" title="60.7%">60.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.7%</td>
<td class="CoverValue line-coverage coverage-low">2585 / 4261</td>
<td class="CoverValue function-coverage coverage-low">70.3%</td>
<td class="CoverValue function-coverage coverage-low">142 / 202</td>
<td class="CoverValue branch-coverage coverage-low">28.6%</td>
<td class="CoverValue branch-coverage coverage-low">4615 / 16113</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.8" title="83.8%">83.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.8%</td>
<td class="CoverValue line-coverage coverage-medium">31 / 37</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">21 / 23</td>
<td class="CoverValue branch-coverage coverage-low">40.7%</td>
<td class="CoverValue branch-coverage coverage-low">22 / 54</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_skolem.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.3" title="69.3%">69.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.3%</td>
<td class="CoverValue line-coverage coverage-low">115 / 166</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 20</td>
<td class="CoverValue branch-coverage coverage-low">37.4%</td>
<td class="CoverValue branch-coverage coverage-low">128 / 342</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/seq_skolem.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.1" title="69.1%">69.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.1%</td>
<td class="CoverValue line-coverage coverage-low">47 / 68</td>
<td class="CoverValue function-coverage coverage-low">71.7%</td>
<td class="CoverValue function-coverage coverage-low">38 / 53</td>
<td class="CoverValue branch-coverage coverage-low">18.8%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 32</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/th_rewriter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.1" title="80.1%">80.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.1%</td>
<td class="CoverValue line-coverage coverage-medium">554 / 692</td>
<td class="CoverValue function-coverage coverage-medium">84.1%</td>
<td class="CoverValue function-coverage coverage-medium">53 / 63</td>
<td class="CoverValue branch-coverage coverage-low">39.4%</td>
<td class="CoverValue branch-coverage coverage-low">558 / 1418</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/th_rewriter.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/value_sweep.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 125</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 226</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/value_sweep.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/var_subst.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.1" title="94.1%">94.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.1%</td>
<td class="CoverValue line-coverage coverage-high">193 / 205</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-low">25.6%</td>
<td class="CoverValue branch-coverage coverage-low">237 / 924</td>
</tr>
<tr>
<th scope="row">
src/ast/rewriter/var_subst.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.5" title="76.5%">76.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.5%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 17</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 20</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/scoped_proof.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">10 / 10</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/seq_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.6" title="60.6%">60.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.6%</td>
<td class="CoverValue line-coverage coverage-low">805 / 1328</td>
<td class="CoverValue function-coverage coverage-low">73.4%</td>
<td class="CoverValue function-coverage coverage-low">80 / 109</td>
<td class="CoverValue branch-coverage coverage-low">33.5%</td>
<td class="CoverValue branch-coverage coverage-low">844 / 2520</td>
</tr>
<tr>
<th scope="row">
src/ast/seq_decl_plugin.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.9" title="90.9%">90.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.9%</td>
<td class="CoverValue line-coverage coverage-high">220 / 242</td>
<td class="CoverValue function-coverage coverage-medium">89.3%</td>
<td class="CoverValue function-coverage coverage-medium">176 / 197</td>
<td class="CoverValue branch-coverage coverage-low">60.1%</td>
<td class="CoverValue branch-coverage coverage-low">155 / 258</td>
</tr>
<tr>
<th scope="row">
src/ast/shared_occs.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.5" title="83.5%">83.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.5%</td>
<td class="CoverValue line-coverage coverage-medium">76 / 91</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 9</td>
<td class="CoverValue branch-coverage coverage-low">64.9%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 77</td>
</tr>
<tr>
<th scope="row">
src/ast/shared_occs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bit2int.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 14</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 38</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bit_blaster.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 48</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 156</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bit_blaster.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_manager.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.8" title="78.8%">78.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.8%</td>
<td class="CoverValue line-coverage coverage-medium">167 / 212</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-low">33.5%</td>
<td class="CoverValue branch-coverage coverage-low">214 / 638</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_manager.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.9" title="93.9%">93.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.9%</td>
<td class="CoverValue line-coverage coverage-high">31 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_propagator.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.8" title="30.8%">30.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.8%</td>
<td class="CoverValue line-coverage coverage-low">208 / 676</td>
<td class="CoverValue function-coverage coverage-low">37.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 46</td>
<td class="CoverValue branch-coverage coverage-low">9.7%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 762</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_propagator.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.0" title="87.0%">87.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.0%</td>
<td class="CoverValue line-coverage coverage-medium">20 / 23</td>
<td class="CoverValue function-coverage coverage-medium">82.4%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 17</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_simplifier.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.3" title="57.3%">57.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.3%</td>
<td class="CoverValue line-coverage coverage-low">217 / 379</td>
<td class="CoverValue function-coverage coverage-high">95.2%</td>
<td class="CoverValue function-coverage coverage-high">20 / 21</td>
<td class="CoverValue branch-coverage coverage-low">16.6%</td>
<td class="CoverValue branch-coverage coverage-low">307 / 1846</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bound_simplifier.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">40 / 45</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 10</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bv_bounds_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 28</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bv_elim.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 14</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bv_slice.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 149</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 280</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/bv_slice.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/card2bv.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.4" title="84.4%">84.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.4%</td>
<td class="CoverValue line-coverage coverage-medium">27 / 32</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">27.8%</td>
<td class="CoverValue branch-coverage coverage-low">44 / 158</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/card2bv.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/cnf_nnf.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 29</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 58</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/demodulator_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 155</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 398</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/demodulator_simplifier.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/dependent_expr.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.6" title="78.6%">78.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.6%</td>
<td class="CoverValue line-coverage coverage-medium">55 / 70</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 12</td>
<td class="CoverValue branch-coverage coverage-low">36.4%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/dependent_expr_state.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.3" title="65.3%">65.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.3%</td>
<td class="CoverValue line-coverage coverage-low">62 / 95</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 12</td>
<td class="CoverValue branch-coverage coverage-low">30.8%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 130</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/dependent_expr_state.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.1" title="62.1%">62.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.1%</td>
<td class="CoverValue line-coverage coverage-low">36 / 58</td>
<td class="CoverValue function-coverage coverage-low">56.2%</td>
<td class="CoverValue function-coverage coverage-low">27 / 48</td>
<td class="CoverValue branch-coverage coverage-low">19.6%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 56</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/distribute_forall.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.8" title="70.8%">70.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.8%</td>
<td class="CoverValue line-coverage coverage-low">34 / 48</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">38.0%</td>
<td class="CoverValue branch-coverage coverage-low">57 / 150</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/distribute_forall.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/dominator_simplifier.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.9" title="86.9%">86.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.9%</td>
<td class="CoverValue line-coverage coverage-medium">185 / 213</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">24.7%</td>
<td class="CoverValue branch-coverage coverage-low">253 / 1024</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/dominator_simplifier.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.1" title="94.1%">94.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.1%</td>
<td class="CoverValue line-coverage coverage-high">16 / 17</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">12 / 13</td>
<td class="CoverValue branch-coverage coverage-low">55.6%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 18</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/elim_bounds.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/elim_term_ite.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 18</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 28</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/elim_unconstrained.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 254</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 859</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/elim_unconstrained.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 39</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/eliminate_predicates.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 694</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 48</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1579</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/eliminate_predicates.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 30</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 10</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/euf_completion.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1048</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 66</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3097</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/euf_completion.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 49</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 32</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/extract_eqs.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.8" title="85.8%">85.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.8%</td>
<td class="CoverValue line-coverage coverage-medium">297 / 346</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">30 / 30</td>
<td class="CoverValue branch-coverage coverage-low">50.6%</td>
<td class="CoverValue branch-coverage coverage-low">391 / 772</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/extract_eqs.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">6 / 10</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 12</td>
<td class="CoverValue branch-coverage coverage-low">16.7%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 12</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/flatten_clauses.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 70</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 211</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/linear_equation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 194</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 200</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/linear_equation.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.7" title="16.7%">16.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.7%</td>
<td class="CoverValue line-coverage coverage-low">1 / 6</td>
<td class="CoverValue function-coverage coverage-low">28.6%</td>
<td class="CoverValue function-coverage coverage-low">2 / 7</td>
<td class="CoverValue branch-coverage coverage-low">7.1%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 14</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/max_bv_sharing.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.5" title="81.5%">81.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.5%</td>
<td class="CoverValue line-coverage coverage-medium">22 / 27</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 9</td>
<td class="CoverValue branch-coverage coverage-low">38.1%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 42</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/model_reconstruction_trail.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="9.0" title="9.0%">9.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">9.0%</td>
<td class="CoverValue line-coverage coverage-low">15 / 167</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 5</td>
<td class="CoverValue branch-coverage coverage-low">1.2%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 1250</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/model_reconstruction_trail.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="36.5" title="36.5%">36.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">36.5%</td>
<td class="CoverValue line-coverage coverage-low">27 / 74</td>
<td class="CoverValue function-coverage coverage-low">54.2%</td>
<td class="CoverValue function-coverage coverage-low">13 / 24</td>
<td class="CoverValue branch-coverage coverage-low">21.2%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 66</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/propagate_values.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 81</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 96</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/propagate_values.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/pull_nested_quantifiers.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 17</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 28</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/push_ite.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 27</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/randomizer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 89</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 126</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/reduce_args_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 238</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 33</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 658</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/refine_inj_axiom.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 13</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 30</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/rewriter_simplifier.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/solve_context_eqs.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.4" title="92.4%">92.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.4%</td>
<td class="CoverValue line-coverage coverage-high">206 / 223</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">16 / 16</td>
<td class="CoverValue branch-coverage coverage-low">54.9%</td>
<td class="CoverValue branch-coverage coverage-low">356 / 648</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/solve_context_eqs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/solve_eqs.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.5" title="83.5%">83.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.5%</td>
<td class="CoverValue line-coverage coverage-medium">198 / 237</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 18</td>
<td class="CoverValue branch-coverage coverage-low">35.2%</td>
<td class="CoverValue branch-coverage coverage-low">249 / 707</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/solve_eqs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">17 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/simplifiers/then_simplifier.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 66</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 273</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/bvsls_opt_engine.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 187</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1022</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/bvsls_opt_engine.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sat_ddfw.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 536</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 45</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 594</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sat_ddfw.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 86</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 36</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 30</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_base.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2002</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 222</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 10512</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_base.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 99</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 98</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 132</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_clausal.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 269</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 40</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 654</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_clausal.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 511</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 65</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1303</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_lookahead.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 20</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 67</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 594</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_arith_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_array_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 438</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 27</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 998</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_array_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 49</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 32</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_basic_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 152</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 198</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_basic_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_engine.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 310</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 22</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 339</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_engine.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_eval.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1362</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 98</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1150</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_eval.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_evaluator.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 541</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 760</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_fixed.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 348</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 765</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 620</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 39</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 698</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_lookahead.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 50</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 130</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 138</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_terms.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 109</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 414</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_terms.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_tracker.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 675</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 71</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 958</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_valuation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 538</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 53</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 688</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_bv_valuation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 153</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 52</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 94</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_context.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 594</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 51</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1388</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_context.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 55</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 51</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_datatype_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 711</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 46</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1888</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_datatype_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_euf_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 284</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 880</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_euf_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 13</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_powers.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 20</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_seq_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1424</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 66</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3932</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_seq_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_smt_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 317</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 31</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 567</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_smt_plugin.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 41</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_smt_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 104</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 39</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 188</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_smt_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/sls/sls_stats.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 32</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/ast/special_relations_decl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="23.1" title="23.1%">23.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">23.1%</td>
<td class="CoverValue line-coverage coverage-low">18 / 78</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 5</td>
<td class="CoverValue branch-coverage coverage-low">12.8%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 148</td>
</tr>
<tr>
<th scope="row">
src/ast/special_relations_decl_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.8" title="20.8%">20.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.8%</td>
<td class="CoverValue line-coverage coverage-low">5 / 24</td>
<td class="CoverValue function-coverage coverage-low">29.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/static_features.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.6" title="82.6%">82.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.6%</td>
<td class="CoverValue line-coverage coverage-medium">457 / 553</td>
<td class="CoverValue function-coverage coverage-medium">79.2%</td>
<td class="CoverValue function-coverage coverage-medium">19 / 24</td>
<td class="CoverValue branch-coverage coverage-low">44.9%</td>
<td class="CoverValue branch-coverage coverage-low">411 / 915</td>
</tr>
<tr>
<th scope="row">
src/ast/static_features.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">39 / 39</td>
<td class="CoverValue function-coverage coverage-high">96.2%</td>
<td class="CoverValue function-coverage coverage-high">25 / 26</td>
<td class="CoverValue branch-coverage coverage-medium">80.8%</td>
<td class="CoverValue branch-coverage coverage-medium">21 / 26</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/demodulator_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.1" title="53.1%">53.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.1%</td>
<td class="CoverValue line-coverage coverage-low">353 / 665</td>
<td class="CoverValue function-coverage coverage-low">64.2%</td>
<td class="CoverValue function-coverage coverage-low">34 / 53</td>
<td class="CoverValue branch-coverage coverage-low">20.4%</td>
<td class="CoverValue branch-coverage coverage-low">327 / 1605</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/demodulator_rewriter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.5" title="54.5%">54.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.5%</td>
<td class="CoverValue line-coverage coverage-low">6 / 11</td>
<td class="CoverValue function-coverage coverage-low">53.8%</td>
<td class="CoverValue function-coverage coverage-low">7 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/expr_offset.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/expr_offset_map.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.0" title="78.0%">78.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.0%</td>
<td class="CoverValue line-coverage coverage-medium">39 / 50</td>
<td class="CoverValue function-coverage coverage-high">92.0%</td>
<td class="CoverValue function-coverage coverage-high">23 / 25</td>
<td class="CoverValue branch-coverage coverage-low">70.0%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 40</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/matcher.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">35 / 40</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-medium">77.3%</td>
<td class="CoverValue branch-coverage coverage-medium">17 / 22</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/matcher.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/substitution.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">217 / 246</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">33.8%</td>
<td class="CoverValue branch-coverage coverage-low">412 / 1219</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/substitution.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.6" title="80.6%">80.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.6%</td>
<td class="CoverValue line-coverage coverage-medium">29 / 36</td>
<td class="CoverValue function-coverage coverage-low">73.7%</td>
<td class="CoverValue function-coverage coverage-low">14 / 19</td>
<td class="CoverValue branch-coverage coverage-low">8.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 46</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/substitution_tree.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.8" title="54.8%">54.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.8%</td>
<td class="CoverValue line-coverage coverage-low">343 / 626</td>
<td class="CoverValue function-coverage coverage-low">50.9%</td>
<td class="CoverValue function-coverage coverage-low">27 / 53</td>
<td class="CoverValue branch-coverage coverage-low">19.2%</td>
<td class="CoverValue branch-coverage coverage-low">198 / 1032</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/substitution_tree.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">5 / 6</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/unifier.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">122 / 122</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">56.5%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 108</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/unifier.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/ast/substitution/var_offset_map.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.1" title="89.1%">89.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.1%</td>
<td class="CoverValue line-coverage coverage-medium">49 / 55</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 14</td>
<td class="CoverValue branch-coverage coverage-low">54.8%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 42</td>
</tr>
<tr>
<th scope="row">
src/ast/used_symbols.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.4" title="67.4%">67.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.4%</td>
<td class="CoverValue line-coverage coverage-low">29 / 43</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">47.6%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 21</td>
</tr>
<tr>
<th scope="row">
src/ast/used_vars.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.4" title="84.4%">84.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.4%</td>
<td class="CoverValue line-coverage coverage-medium">65 / 77</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-medium">81.8%</td>
<td class="CoverValue branch-coverage coverage-medium">36 / 44</td>
</tr>
<tr>
<th scope="row">
src/ast/used_vars.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">21 / 21</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/ast/value_generator.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 231</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 34</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 266</td>
</tr>
<tr>
<th scope="row">
src/ast/value_generator.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/ast/well_sorted.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.6" title="52.6%">52.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.6%</td>
<td class="CoverValue line-coverage coverage-low">20 / 38</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">10.4%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 106</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/basic_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.7" title="51.7%">51.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.7%</td>
<td class="CoverValue line-coverage coverage-low">301 / 582</td>
<td class="CoverValue function-coverage coverage-low">53.4%</td>
<td class="CoverValue function-coverage coverage-low">101 / 189</td>
<td class="CoverValue branch-coverage coverage-low">19.2%</td>
<td class="CoverValue branch-coverage coverage-low">166 / 864</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/cmd_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.6" title="67.6%">67.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.6%</td>
<td class="CoverValue line-coverage coverage-low">1286 / 1903</td>
<td class="CoverValue function-coverage coverage-medium">78.1%</td>
<td class="CoverValue function-coverage coverage-medium">143 / 183</td>
<td class="CoverValue branch-coverage coverage-low">29.8%</td>
<td class="CoverValue branch-coverage coverage-low">1041 / 3490</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/cmd_context.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">69 / 115</td>
<td class="CoverValue function-coverage coverage-low">63.8%</td>
<td class="CoverValue function-coverage coverage-low">67 / 105</td>
<td class="CoverValue branch-coverage coverage-low">52.6%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 38</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/cmd_context_to_goal.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.5" title="89.5%">89.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.5%</td>
<td class="CoverValue line-coverage coverage-medium">17 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">65.4%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 26</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/cmd_util.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/echo_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">9 / 27</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 8</td>
<td class="CoverValue branch-coverage coverage-low">5.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 20</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/eval_cmd.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.2" title="71.2%">71.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.2%</td>
<td class="CoverValue line-coverage coverage-low">37 / 52</td>
<td class="CoverValue function-coverage coverage-low">70.0%</td>
<td class="CoverValue function-coverage coverage-low">7 / 10</td>
<td class="CoverValue branch-coverage coverage-low">34.1%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 88</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/extra_cmds/dbg_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="13.3" title="13.3%">13.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">13.3%</td>
<td class="CoverValue line-coverage coverage-low">62 / 467</td>
<td class="CoverValue function-coverage coverage-low">25.5%</td>
<td class="CoverValue function-coverage coverage-low">61 / 239</td>
<td class="CoverValue branch-coverage coverage-low">0.2%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 882</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/extra_cmds/polynomial_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="7.2" title="7.2%">7.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">7.2%</td>
<td class="CoverValue line-coverage coverage-low">11 / 153</td>
<td class="CoverValue function-coverage coverage-low">23.5%</td>
<td class="CoverValue function-coverage coverage-low">8 / 34</td>
<td class="CoverValue branch-coverage coverage-low">0.4%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 278</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/extra_cmds/proof_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.3" title="4.3%">4.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.3%</td>
<td class="CoverValue line-coverage coverage-low">11 / 256</td>
<td class="CoverValue function-coverage coverage-low">14.9%</td>
<td class="CoverValue function-coverage coverage-low">10 / 67</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 313</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/extra_cmds/subpaving_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="14.8" title="14.8%">14.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">14.8%</td>
<td class="CoverValue line-coverage coverage-low">4 / 27</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">3 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 88</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/parametric_cmd.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.8" title="54.8%">54.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.8%</td>
<td class="CoverValue line-coverage coverage-low">17 / 31</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">31.8%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 22</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/parametric_cmd.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.2" title="56.2%">56.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.2%</td>
<td class="CoverValue line-coverage coverage-low">18 / 32</td>
<td class="CoverValue function-coverage coverage-low">64.3%</td>
<td class="CoverValue function-coverage coverage-low">9 / 14</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/pdecl.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.5" title="79.5%">79.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.5%</td>
<td class="CoverValue line-coverage coverage-medium">642 / 808</td>
<td class="CoverValue function-coverage coverage-medium">81.9%</td>
<td class="CoverValue function-coverage coverage-medium">113 / 138</td>
<td class="CoverValue branch-coverage coverage-low">42.8%</td>
<td class="CoverValue branch-coverage coverage-low">435 / 1017</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/pdecl.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.0" title="79.0%">79.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.0%</td>
<td class="CoverValue line-coverage coverage-medium">49 / 62</td>
<td class="CoverValue function-coverage coverage-medium">82.3%</td>
<td class="CoverValue function-coverage coverage-medium">65 / 79</td>
<td class="CoverValue branch-coverage coverage-medium">76.2%</td>
<td class="CoverValue branch-coverage coverage-medium">32 / 42</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/simplifier_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.7" title="6.7%">6.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.7%</td>
<td class="CoverValue line-coverage coverage-low">8 / 119</td>
<td class="CoverValue function-coverage coverage-low">17.9%</td>
<td class="CoverValue function-coverage coverage-low">5 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 242</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/simplifier_cmds.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">3 / 5</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/simplify_cmd.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.7" title="63.7%">63.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.7%</td>
<td class="CoverValue line-coverage coverage-low">51 / 80</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 10</td>
<td class="CoverValue branch-coverage coverage-low">18.4%</td>
<td class="CoverValue branch-coverage coverage-low">38 / 206</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/tactic_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.9" title="44.9%">44.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.9%</td>
<td class="CoverValue line-coverage coverage-low">275 / 612</td>
<td class="CoverValue function-coverage coverage-low">39.2%</td>
<td class="CoverValue function-coverage coverage-low">31 / 79</td>
<td class="CoverValue branch-coverage coverage-low">16.2%</td>
<td class="CoverValue branch-coverage coverage-low">282 / 1737</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/tactic_cmds.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">6 / 8</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/tactic_manager.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.9" title="90.9%">90.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.9%</td>
<td class="CoverValue line-coverage coverage-high">40 / 44</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/cmd_context/tactic_manager.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="10.0" title="10.0%">10.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">10.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 10</td>
<td class="CoverValue function-coverage coverage-low">10.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 10</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_bdd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 938</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 85</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1460</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_bdd.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 95</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 86</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 58</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_fdd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 242</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 518</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_fdd.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 11</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 10</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_pdd.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.8" title="54.8%">54.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.8%</td>
<td class="CoverValue line-coverage coverage-low">840 / 1534</td>
<td class="CoverValue function-coverage coverage-low">57.4%</td>
<td class="CoverValue function-coverage coverage-low">74 / 129</td>
<td class="CoverValue branch-coverage coverage-low">35.3%</td>
<td class="CoverValue branch-coverage coverage-low">695 / 1967</td>
</tr>
<tr>
<th scope="row">
src/math/dd/dd_pdd.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.6" title="70.6%">70.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.6%</td>
<td class="CoverValue line-coverage coverage-low">113 / 160</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">94 / 141</td>
<td class="CoverValue branch-coverage coverage-low">39.2%</td>
<td class="CoverValue branch-coverage coverage-low">73 / 186</td>
</tr>
<tr>
<th scope="row">
src/math/dd/pdd_eval.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">56.2%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 16</td>
</tr>
<tr>
<th scope="row">
src/math/dd/pdd_interval.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">47.0%</td>
<td class="CoverValue branch-coverage coverage-low">31 / 66</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/grobner.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.7" title="63.7%">63.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.7%</td>
<td class="CoverValue line-coverage coverage-low">448 / 703</td>
<td class="CoverValue function-coverage coverage-low">66.1%</td>
<td class="CoverValue function-coverage coverage-low">39 / 59</td>
<td class="CoverValue branch-coverage coverage-low">34.9%</td>
<td class="CoverValue branch-coverage coverage-low">296 / 847</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/grobner.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">17 / 34</td>
<td class="CoverValue function-coverage coverage-low">67.9%</td>
<td class="CoverValue function-coverage coverage-low">19 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/pdd_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 401</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1539</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/pdd_simplifier.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/pdd_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.6" title="76.6%">76.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.6%</td>
<td class="CoverValue line-coverage coverage-medium">275 / 359</td>
<td class="CoverValue function-coverage coverage-medium">78.9%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 38</td>
<td class="CoverValue branch-coverage coverage-low">29.2%</td>
<td class="CoverValue branch-coverage coverage-low">242 / 828</td>
</tr>
<tr>
<th scope="row">
src/math/grobner/pdd_solver.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">56 / 63</td>
<td class="CoverValue function-coverage coverage-medium">82.4%</td>
<td class="CoverValue function-coverage coverage-medium">28 / 34</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/math/hilbert/heap_trie.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 273</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 88</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 256</td>
</tr>
<tr>
<th scope="row">
src/math/hilbert/hilbert_basis.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 820</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 114</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 850</td>
</tr>
<tr>
<th scope="row">
src/math/hilbert/hilbert_basis.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 28</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/math/interval/dep_intervals.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="25.7" title="25.7%">25.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">25.7%</td>
<td class="CoverValue line-coverage coverage-low">26 / 101</td>
<td class="CoverValue function-coverage coverage-low">30.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 10</td>
<td class="CoverValue branch-coverage coverage-low">13.8%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 116</td>
</tr>
<tr>
<th scope="row">
src/math/interval/dep_intervals.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">160 / 240</td>
<td class="CoverValue function-coverage coverage-medium">77.3%</td>
<td class="CoverValue function-coverage coverage-medium">68 / 88</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 192</td>
</tr>
<tr>
<th scope="row">
src/math/interval/interval.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.2" title="54.2%">54.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.2%</td>
<td class="CoverValue line-coverage coverage-low">45 / 83</td>
<td class="CoverValue function-coverage coverage-low">11.7%</td>
<td class="CoverValue function-coverage coverage-low">39 / 332</td>
<td class="CoverValue branch-coverage coverage-medium">81.2%</td>
<td class="CoverValue branch-coverage coverage-medium">26 / 32</td>
</tr>
<tr>
<th scope="row">
src/math/interval/interval_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="35.0" title="35.0%">35.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">35.0%</td>
<td class="CoverValue line-coverage coverage-low">451 / 1290</td>
<td class="CoverValue function-coverage coverage-low">6.9%</td>
<td class="CoverValue function-coverage coverage-low">19 / 275</td>
<td class="CoverValue branch-coverage coverage-low">6.3%</td>
<td class="CoverValue branch-coverage coverage-low">285 / 4548</td>
</tr>
<tr>
<th scope="row">
src/math/interval/mod_interval.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 128</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 53</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 240</td>
</tr>
<tr>
<th scope="row">
src/math/lp/bound_analyzer_on_row.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.0" title="99.0%">99.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.0%</td>
<td class="CoverValue line-coverage coverage-high">193 / 195</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">27 / 54</td>
<td class="CoverValue branch-coverage coverage-medium">75.7%</td>
<td class="CoverValue branch-coverage coverage-medium">103 / 136</td>
</tr>
<tr>
<th scope="row">
src/math/lp/column.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">15 / 25</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">10 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 7</td>
</tr>
<tr>
<th scope="row">
src/math/lp/column_namer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.1" title="48.1%">48.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.1%</td>
<td class="CoverValue line-coverage coverage-low">13 / 27</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 46</td>
</tr>
<tr>
<th scope="row">
src/math/lp/core_solver_pretty_printer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/core_solver_pretty_printer_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.2" title="48.2%">48.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.2%</td>
<td class="CoverValue line-coverage coverage-low">81 / 168</td>
<td class="CoverValue function-coverage coverage-low">37.9%</td>
<td class="CoverValue function-coverage coverage-low">11 / 29</td>
<td class="CoverValue branch-coverage coverage-low">11.9%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 580</td>
</tr>
<tr>
<th scope="row">
src/math/lp/cross_nested.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.9" title="92.9%">92.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.9%</td>
<td class="CoverValue line-coverage coverage-high">261 / 281</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">28 / 32</td>
<td class="CoverValue branch-coverage coverage-low">18.3%</td>
<td class="CoverValue branch-coverage coverage-low">197 / 1076</td>
</tr>
<tr>
<th scope="row">
src/math/lp/dense_matrix.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/dense_matrix_def.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 58</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 164</td>
</tr>
<tr>
<th scope="row">
src/math/lp/dioph_eq.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.8" title="76.8%">76.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.8%</td>
<td class="CoverValue line-coverage coverage-medium">1159 / 1509</td>
<td class="CoverValue function-coverage coverage-medium">84.7%</td>
<td class="CoverValue function-coverage coverage-medium">172 / 203</td>
<td class="CoverValue branch-coverage coverage-low">22.2%</td>
<td class="CoverValue branch-coverage coverage-low">1102 / 4965</td>
</tr>
<tr>
<th scope="row">
src/math/lp/emonics.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.6" title="79.6%">79.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.6%</td>
<td class="CoverValue line-coverage coverage-medium">348 / 437</td>
<td class="CoverValue function-coverage coverage-medium">86.0%</td>
<td class="CoverValue function-coverage coverage-medium">43 / 50</td>
<td class="CoverValue branch-coverage coverage-low">27.3%</td>
<td class="CoverValue branch-coverage coverage-low">217 / 794</td>
</tr>
<tr>
<th scope="row">
src/math/lp/emonics.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.0" title="94.0%">94.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.0%</td>
<td class="CoverValue line-coverage coverage-high">79 / 84</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">48 / 52</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">25 / 40</td>
</tr>
<tr>
<th scope="row">
src/math/lp/explanation.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.0" title="88.0%">88.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.0%</td>
<td class="CoverValue line-coverage coverage-medium">44 / 50</td>
<td class="CoverValue function-coverage coverage-medium">86.2%</td>
<td class="CoverValue function-coverage coverage-medium">25 / 29</td>
<td class="CoverValue branch-coverage coverage-low">54.8%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 42</td>
</tr>
<tr>
<th scope="row">
src/math/lp/factorization.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.8" title="88.8%">88.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.8%</td>
<td class="CoverValue line-coverage coverage-medium">71 / 80</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">51.6%</td>
<td class="CoverValue branch-coverage coverage-low">64 / 124</td>
</tr>
<tr>
<th scope="row">
src/math/lp/factorization.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">44 / 48</td>
<td class="CoverValue function-coverage coverage-medium">86.2%</td>
<td class="CoverValue function-coverage coverage-medium">25 / 29</td>
<td class="CoverValue branch-coverage coverage-low">57.7%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 26</td>
</tr>
<tr>
<th scope="row">
src/math/lp/factorization_factory_imp.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/math/lp/factorization_factory_imp.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/general_matrix.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.9" title="76.9%">76.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.9%</td>
<td class="CoverValue line-coverage coverage-medium">100 / 130</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">27 / 33</td>
<td class="CoverValue branch-coverage coverage-low">47.1%</td>
<td class="CoverValue branch-coverage coverage-low">97 / 206</td>
</tr>
<tr>
<th scope="row">
src/math/lp/gomory.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.1" title="70.1%">70.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.1%</td>
<td class="CoverValue line-coverage coverage-low">258 / 368</td>
<td class="CoverValue function-coverage coverage-low">60.4%</td>
<td class="CoverValue function-coverage coverage-low">29 / 48</td>
<td class="CoverValue branch-coverage coverage-low">32.5%</td>
<td class="CoverValue branch-coverage coverage-low">298 / 917</td>
</tr>
<tr>
<th scope="row">
src/math/lp/hnf.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.3" title="85.3%">85.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.3%</td>
<td class="CoverValue line-coverage coverage-medium">348 / 408</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">36 / 42</td>
<td class="CoverValue branch-coverage coverage-low">38.6%</td>
<td class="CoverValue branch-coverage coverage-low">560 / 1450</td>
</tr>
<tr>
<th scope="row">
src/math/lp/hnf_cutter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.8" title="94.8%">94.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.8%</td>
<td class="CoverValue line-coverage coverage-high">163 / 172</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">21 / 23</td>
<td class="CoverValue branch-coverage coverage-low">39.6%</td>
<td class="CoverValue branch-coverage coverage-low">167 / 422</td>
</tr>
<tr>
<th scope="row">
src/math/lp/hnf_cutter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/horner.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.8" title="93.8%">93.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.8%</td>
<td class="CoverValue line-coverage coverage-high">75 / 80</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">58.0%</td>
<td class="CoverValue branch-coverage coverage-low">65 / 112</td>
</tr>
<tr>
<th scope="row">
src/math/lp/horner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/implied_bound.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">14 / 14</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/math/lp/incremental_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">20 / 20</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/math/lp/indexed_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/math/lp/indexed_vector_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="41.9" title="41.9%">41.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">41.9%</td>
<td class="CoverValue line-coverage coverage-low">18 / 43</td>
<td class="CoverValue function-coverage coverage-low">30.8%</td>
<td class="CoverValue function-coverage coverage-low">4 / 13</td>
<td class="CoverValue branch-coverage coverage-low">19.2%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 26</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_branch.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.2" title="95.2%">95.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.2%</td>
<td class="CoverValue line-coverage coverage-high">20 / 21</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">54.2%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 24</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_cube.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.1" title="72.1%">72.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.1%</td>
<td class="CoverValue line-coverage coverage-low">49 / 68</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">46 / 176</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_gcd_test.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.6" title="94.6%">94.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.6%</td>
<td class="CoverValue line-coverage coverage-high">193 / 204</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">11 / 11</td>
<td class="CoverValue branch-coverage coverage-low">28.3%</td>
<td class="CoverValue branch-coverage coverage-low">219 / 774</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_gcd_test.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.9" title="81.9%">81.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.9%</td>
<td class="CoverValue line-coverage coverage-medium">411 / 502</td>
<td class="CoverValue function-coverage coverage-medium">82.9%</td>
<td class="CoverValue function-coverage coverage-medium">63 / 76</td>
<td class="CoverValue branch-coverage coverage-low">36.7%</td>
<td class="CoverValue branch-coverage coverage-low">511 / 1393</td>
</tr>
<tr>
<th scope="row">
src/math/lp/int_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_constraints.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.2" title="75.2%">75.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.2%</td>
<td class="CoverValue line-coverage coverage-medium">106 / 141</td>
<td class="CoverValue function-coverage coverage-medium">84.4%</td>
<td class="CoverValue function-coverage coverage-medium">54 / 64</td>
<td class="CoverValue branch-coverage coverage-low">36.5%</td>
<td class="CoverValue branch-coverage coverage-low">42 / 115</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_core_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.7" title="93.7%">93.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.7%</td>
<td class="CoverValue line-coverage coverage-high">89 / 95</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">25 / 25</td>
<td class="CoverValue branch-coverage coverage-low">59.5%</td>
<td class="CoverValue branch-coverage coverage-low">75 / 126</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_core_solver_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.7" title="72.7%">72.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.7%</td>
<td class="CoverValue line-coverage coverage-low">56 / 77</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">40.7%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 91</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.2" title="63.2%">63.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.2%</td>
<td class="CoverValue line-coverage coverage-low">1335 / 2112</td>
<td class="CoverValue function-coverage coverage-medium">76.4%</td>
<td class="CoverValue function-coverage coverage-medium">181 / 237</td>
<td class="CoverValue branch-coverage coverage-low">22.0%</td>
<td class="CoverValue branch-coverage coverage-low">1149 / 5222</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_solver.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.0" title="83.0%">83.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.0%</td>
<td class="CoverValue line-coverage coverage-medium">117 / 141</td>
<td class="CoverValue function-coverage coverage-medium">76.6%</td>
<td class="CoverValue function-coverage coverage-medium">36 / 47</td>
<td class="CoverValue branch-coverage coverage-low">34.9%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 212</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lar_term.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.3" title="85.3%">85.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.3%</td>
<td class="CoverValue line-coverage coverage-medium">162 / 190</td>
<td class="CoverValue function-coverage coverage-medium">88.5%</td>
<td class="CoverValue function-coverage coverage-medium">46 / 52</td>
<td class="CoverValue branch-coverage coverage-low">50.4%</td>
<td class="CoverValue branch-coverage coverage-low">129 / 256</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lia_move.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="18.4" title="18.4%">18.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">18.4%</td>
<td class="CoverValue line-coverage coverage-low">7 / 38</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 3</td>
<td class="CoverValue branch-coverage coverage-low">7.1%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 56</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_api.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.1" title="83.1%">83.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.1%</td>
<td class="CoverValue line-coverage coverage-medium">49 / 59</td>
<td class="CoverValue function-coverage coverage-medium">81.2%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 16</td>
<td class="CoverValue branch-coverage coverage-low">60.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 15</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_bound_propagator.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.7" title="77.7%">77.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.7%</td>
<td class="CoverValue line-coverage coverage-medium">216 / 278</td>
<td class="CoverValue function-coverage coverage-low">39.1%</td>
<td class="CoverValue function-coverage coverage-low">27 / 69</td>
<td class="CoverValue branch-coverage coverage-low">29.3%</td>
<td class="CoverValue branch-coverage coverage-low">206 / 704</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_core_solver_base.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.2" title="80.2%">80.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.2%</td>
<td class="CoverValue line-coverage coverage-medium">231 / 288</td>
<td class="CoverValue function-coverage coverage-low">51.6%</td>
<td class="CoverValue function-coverage coverage-low">49 / 95</td>
<td class="CoverValue branch-coverage coverage-low">17.6%</td>
<td class="CoverValue branch-coverage coverage-low">126 / 715</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_core_solver_base_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.5" title="71.5%">71.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.5%</td>
<td class="CoverValue line-coverage coverage-low">173 / 242</td>
<td class="CoverValue function-coverage coverage-low">45.0%</td>
<td class="CoverValue function-coverage coverage-low">18 / 40</td>
<td class="CoverValue branch-coverage coverage-low">11.7%</td>
<td class="CoverValue branch-coverage coverage-low">106 / 909</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_primal_core_solver.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_primal_core_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.8" title="61.8%">61.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.8%</td>
<td class="CoverValue line-coverage coverage-low">223 / 361</td>
<td class="CoverValue function-coverage coverage-low">36.9%</td>
<td class="CoverValue function-coverage coverage-low">24 / 65</td>
<td class="CoverValue branch-coverage coverage-low">16.2%</td>
<td class="CoverValue branch-coverage coverage-low">157 / 972</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_primal_core_solver_def.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.4" title="87.4%">87.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.4%</td>
<td class="CoverValue line-coverage coverage-medium">76 / 87</td>
<td class="CoverValue function-coverage coverage-low">52.9%</td>
<td class="CoverValue function-coverage coverage-low">9 / 17</td>
<td class="CoverValue branch-coverage coverage-low">36.4%</td>
<td class="CoverValue branch-coverage coverage-low">64 / 176</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_primal_core_solver_tableau_def.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.7" title="88.7%">88.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.7%</td>
<td class="CoverValue line-coverage coverage-medium">180 / 203</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">10 / 20</td>
<td class="CoverValue branch-coverage coverage-low">23.3%</td>
<td class="CoverValue branch-coverage coverage-low">142 / 610</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_settings.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">20 / 20</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 36</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_settings.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.1" title="92.1%">92.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.1%</td>
<td class="CoverValue line-coverage coverage-high">164 / 178</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">40 / 44</td>
<td class="CoverValue branch-coverage coverage-low">43.2%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 44</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_settings_def.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 48</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 52</td>
</tr>
<tr>
<th scope="row">
src/math/lp/lp_utils.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="13.8" title="13.8%">13.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">13.8%</td>
<td class="CoverValue line-coverage coverage-low">16 / 116</td>
<td class="CoverValue function-coverage coverage-low">39.4%</td>
<td class="CoverValue function-coverage coverage-low">13 / 33</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 124</td>
</tr>
<tr>
<th scope="row">
src/math/lp/matrix.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="11.1" title="11.1%">11.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">11.1%</td>
<td class="CoverValue line-coverage coverage-low">1 / 9</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/math/lp/matrix_def.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 52</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 100</td>
</tr>
<tr>
<th scope="row">
src/math/lp/mon_eq.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 18</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 38</td>
</tr>
<tr>
<th scope="row">
src/math/lp/monic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.2" title="90.2%">90.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.2%</td>
<td class="CoverValue line-coverage coverage-high">37 / 41</td>
<td class="CoverValue function-coverage coverage-high">96.6%</td>
<td class="CoverValue function-coverage coverage-high">28 / 29</td>
<td class="CoverValue branch-coverage coverage-low">53.8%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 26</td>
</tr>
<tr>
<th scope="row">
src/math/lp/monomial_bounds.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.1" title="81.1%">81.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.1%</td>
<td class="CoverValue line-coverage coverage-medium">305 / 376</td>
<td class="CoverValue function-coverage coverage-medium">83.9%</td>
<td class="CoverValue function-coverage coverage-medium">26 / 31</td>
<td class="CoverValue branch-coverage coverage-low">36.4%</td>
<td class="CoverValue branch-coverage coverage-low">357 / 982</td>
</tr>
<tr>
<th scope="row">
src/math/lp/monomial_bounds.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nex.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.5" title="59.5%">59.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.5%</td>
<td class="CoverValue line-coverage coverage-low">122 / 205</td>
<td class="CoverValue function-coverage coverage-low">74.7%</td>
<td class="CoverValue function-coverage coverage-low">68 / 91</td>
<td class="CoverValue branch-coverage coverage-low">27.8%</td>
<td class="CoverValue branch-coverage coverage-low">75 / 270</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nex_creator.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.0" title="84.0%">84.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.0%</td>
<td class="CoverValue line-coverage coverage-medium">421 / 501</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">36 / 36</td>
<td class="CoverValue branch-coverage coverage-low">24.6%</td>
<td class="CoverValue branch-coverage coverage-low">441 / 1790</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nex_creator.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.6" title="86.6%">86.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.6%</td>
<td class="CoverValue line-coverage coverage-medium">103 / 119</td>
<td class="CoverValue function-coverage coverage-low">72.1%</td>
<td class="CoverValue function-coverage coverage-low">44 / 61</td>
<td class="CoverValue branch-coverage coverage-low">48.5%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 99</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_basics_lemmas.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.7" title="40.7%">40.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.7%</td>
<td class="CoverValue line-coverage coverage-low">187 / 459</td>
<td class="CoverValue function-coverage coverage-low">55.9%</td>
<td class="CoverValue function-coverage coverage-low">19 / 34</td>
<td class="CoverValue branch-coverage coverage-low">13.5%</td>
<td class="CoverValue branch-coverage coverage-low">228 / 1692</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_basics_lemmas.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_common.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.7" title="72.7%">72.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.7%</td>
<td class="CoverValue line-coverage coverage-low">48 / 66</td>
<td class="CoverValue function-coverage coverage-low">55.0%</td>
<td class="CoverValue function-coverage coverage-low">11 / 20</td>
<td class="CoverValue branch-coverage coverage-low">17.5%</td>
<td class="CoverValue branch-coverage coverage-low">41 / 234</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_common.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.4" title="82.4%">82.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.4%</td>
<td class="CoverValue line-coverage coverage-medium">14 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 9</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_core.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.7" title="63.7%">63.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.7%</td>
<td class="CoverValue line-coverage coverage-low">694 / 1090</td>
<td class="CoverValue function-coverage coverage-low">64.6%</td>
<td class="CoverValue function-coverage coverage-low">95 / 147</td>
<td class="CoverValue branch-coverage coverage-low">21.9%</td>
<td class="CoverValue branch-coverage coverage-low">639 / 2917</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_core.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.6" title="71.6%">71.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.6%</td>
<td class="CoverValue line-coverage coverage-low">53 / 74</td>
<td class="CoverValue function-coverage coverage-low">71.7%</td>
<td class="CoverValue function-coverage coverage-low">38 / 53</td>
<td class="CoverValue branch-coverage coverage-low">42.9%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 56</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_defs.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.1" title="61.1%">61.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.1%</td>
<td class="CoverValue line-coverage coverage-low">11 / 18</td>
<td class="CoverValue function-coverage coverage-low">53.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_divisions.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.7" title="45.7%">45.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.7%</td>
<td class="CoverValue line-coverage coverage-low">69 / 151</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">22.5%</td>
<td class="CoverValue branch-coverage coverage-low">98 / 436</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_divisions.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_grobner.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.4" title="85.4%">85.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.4%</td>
<td class="CoverValue line-coverage coverage-medium">631 / 739</td>
<td class="CoverValue function-coverage coverage-medium">88.2%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 51</td>
<td class="CoverValue branch-coverage coverage-low">28.9%</td>
<td class="CoverValue branch-coverage coverage-low">952 / 3289</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_grobner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_intervals.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="58.1" title="58.1%">58.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">58.1%</td>
<td class="CoverValue line-coverage coverage-low">207 / 356</td>
<td class="CoverValue function-coverage coverage-low">69.4%</td>
<td class="CoverValue function-coverage coverage-low">25 / 36</td>
<td class="CoverValue branch-coverage coverage-low">11.8%</td>
<td class="CoverValue branch-coverage coverage-low">293 / 2489</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_intervals.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 3</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_monotone_lemmas.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.2" title="65.2%">65.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.2%</td>
<td class="CoverValue line-coverage coverage-low">30 / 46</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">33.0%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 112</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_monotone_lemmas.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_order_lemmas.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.6" title="26.6%">26.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.6%</td>
<td class="CoverValue line-coverage coverage-low">53 / 199</td>
<td class="CoverValue function-coverage coverage-low">29.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 17</td>
<td class="CoverValue branch-coverage coverage-low">4.6%</td>
<td class="CoverValue branch-coverage coverage-low">62 / 1361</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_order_lemmas.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_powers.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 141</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 536</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_powers.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_pp.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 227</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 27</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 311</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.6" title="78.6%">78.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.6%</td>
<td class="CoverValue line-coverage coverage-medium">55 / 70</td>
<td class="CoverValue function-coverage coverage-medium">78.6%</td>
<td class="CoverValue function-coverage coverage-medium">22 / 28</td>
<td class="CoverValue branch-coverage coverage-low">43.8%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 16</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_tangent_lemmas.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">108 / 120</td>
<td class="CoverValue function-coverage coverage-high">93.8%</td>
<td class="CoverValue function-coverage coverage-high">15 / 16</td>
<td class="CoverValue branch-coverage coverage-low">24.6%</td>
<td class="CoverValue branch-coverage coverage-low">149 / 606</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_tangent_lemmas.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.6" title="78.6%">78.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.6%</td>
<td class="CoverValue line-coverage coverage-medium">11 / 14</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 10</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_throttle.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.9" title="75.9%">75.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.9%</td>
<td class="CoverValue line-coverage coverage-medium">41 / 54</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_throttle.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">14 / 16</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nla_types.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.8" title="54.8%">54.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.8%</td>
<td class="CoverValue line-coverage coverage-low">17 / 31</td>
<td class="CoverValue function-coverage coverage-low">64.7%</td>
<td class="CoverValue function-coverage coverage-low">22 / 34</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 20</td>
</tr>
<tr>
<th scope="row">
src/math/lp/nra_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.9" title="56.9%">56.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.9%</td>
<td class="CoverValue line-coverage coverage-low">259 / 455</td>
<td class="CoverValue function-coverage coverage-low">63.0%</td>
<td class="CoverValue function-coverage coverage-low">29 / 46</td>
<td class="CoverValue branch-coverage coverage-low">29.0%</td>
<td class="CoverValue branch-coverage coverage-low">397 / 1370</td>
</tr>
<tr>
<th scope="row">
src/math/lp/numeric_pair.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.4" title="82.4%">82.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.4%</td>
<td class="CoverValue line-coverage coverage-medium">84 / 102</td>
<td class="CoverValue function-coverage coverage-medium">78.9%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 57</td>
<td class="CoverValue branch-coverage coverage-low">51.6%</td>
<td class="CoverValue branch-coverage coverage-low">63 / 122</td>
</tr>
<tr>
<th scope="row">
src/math/lp/permutation_matrix.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">7 / 21</td>
<td class="CoverValue function-coverage coverage-low">39.1%</td>
<td class="CoverValue function-coverage coverage-low">9 / 23</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 20</td>
</tr>
<tr>
<th scope="row">
src/math/lp/permutation_matrix_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.1" title="73.1%">73.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.1%</td>
<td class="CoverValue line-coverage coverage-low">19 / 26</td>
<td class="CoverValue function-coverage coverage-low">42.9%</td>
<td class="CoverValue function-coverage coverage-low">3 / 7</td>
<td class="CoverValue branch-coverage coverage-low">29.2%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 48</td>
</tr>
<tr>
<th scope="row">
src/math/lp/random_updater.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/random_updater.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/random_updater_def.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">37 / 37</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">17.4%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 288</td>
</tr>
<tr>
<th scope="row">
src/math/lp/stacked_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.4" title="94.4%">94.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.4%</td>
<td class="CoverValue line-coverage coverage-high">67 / 71</td>
<td class="CoverValue function-coverage coverage-low">65.4%</td>
<td class="CoverValue function-coverage coverage-low">34 / 52</td>
<td class="CoverValue branch-coverage coverage-low">63.5%</td>
<td class="CoverValue branch-coverage coverage-low">33 / 52</td>
</tr>
<tr>
<th scope="row">
src/math/lp/static_matrix.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/lp/static_matrix.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.4" title="86.4%">86.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.4%</td>
<td class="CoverValue line-coverage coverage-medium">114 / 132</td>
<td class="CoverValue function-coverage coverage-medium">80.5%</td>
<td class="CoverValue function-coverage coverage-medium">62 / 77</td>
<td class="CoverValue branch-coverage coverage-low">50.7%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 146</td>
</tr>
<tr>
<th scope="row">
src/math/lp/static_matrix_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.9" title="38.9%">38.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.9%</td>
<td class="CoverValue line-coverage coverage-low">110 / 283</td>
<td class="CoverValue function-coverage coverage-low">36.4%</td>
<td class="CoverValue function-coverage coverage-low">12 / 33</td>
<td class="CoverValue branch-coverage coverage-low">19.6%</td>
<td class="CoverValue branch-coverage coverage-low">156 / 796</td>
</tr>
<tr>
<th scope="row">
src/math/lp/var_eqs.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">79 / 158</td>
<td class="CoverValue function-coverage coverage-low">67.9%</td>
<td class="CoverValue function-coverage coverage-low">19 / 28</td>
<td class="CoverValue branch-coverage coverage-low">28.4%</td>
<td class="CoverValue branch-coverage coverage-low">21 / 74</td>
</tr>
<tr>
<th scope="row">
src/math/lp/var_register.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.1" title="88.1%">88.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.1%</td>
<td class="CoverValue line-coverage coverage-medium">59 / 67</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">21 / 24</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 30</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/algebraic_numbers.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.2" title="85.2%">85.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.2%</td>
<td class="CoverValue line-coverage coverage-medium">1625 / 1908</td>
<td class="CoverValue function-coverage coverage-medium">83.5%</td>
<td class="CoverValue function-coverage coverage-medium">202 / 242</td>
<td class="CoverValue branch-coverage coverage-low">19.2%</td>
<td class="CoverValue branch-coverage coverage-low">1604 / 8370</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/algebraic_numbers.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.4" title="82.4%">82.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.4%</td>
<td class="CoverValue line-coverage coverage-medium">42 / 51</td>
<td class="CoverValue function-coverage coverage-medium">76.3%</td>
<td class="CoverValue function-coverage coverage-medium">29 / 38</td>
<td class="CoverValue branch-coverage coverage-low">18.5%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 130</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/linear_eq_solver.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.7" title="86.7%">86.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.7%</td>
<td class="CoverValue line-coverage coverage-medium">78 / 90</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">55.8%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 86</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/polynomial.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.2" title="73.2%">73.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.2%</td>
<td class="CoverValue line-coverage coverage-low">3688 / 5035</td>
<td class="CoverValue function-coverage coverage-low">72.8%</td>
<td class="CoverValue function-coverage coverage-low">432 / 593</td>
<td class="CoverValue branch-coverage coverage-low">20.8%</td>
<td class="CoverValue branch-coverage coverage-low">3730 / 17942</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/polynomial.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.0" title="85.0%">85.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.0%</td>
<td class="CoverValue line-coverage coverage-medium">91 / 107</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">40 / 48</td>
<td class="CoverValue branch-coverage coverage-low">46.6%</td>
<td class="CoverValue branch-coverage coverage-low">27 / 58</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/polynomial_cache.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">134 / 134</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">27 / 27</td>
<td class="CoverValue branch-coverage coverage-low">70.7%</td>
<td class="CoverValue branch-coverage coverage-low">41 / 58</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/polynomial_cache.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/polynomial_var2value.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">9 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 12</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/rpolynomial.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 27</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/sexpr2upolynomial.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.0" title="81.0%">81.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.0%</td>
<td class="CoverValue line-coverage coverage-medium">64 / 79</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">44.0%</td>
<td class="CoverValue branch-coverage coverage-low">59 / 134</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/sexpr2upolynomial.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/upolynomial.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.1" title="84.1%">84.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.1%</td>
<td class="CoverValue line-coverage coverage-medium">1789 / 2127</td>
<td class="CoverValue function-coverage coverage-medium">83.8%</td>
<td class="CoverValue function-coverage coverage-medium">124 / 148</td>
<td class="CoverValue branch-coverage coverage-low">23.4%</td>
<td class="CoverValue branch-coverage coverage-low">2002 / 8570</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/upolynomial.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.6" title="92.6%">92.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.6%</td>
<td class="CoverValue line-coverage coverage-high">88 / 95</td>
<td class="CoverValue function-coverage coverage-high">90.3%</td>
<td class="CoverValue function-coverage coverage-high">56 / 62</td>
<td class="CoverValue branch-coverage coverage-low">43.3%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 90</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/upolynomial_factorization.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.5" title="71.5%">71.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.5%</td>
<td class="CoverValue line-coverage coverage-low">425 / 594</td>
<td class="CoverValue function-coverage coverage-low">63.6%</td>
<td class="CoverValue function-coverage coverage-low">14 / 22</td>
<td class="CoverValue branch-coverage coverage-low">11.8%</td>
<td class="CoverValue branch-coverage coverage-low">750 / 6341</td>
</tr>
<tr>
<th scope="row">
src/math/polynomial/upolynomial_factorization_int.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.8" title="93.8%">93.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.8%</td>
<td class="CoverValue line-coverage coverage-high">182 / 194</td>
<td class="CoverValue function-coverage coverage-high">95.7%</td>
<td class="CoverValue function-coverage coverage-high">22 / 23</td>
<td class="CoverValue branch-coverage coverage-low">62.3%</td>
<td class="CoverValue branch-coverage coverage-low">101 / 162</td>
</tr>
<tr>
<th scope="row">
src/math/realclosure/mpz_matrix.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 264</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 882</td>
</tr>
<tr>
<th scope="row">
src/math/realclosure/mpz_matrix.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/math/realclosure/realclosure.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3790</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 505</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8221</td>
</tr>
<tr>
<th scope="row">
src/math/realclosure/realclosure.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/bit_matrix.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 75</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 138</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/bit_matrix.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/model_based_opt.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="49.5" title="49.5%">49.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">49.5%</td>
<td class="CoverValue line-coverage coverage-low">546 / 1104</td>
<td class="CoverValue function-coverage coverage-low">63.4%</td>
<td class="CoverValue function-coverage coverage-low">45 / 71</td>
<td class="CoverValue branch-coverage coverage-low">15.0%</td>
<td class="CoverValue branch-coverage coverage-low">630 / 4192</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/model_based_opt.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.9" title="75.9%">75.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.9%</td>
<td class="CoverValue line-coverage coverage-medium">44 / 58</td>
<td class="CoverValue function-coverage coverage-medium">77.3%</td>
<td class="CoverValue function-coverage coverage-medium">34 / 44</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 38</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/simplex.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.8" title="62.8%">62.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.8%</td>
<td class="CoverValue line-coverage coverage-low">27 / 43</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-low">35.1%</td>
<td class="CoverValue branch-coverage coverage-low">33 / 94</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/simplex.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">25 / 35</td>
<td class="CoverValue function-coverage coverage-low">28.3%</td>
<td class="CoverValue function-coverage coverage-low">13 / 46</td>
<td class="CoverValue branch-coverage coverage-low">22.5%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 40</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/simplex_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.8" title="38.8%">38.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.8%</td>
<td class="CoverValue line-coverage coverage-low">255 / 658</td>
<td class="CoverValue function-coverage coverage-low">26.1%</td>
<td class="CoverValue function-coverage coverage-low">24 / 92</td>
<td class="CoverValue branch-coverage coverage-low">5.3%</td>
<td class="CoverValue branch-coverage coverage-low">274 / 5162</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/sparse_matrix.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.9" title="51.9%">51.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.9%</td>
<td class="CoverValue line-coverage coverage-low">56 / 108</td>
<td class="CoverValue function-coverage coverage-low">30.5%</td>
<td class="CoverValue function-coverage coverage-low">36 / 118</td>
<td class="CoverValue branch-coverage coverage-low">27.3%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 44</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/sparse_matrix_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.5" title="27.5%">27.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.5%</td>
<td class="CoverValue line-coverage coverage-low">92 / 334</td>
<td class="CoverValue function-coverage coverage-low">19.7%</td>
<td class="CoverValue function-coverage coverage-low">12 / 61</td>
<td class="CoverValue branch-coverage coverage-low">8.9%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 790</td>
</tr>
<tr>
<th scope="row">
src/math/simplex/sparse_matrix_ops.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 141</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 452</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 154</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 119</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 228</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_hwf.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_mpf.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_mpff.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_mpfx.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_mpq.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_t.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 169</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 699</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 116</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_t_def.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1353</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 475</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2471</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/subpaving_types.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/tactic/expr2subpaving.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 233</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 27</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 395</td>
</tr>
<tr>
<th scope="row">
src/math/subpaving/tactic/subpaving_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 173</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 350</td>
</tr>
<tr>
<th scope="row">
src/model/array_factory.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.5" title="97.5%">97.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.5%</td>
<td class="CoverValue line-coverage coverage-high">116 / 119</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">97 / 371</td>
</tr>
<tr>
<th scope="row">
src/model/array_factory.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/model/char_factory.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.6" title="67.6%">67.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.6%</td>
<td class="CoverValue line-coverage coverage-low">23 / 34</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 18</td>
</tr>
<tr>
<th scope="row">
src/model/datatype_factory.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.6" title="34.6%">34.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.6%</td>
<td class="CoverValue line-coverage coverage-low">62 / 179</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-low">6.1%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 1156</td>
</tr>
<tr>
<th scope="row">
src/model/datatype_factory.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/model/fpa_factory.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="43.3" title="43.3%">43.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">43.3%</td>
<td class="CoverValue line-coverage coverage-low">13 / 30</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-low">14.8%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 54</td>
</tr>
<tr>
<th scope="row">
src/model/func_interp.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.6" title="86.6%">86.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.6%</td>
<td class="CoverValue line-coverage coverage-medium">292 / 337</td>
<td class="CoverValue function-coverage coverage-medium">88.0%</td>
<td class="CoverValue function-coverage coverage-medium">22 / 25</td>
<td class="CoverValue branch-coverage coverage-low">49.3%</td>
<td class="CoverValue branch-coverage coverage-low">287 / 582</td>
</tr>
<tr>
<th scope="row">
src/model/func_interp.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.0" title="76.0%">76.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.0%</td>
<td class="CoverValue line-coverage coverage-medium">19 / 25</td>
<td class="CoverValue function-coverage coverage-high">94.4%</td>
<td class="CoverValue function-coverage coverage-high">17 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/model/model2expr.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 106</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 266</td>
</tr>
<tr>
<th scope="row">
src/model/model2expr.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/model/model.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.4" title="69.4%">69.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.4%</td>
<td class="CoverValue line-coverage coverage-low">306 / 441</td>
<td class="CoverValue function-coverage coverage-low">74.5%</td>
<td class="CoverValue function-coverage coverage-low">38 / 51</td>
<td class="CoverValue branch-coverage coverage-low">23.7%</td>
<td class="CoverValue branch-coverage coverage-low">246 / 1037</td>
</tr>
<tr>
<th scope="row">
src/model/model.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/model/model_core.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.2" title="80.2%">80.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.2%</td>
<td class="CoverValue line-coverage coverage-medium">77 / 96</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">43.8%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 80</td>
</tr>
<tr>
<th scope="row">
src/model/model_core.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.6" title="92.6%">92.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.6%</td>
<td class="CoverValue line-coverage coverage-high">25 / 27</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 15</td>
<td class="CoverValue branch-coverage coverage-medium">77.8%</td>
<td class="CoverValue branch-coverage coverage-medium">14 / 18</td>
</tr>
<tr>
<th scope="row">
src/model/model_evaluator.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.5" title="78.5%">78.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.5%</td>
<td class="CoverValue line-coverage coverage-medium">472 / 601</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">44 / 55</td>
<td class="CoverValue branch-coverage coverage-low">23.4%</td>
<td class="CoverValue branch-coverage coverage-low">457 / 1949</td>
</tr>
<tr>
<th scope="row">
src/model/model_implicant.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 654</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3088</td>
</tr>
<tr>
<th scope="row">
src/model/model_implicant.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/model/model_macro_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.0" title="83.0%">83.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.0%</td>
<td class="CoverValue line-coverage coverage-medium">326 / 393</td>
<td class="CoverValue function-coverage coverage-medium">86.5%</td>
<td class="CoverValue function-coverage coverage-medium">32 / 37</td>
<td class="CoverValue branch-coverage coverage-low">36.5%</td>
<td class="CoverValue branch-coverage coverage-low">246 / 674</td>
</tr>
<tr>
<th scope="row">
src/model/model_macro_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.3" title="97.3%">97.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.3%</td>
<td class="CoverValue line-coverage coverage-high">36 / 37</td>
<td class="CoverValue function-coverage coverage-medium">89.5%</td>
<td class="CoverValue function-coverage coverage-medium">17 / 19</td>
<td class="CoverValue branch-coverage coverage-low">56.7%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 30</td>
</tr>
<tr>
<th scope="row">
src/model/model_pp.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 64</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 56</td>
</tr>
<tr>
<th scope="row">
src/model/model_smt2_pp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.4" title="61.4%">61.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.4%</td>
<td class="CoverValue line-coverage coverage-low">156 / 254</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">154 / 617</td>
</tr>
<tr>
<th scope="row">
src/model/model_v2_pp.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.1" title="89.1%">89.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.1%</td>
<td class="CoverValue line-coverage coverage-medium">49 / 55</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">63.3%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 30</td>
</tr>
<tr>
<th scope="row">
src/model/numeral_factory.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/model/numeral_factory.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/model/seq_factory.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.1" title="45.1%">45.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.1%</td>
<td class="CoverValue line-coverage coverage-low">41 / 91</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">36.9%</td>
<td class="CoverValue branch-coverage coverage-low">38 / 103</td>
</tr>
<tr>
<th scope="row">
src/model/struct_factory.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.3" title="64.3%">64.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.3%</td>
<td class="CoverValue line-coverage coverage-low">27 / 42</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">48.1%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 27</td>
</tr>
<tr>
<th scope="row">
src/model/value_factory.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.2" title="80.2%">80.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.2%</td>
<td class="CoverValue line-coverage coverage-medium">65 / 81</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">12 / 13</td>
<td class="CoverValue branch-coverage coverage-low">55.2%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 58</td>
</tr>
<tr>
<th scope="row">
src/model/value_factory.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.9" title="76.9%">76.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.9%</td>
<td class="CoverValue line-coverage coverage-medium">80 / 104</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">28 / 30</td>
<td class="CoverValue branch-coverage coverage-low">42.4%</td>
<td class="CoverValue branch-coverage coverage-low">53 / 125</td>
</tr>
<tr>
<th scope="row">
src/muz/base/bind_variables.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.4" title="90.4%">90.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.4%</td>
<td class="CoverValue line-coverage coverage-high">94 / 104</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">56.9%</td>
<td class="CoverValue branch-coverage coverage-low">66 / 116</td>
</tr>
<tr>
<th scope="row">
src/muz/base/bind_variables.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_boogie_proof.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 182</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 337</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_boogie_proof.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.0" title="31.0%">31.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.0%</td>
<td class="CoverValue line-coverage coverage-low">299 / 963</td>
<td class="CoverValue function-coverage coverage-low">40.7%</td>
<td class="CoverValue function-coverage coverage-low">59 / 145</td>
<td class="CoverValue branch-coverage coverage-low">10.7%</td>
<td class="CoverValue branch-coverage coverage-low">149 / 1390</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_context.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.7" title="55.7%">55.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.7%</td>
<td class="CoverValue line-coverage coverage-low">34 / 61</td>
<td class="CoverValue function-coverage coverage-low">68.8%</td>
<td class="CoverValue function-coverage coverage-low">33 / 48</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_costs.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.1" title="71.1%">71.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.1%</td>
<td class="CoverValue line-coverage coverage-low">64 / 90</td>
<td class="CoverValue function-coverage coverage-low">68.8%</td>
<td class="CoverValue function-coverage coverage-low">11 / 16</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 50</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_costs.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">3 / 4</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_engine_base.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.9" title="40.9%">40.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.9%</td>
<td class="CoverValue line-coverage coverage-low">27 / 66</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 24</td>
<td class="CoverValue branch-coverage coverage-low">17.9%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 168</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.4" title="69.4%">69.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.4%</td>
<td class="CoverValue line-coverage coverage-low">548 / 790</td>
<td class="CoverValue function-coverage coverage-low">65.5%</td>
<td class="CoverValue function-coverage coverage-low">38 / 58</td>
<td class="CoverValue branch-coverage coverage-low">32.8%</td>
<td class="CoverValue branch-coverage coverage-low">618 / 1887</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.9" title="64.9%">64.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.9%</td>
<td class="CoverValue line-coverage coverage-low">37 / 57</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 36</td>
<td class="CoverValue branch-coverage coverage-low">30.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 30</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_set.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="58.8" title="58.8%">58.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">58.8%</td>
<td class="CoverValue line-coverage coverage-low">281 / 478</td>
<td class="CoverValue function-coverage coverage-low">63.8%</td>
<td class="CoverValue function-coverage coverage-low">30 / 47</td>
<td class="CoverValue branch-coverage coverage-low">32.4%</td>
<td class="CoverValue branch-coverage coverage-low">206 / 636</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_set.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">28 / 32</td>
<td class="CoverValue function-coverage coverage-medium">85.2%</td>
<td class="CoverValue function-coverage coverage-medium">23 / 27</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 26</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_subsumption_index.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.9" title="90.9%">90.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.9%</td>
<td class="CoverValue line-coverage coverage-high">30 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 16</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_subsumption_index.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_transformer.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.8" title="87.8%">87.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.8%</td>
<td class="CoverValue line-coverage coverage-medium">72 / 82</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">21.5%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 321</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_rule_transformer.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.7" title="85.7%">85.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.7%</td>
<td class="CoverValue line-coverage coverage-medium">6 / 7</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="19.7" title="19.7%">19.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">19.7%</td>
<td class="CoverValue line-coverage coverage-low">79 / 401</td>
<td class="CoverValue function-coverage coverage-low">25.5%</td>
<td class="CoverValue function-coverage coverage-low">12 / 47</td>
<td class="CoverValue branch-coverage coverage-low">5.6%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 1087</td>
</tr>
<tr>
<th scope="row">
src/muz/base/dl_util.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.5" title="34.5%">34.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.5%</td>
<td class="CoverValue line-coverage coverage-low">61 / 177</td>
<td class="CoverValue function-coverage coverage-low">18.8%</td>
<td class="CoverValue function-coverage coverage-low">13 / 69</td>
<td class="CoverValue branch-coverage coverage-low">23.9%</td>
<td class="CoverValue branch-coverage coverage-low">33 / 138</td>
</tr>
<tr>
<th scope="row">
src/muz/base/hnf.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.3" title="51.3%">51.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.3%</td>
<td class="CoverValue line-coverage coverage-low">183 / 357</td>
<td class="CoverValue function-coverage coverage-medium">85.3%</td>
<td class="CoverValue function-coverage coverage-medium">29 / 34</td>
<td class="CoverValue branch-coverage coverage-low">16.5%</td>
<td class="CoverValue branch-coverage coverage-low">148 / 897</td>
</tr>
<tr>
<th scope="row">
src/muz/base/rule_properties.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.7" title="30.7%">30.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.7%</td>
<td class="CoverValue line-coverage coverage-low">91 / 296</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">16 / 24</td>
<td class="CoverValue branch-coverage coverage-low">11.8%</td>
<td class="CoverValue branch-coverage coverage-low">67 / 570</td>
</tr>
<tr>
<th scope="row">
src/muz/base/rule_properties.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/bmc/dl_bmc_engine.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.3" title="27.3%">27.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.3%</td>
<td class="CoverValue line-coverage coverage-low">232 / 850</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 68</td>
<td class="CoverValue branch-coverage coverage-low">9.2%</td>
<td class="CoverValue branch-coverage coverage-low">264 / 2873</td>
</tr>
<tr>
<th scope="row">
src/muz/bmc/dl_bmc_engine.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/clp/clp_context.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 131</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 20</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 230</td>
</tr>
<tr>
<th scope="row">
src/muz/dataflow/dataflow.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/dataflow/dataflow.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">82 / 82</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">17 / 17</td>
<td class="CoverValue branch-coverage coverage-medium">79.6%</td>
<td class="CoverValue branch-coverage coverage-medium">43 / 54</td>
</tr>
<tr>
<th scope="row">
src/muz/dataflow/reachability.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.8" title="96.8%">96.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.8%</td>
<td class="CoverValue line-coverage coverage-high">30 / 31</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-medium">81.2%</td>
<td class="CoverValue branch-coverage coverage-medium">13 / 16</td>
</tr>
<tr>
<th scope="row">
src/muz/ddnf/ddnf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 579</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 88</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 915</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/datalog_parser.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 960</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 77</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1314</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/datalog_parser.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/dl_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.9" title="65.9%">65.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.9%</td>
<td class="CoverValue line-coverage coverage-low">211 / 320</td>
<td class="CoverValue function-coverage coverage-medium">80.3%</td>
<td class="CoverValue function-coverage coverage-medium">49 / 61</td>
<td class="CoverValue branch-coverage coverage-low">21.0%</td>
<td class="CoverValue branch-coverage coverage-low">65 / 310</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/dl_cmds.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/dl_register_engine.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">7 / 14</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 8</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/dl_register_engine.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/fp/horn_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.7" title="71.7%">71.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.7%</td>
<td class="CoverValue line-coverage coverage-low">208 / 290</td>
<td class="CoverValue function-coverage coverage-medium">77.4%</td>
<td class="CoverValue function-coverage coverage-medium">24 / 31</td>
<td class="CoverValue branch-coverage coverage-low">29.2%</td>
<td class="CoverValue branch-coverage coverage-low">202 / 691</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/aig_exporter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 208</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 436</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/aig_exporter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/check_relation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="43.5" title="43.5%">43.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">43.5%</td>
<td class="CoverValue line-coverage coverage-low">235 / 540</td>
<td class="CoverValue function-coverage coverage-low">20.0%</td>
<td class="CoverValue function-coverage coverage-low">16 / 80</td>
<td class="CoverValue branch-coverage coverage-low">28.3%</td>
<td class="CoverValue branch-coverage coverage-low">377 / 1332</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/check_relation.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">2 / 6</td>
<td class="CoverValue function-coverage coverage-low">42.9%</td>
<td class="CoverValue function-coverage coverage-low">3 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_base.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.0" title="34.0%">34.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.0%</td>
<td class="CoverValue line-coverage coverage-low">100 / 294</td>
<td class="CoverValue function-coverage coverage-low">32.4%</td>
<td class="CoverValue function-coverage coverage-low">11 / 34</td>
<td class="CoverValue branch-coverage coverage-low">19.8%</td>
<td class="CoverValue branch-coverage coverage-low">83 / 420</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_base.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="49.7" title="49.7%">49.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">49.7%</td>
<td class="CoverValue line-coverage coverage-low">174 / 350</td>
<td class="CoverValue function-coverage coverage-low">46.5%</td>
<td class="CoverValue function-coverage coverage-low">148 / 318</td>
<td class="CoverValue branch-coverage coverage-low">14.4%</td>
<td class="CoverValue branch-coverage coverage-low">51 / 354</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_bound_relation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.2" title="45.2%">45.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.2%</td>
<td class="CoverValue line-coverage coverage-low">216 / 478</td>
<td class="CoverValue function-coverage coverage-low">67.1%</td>
<td class="CoverValue function-coverage coverage-low">49 / 73</td>
<td class="CoverValue branch-coverage coverage-low">11.4%</td>
<td class="CoverValue branch-coverage coverage-low">95 / 837</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_bound_relation.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.0" title="30.0%">30.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.0%</td>
<td class="CoverValue line-coverage coverage-low">3 / 10</td>
<td class="CoverValue function-coverage coverage-low">69.2%</td>
<td class="CoverValue function-coverage coverage-low">9 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_check_table.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 258</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 66</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 320</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_check_table.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_compiler.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="39.1" title="39.1%">39.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">39.1%</td>
<td class="CoverValue line-coverage coverage-low">334 / 855</td>
<td class="CoverValue function-coverage coverage-low">45.0%</td>
<td class="CoverValue function-coverage coverage-low">18 / 40</td>
<td class="CoverValue branch-coverage coverage-low">14.2%</td>
<td class="CoverValue branch-coverage coverage-low">321 / 2258</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_compiler.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.5" title="89.5%">89.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.5%</td>
<td class="CoverValue line-coverage coverage-medium">17 / 19</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 10</td>
<td class="CoverValue branch-coverage coverage-low">55.0%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 20</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_external_relation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 295</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 48</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 528</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_external_relation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_finite_product_relation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1450</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 117</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3246</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_finite_product_relation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 34</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 25</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_instruction.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.7" title="27.7%">27.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.7%</td>
<td class="CoverValue line-coverage coverage-low">209 / 755</td>
<td class="CoverValue function-coverage coverage-low">35.5%</td>
<td class="CoverValue function-coverage coverage-low">49 / 138</td>
<td class="CoverValue branch-coverage coverage-low">10.0%</td>
<td class="CoverValue branch-coverage coverage-low">82 / 824</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_instruction.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.1" title="69.1%">69.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.1%</td>
<td class="CoverValue line-coverage coverage-low">56 / 81</td>
<td class="CoverValue function-coverage coverage-low">60.6%</td>
<td class="CoverValue function-coverage coverage-low">20 / 33</td>
<td class="CoverValue branch-coverage coverage-low">44.4%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 54</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_interval_relation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="47.6" title="47.6%">47.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">47.6%</td>
<td class="CoverValue line-coverage coverage-low">200 / 420</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 55</td>
<td class="CoverValue branch-coverage coverage-low">13.8%</td>
<td class="CoverValue branch-coverage coverage-low">117 / 849</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_interval_relation.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">8 / 12</td>
<td class="CoverValue function-coverage coverage-low">63.6%</td>
<td class="CoverValue function-coverage coverage-low">7 / 11</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_lazy_table.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.0" title="4.0%">4.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.0%</td>
<td class="CoverValue line-coverage coverage-low">11 / 272</td>
<td class="CoverValue function-coverage coverage-low">3.4%</td>
<td class="CoverValue function-coverage coverage-low">2 / 58</td>
<td class="CoverValue branch-coverage coverage-low">2.3%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 355</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_lazy_table.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.8" title="3.8%">3.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.8%</td>
<td class="CoverValue line-coverage coverage-low">3 / 78</td>
<td class="CoverValue function-coverage coverage-low">3.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 54</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 76</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_explanations.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 535</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 69</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1096</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_explanations.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_similarity_compressor.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.1" title="16.1%">16.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.1%</td>
<td class="CoverValue line-coverage coverage-low">56 / 347</td>
<td class="CoverValue function-coverage coverage-low">18.5%</td>
<td class="CoverValue function-coverage coverage-low">5 / 27</td>
<td class="CoverValue branch-coverage coverage-low">5.8%</td>
<td class="CoverValue branch-coverage coverage-low">27 / 466</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_similarity_compressor.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_simple_joins.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="10.5" title="10.5%">10.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">10.5%</td>
<td class="CoverValue line-coverage coverage-low">52 / 494</td>
<td class="CoverValue function-coverage coverage-low">25.9%</td>
<td class="CoverValue function-coverage coverage-low">7 / 27</td>
<td class="CoverValue branch-coverage coverage-low">1.6%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 2168</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_mk_simple_joins.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_product_relation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 783</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 79</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2512</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_product_relation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_relation_manager.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.9" title="26.9%">26.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.9%</td>
<td class="CoverValue line-coverage coverage-low">284 / 1056</td>
<td class="CoverValue function-coverage coverage-low">25.7%</td>
<td class="CoverValue function-coverage coverage-low">43 / 167</td>
<td class="CoverValue branch-coverage coverage-low">11.1%</td>
<td class="CoverValue branch-coverage coverage-low">161 / 1444</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_relation_manager.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.3" title="21.3%">21.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.3%</td>
<td class="CoverValue line-coverage coverage-low">20 / 94</td>
<td class="CoverValue function-coverage coverage-low">17.8%</td>
<td class="CoverValue function-coverage coverage-low">8 / 45</td>
<td class="CoverValue branch-coverage coverage-low">19.4%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 62</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_sieve_relation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 396</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 51</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 618</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_sieve_relation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 28</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_sparse_table.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="35.5" title="35.5%">35.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">35.5%</td>
<td class="CoverValue line-coverage coverage-low">307 / 864</td>
<td class="CoverValue function-coverage coverage-low">47.1%</td>
<td class="CoverValue function-coverage coverage-low">49 / 104</td>
<td class="CoverValue branch-coverage coverage-low">12.3%</td>
<td class="CoverValue branch-coverage coverage-low">171 / 1392</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_sparse_table.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.9" title="77.9%">77.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.9%</td>
<td class="CoverValue line-coverage coverage-medium">109 / 140</td>
<td class="CoverValue function-coverage coverage-medium">77.3%</td>
<td class="CoverValue function-coverage coverage-medium">34 / 44</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 96</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_table.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.4" title="56.4%">56.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.4%</td>
<td class="CoverValue line-coverage coverage-low">92 / 163</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 34</td>
<td class="CoverValue branch-coverage coverage-low">32.6%</td>
<td class="CoverValue branch-coverage coverage-low">58 / 178</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_table.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.0" title="20.0%">20.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.0%</td>
<td class="CoverValue line-coverage coverage-low">4 / 20</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_table_relation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.8" title="31.8%">31.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.8%</td>
<td class="CoverValue line-coverage coverage-low">91 / 286</td>
<td class="CoverValue function-coverage coverage-low">45.2%</td>
<td class="CoverValue function-coverage coverage-low">19 / 42</td>
<td class="CoverValue branch-coverage coverage-low">11.5%</td>
<td class="CoverValue branch-coverage coverage-low">59 / 512</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_table_relation.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.2" title="63.2%">63.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.2%</td>
<td class="CoverValue line-coverage coverage-low">12 / 19</td>
<td class="CoverValue function-coverage coverage-low">64.3%</td>
<td class="CoverValue function-coverage coverage-low">9 / 14</td>
<td class="CoverValue branch-coverage coverage-low">38.9%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 18</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/dl_vector_relation.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.2" title="82.2%">82.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.2%</td>
<td class="CoverValue line-coverage coverage-medium">185 / 225</td>
<td class="CoverValue function-coverage coverage-medium">75.7%</td>
<td class="CoverValue function-coverage coverage-medium">28 / 37</td>
<td class="CoverValue branch-coverage coverage-low">21.9%</td>
<td class="CoverValue branch-coverage coverage-low">166 / 758</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/doc.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.5" title="73.5%">73.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.5%</td>
<td class="CoverValue line-coverage coverage-low">416 / 566</td>
<td class="CoverValue function-coverage coverage-low">72.9%</td>
<td class="CoverValue function-coverage coverage-low">35 / 48</td>
<td class="CoverValue branch-coverage coverage-low">36.7%</td>
<td class="CoverValue branch-coverage coverage-low">436 / 1189</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/doc.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.3" title="86.3%">86.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.3%</td>
<td class="CoverValue line-coverage coverage-medium">183 / 212</td>
<td class="CoverValue function-coverage coverage-high">93.0%</td>
<td class="CoverValue function-coverage coverage-high">53 / 57</td>
<td class="CoverValue branch-coverage coverage-low">60.5%</td>
<td class="CoverValue branch-coverage coverage-low">104 / 172</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/karr_relation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 580</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 62</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1014</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/karr_relation.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 10</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/rel_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="34.3" title="34.3%">34.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">34.3%</td>
<td class="CoverValue line-coverage coverage-low">153 / 446</td>
<td class="CoverValue function-coverage coverage-low">45.7%</td>
<td class="CoverValue function-coverage coverage-low">16 / 35</td>
<td class="CoverValue branch-coverage coverage-low">10.9%</td>
<td class="CoverValue branch-coverage coverage-low">153 / 1399</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/rel_context.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.0" title="40.0%">40.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.0%</td>
<td class="CoverValue line-coverage coverage-low">2 / 5</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/udoc_relation.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.8" title="84.8%">84.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.8%</td>
<td class="CoverValue line-coverage coverage-medium">744 / 877</td>
<td class="CoverValue function-coverage coverage-medium">85.6%</td>
<td class="CoverValue function-coverage coverage-medium">77 / 90</td>
<td class="CoverValue branch-coverage coverage-low">33.0%</td>
<td class="CoverValue branch-coverage coverage-low">734 / 2226</td>
</tr>
<tr>
<th scope="row">
src/muz/rel/udoc_relation.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">11 / 13</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_antiunify.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 157</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 23</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 147</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_antiunify.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_arith_generalizers.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 80</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 342</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_arith_kernel.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 38</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 240</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_arith_kernel.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 21</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_callback.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_callback.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_cluster.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.4" title="2.4%">2.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.4%</td>
<td class="CoverValue line-coverage coverage-low">5 / 206</td>
<td class="CoverValue function-coverage coverage-low">12.5%</td>
<td class="CoverValue function-coverage coverage-low">2 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1522</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_cluster.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.0" title="20.0%">20.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.0%</td>
<td class="CoverValue line-coverage coverage-low">5 / 25</td>
<td class="CoverValue function-coverage coverage-low">10.5%</td>
<td class="CoverValue function-coverage coverage-low">2 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_cluster_util.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 121</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 294</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_concretize.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 123</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 242</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_concretize.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_conjecture.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 46</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 190</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.5" title="57.5%">57.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.5%</td>
<td class="CoverValue line-coverage coverage-low">1570 / 2729</td>
<td class="CoverValue function-coverage coverage-low">68.9%</td>
<td class="CoverValue function-coverage coverage-low">104 / 151</td>
<td class="CoverValue branch-coverage coverage-low">15.4%</td>
<td class="CoverValue branch-coverage coverage-low">1909 / 12381</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_context.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.6" title="64.6%">64.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.6%</td>
<td class="CoverValue line-coverage coverage-low">245 / 379</td>
<td class="CoverValue function-coverage coverage-low">71.8%</td>
<td class="CoverValue function-coverage coverage-low">171 / 238</td>
<td class="CoverValue branch-coverage coverage-low">40.3%</td>
<td class="CoverValue branch-coverage coverage-low">71 / 176</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_convex_closure.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 243</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 20</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 777</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_convex_closure.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 26</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_dl_interface.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="35.4" title="35.4%">35.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">35.4%</td>
<td class="CoverValue line-coverage coverage-low">74 / 209</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">7 / 21</td>
<td class="CoverValue branch-coverage coverage-low">10.1%</td>
<td class="CoverValue branch-coverage coverage-low">66 / 656</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_expand_bnd_generalizer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 110</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 454</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_expand_bnd_generalizer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_farkas_learner.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.6" title="6.6%">6.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.6%</td>
<td class="CoverValue line-coverage coverage-low">16 / 241</td>
<td class="CoverValue function-coverage coverage-low">30.8%</td>
<td class="CoverValue function-coverage coverage-low">4 / 13</td>
<td class="CoverValue branch-coverage coverage-low">0.6%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 1158</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_farkas_learner.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_generalizers.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="12.0" title="12.0%">12.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">12.0%</td>
<td class="CoverValue line-coverage coverage-low">22 / 183</td>
<td class="CoverValue function-coverage coverage-low">26.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 15</td>
<td class="CoverValue branch-coverage coverage-low">2.5%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 1159</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_generalizers.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.1" title="6.1%">6.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.1%</td>
<td class="CoverValue line-coverage coverage-low">2 / 33</td>
<td class="CoverValue function-coverage coverage-low">10.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 20</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_global_generalizer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 459</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2342</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_global_generalizer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 24</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_ind_lemma_generalizer.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.8" title="86.8%">86.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.8%</td>
<td class="CoverValue line-coverage coverage-medium">138 / 159</td>
<td class="CoverValue function-coverage coverage-medium">78.3%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 23</td>
<td class="CoverValue branch-coverage coverage-low">29.5%</td>
<td class="CoverValue branch-coverage coverage-low">95 / 322</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_iuc_proof.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.6" title="30.6%">30.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.6%</td>
<td class="CoverValue line-coverage coverage-low">48 / 157</td>
<td class="CoverValue function-coverage coverage-low">26.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 15</td>
<td class="CoverValue branch-coverage coverage-low">15.5%</td>
<td class="CoverValue branch-coverage coverage-low">65 / 419</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_iuc_proof.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">6 / 6</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_iuc_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.1" title="65.1%">65.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.1%</td>
<td class="CoverValue line-coverage coverage-low">170 / 261</td>
<td class="CoverValue function-coverage coverage-low">73.9%</td>
<td class="CoverValue function-coverage coverage-low">17 / 23</td>
<td class="CoverValue branch-coverage coverage-low">28.8%</td>
<td class="CoverValue branch-coverage coverage-low">123 / 427</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_iuc_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.9" title="54.9%">54.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.9%</td>
<td class="CoverValue line-coverage coverage-low">39 / 71</td>
<td class="CoverValue function-coverage coverage-low">32.6%</td>
<td class="CoverValue function-coverage coverage-low">14 / 43</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 40</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_legacy_frames.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 85</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 146</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_legacy_frames.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_legacy_mbp.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 40</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 472</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_legacy_mev.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 609</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2461</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_legacy_mev.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 18</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_manager.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.8" title="38.8%">38.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.8%</td>
<td class="CoverValue line-coverage coverage-low">59 / 152</td>
<td class="CoverValue function-coverage coverage-low">36.0%</td>
<td class="CoverValue function-coverage coverage-low">9 / 25</td>
<td class="CoverValue branch-coverage coverage-low">18.8%</td>
<td class="CoverValue branch-coverage coverage-low">42 / 224</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_manager.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.0" title="92.0%">92.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.0%</td>
<td class="CoverValue line-coverage coverage-high">23 / 25</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 10</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_matrix.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 122</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 390</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_matrix.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_mbc.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 46</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 166</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_mev_array.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 145</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1091</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_mev_array.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_pdr.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.9" title="63.9%">63.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.9%</td>
<td class="CoverValue line-coverage coverage-low">159 / 249</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 19</td>
<td class="CoverValue branch-coverage coverage-low">16.0%</td>
<td class="CoverValue branch-coverage coverage-low">156 / 976</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_pdr.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.0" title="56.0%">56.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.0%</td>
<td class="CoverValue line-coverage coverage-low">14 / 25</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 20</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 12</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_proof_utils.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">452 / 493</td>
<td class="CoverValue function-coverage coverage-high">96.4%</td>
<td class="CoverValue function-coverage coverage-high">27 / 28</td>
<td class="CoverValue branch-coverage coverage-low">34.9%</td>
<td class="CoverValue branch-coverage coverage-low">609 / 1744</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_proof_utils.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 18</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_prop_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.7" title="75.7%">75.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.7%</td>
<td class="CoverValue line-coverage coverage-medium">165 / 218</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-low">25.8%</td>
<td class="CoverValue branch-coverage coverage-low">206 / 800</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_prop_solver.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.8" title="81.8%">81.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.8%</td>
<td class="CoverValue line-coverage coverage-medium">27 / 33</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 13</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 20</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_qe_project.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.8" title="21.8%">21.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.8%</td>
<td class="CoverValue line-coverage coverage-low">313 / 1436</td>
<td class="CoverValue function-coverage coverage-low">26.7%</td>
<td class="CoverValue function-coverage coverage-low">20 / 75</td>
<td class="CoverValue branch-coverage coverage-low">5.4%</td>
<td class="CoverValue branch-coverage coverage-low">419 / 7818</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_quant_generalizer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 404</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2121</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sat_answer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 137</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 850</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sat_answer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sem_matcher.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 90</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 145</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sem_matcher.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sym_mux.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.6" title="76.6%">76.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.6%</td>
<td class="CoverValue line-coverage coverage-medium">72 / 94</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 16</td>
<td class="CoverValue branch-coverage coverage-low">42.7%</td>
<td class="CoverValue branch-coverage coverage-low">47 / 110</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_sym_mux.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_unsat_core_learner.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">43 / 43</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 60</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_unsat_core_learner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">70.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 10</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_unsat_core_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="22.1" title="22.1%">22.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">22.1%</td>
<td class="CoverValue line-coverage coverage-low">79 / 357</td>
<td class="CoverValue function-coverage coverage-low">35.7%</td>
<td class="CoverValue function-coverage coverage-low">5 / 14</td>
<td class="CoverValue branch-coverage coverage-low">8.2%</td>
<td class="CoverValue branch-coverage coverage-low">108 / 1320</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_unsat_core_plugin.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.8" title="77.8%">77.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.8%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 9</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.0" title="37.0%">37.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.0%</td>
<td class="CoverValue line-coverage coverage-low">254 / 687</td>
<td class="CoverValue function-coverage coverage-low">24.1%</td>
<td class="CoverValue function-coverage coverage-low">21 / 87</td>
<td class="CoverValue branch-coverage coverage-low">11.5%</td>
<td class="CoverValue branch-coverage coverage-low">363 / 3149</td>
</tr>
<tr>
<th scope="row">
src/muz/spacer/spacer_util.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.5" title="62.5%">62.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.5%</td>
<td class="CoverValue line-coverage coverage-low">10 / 16</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/muz/tab/tab_context.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1066</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 129</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1860</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_blast.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.7" title="6.7%">6.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.7%</td>
<td class="CoverValue line-coverage coverage-low">16 / 238</td>
<td class="CoverValue function-coverage coverage-low">22.2%</td>
<td class="CoverValue function-coverage coverage-low">2 / 9</td>
<td class="CoverValue branch-coverage coverage-low">1.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 892</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_blast.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_eq_rewrite.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 67</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 188</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_eq_rewrite.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_instantiation.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 208</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 506</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_array_instantiation.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_backwards.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 46</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 168</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_backwards.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_bit_blast.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.0" title="72.0%">72.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.0%</td>
<td class="CoverValue line-coverage coverage-low">144 / 200</td>
<td class="CoverValue function-coverage coverage-medium">82.6%</td>
<td class="CoverValue function-coverage coverage-medium">19 / 23</td>
<td class="CoverValue branch-coverage coverage-low">19.5%</td>
<td class="CoverValue branch-coverage coverage-low">155 / 796</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_coalesce.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 141</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 474</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_coalesce.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_coi_filter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.8" title="77.8%">77.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.8%</td>
<td class="CoverValue line-coverage coverage-medium">98 / 126</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">25.2%</td>
<td class="CoverValue branch-coverage coverage-low">181 / 718</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_coi_filter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_elim_term_ite.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.2" title="81.2%">81.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.2%</td>
<td class="CoverValue line-coverage coverage-medium">104 / 128</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">9 / 15</td>
<td class="CoverValue branch-coverage coverage-low">25.5%</td>
<td class="CoverValue branch-coverage coverage-low">142 / 556</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_elim_term_ite.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_filter_rules.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="42.5" title="42.5%">42.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">42.5%</td>
<td class="CoverValue line-coverage coverage-low">51 / 120</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-low">8.0%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 350</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_filter_rules.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_interp_tail_simplifier.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.9" title="85.9%">85.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.9%</td>
<td class="CoverValue line-coverage coverage-medium">318 / 370</td>
<td class="CoverValue function-coverage coverage-high">96.0%</td>
<td class="CoverValue function-coverage coverage-high">24 / 25</td>
<td class="CoverValue branch-coverage coverage-low">33.8%</td>
<td class="CoverValue branch-coverage coverage-low">368 / 1090</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_interp_tail_simplifier.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_karr_invariants.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="9.6" title="9.6%">9.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">9.6%</td>
<td class="CoverValue line-coverage coverage-low">18 / 188</td>
<td class="CoverValue function-coverage coverage-low">13.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 15</td>
<td class="CoverValue branch-coverage coverage-low">3.0%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 504</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_karr_invariants.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_loop_counter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 114</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 314</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_loop_counter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_magic_sets.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 282</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 594</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_magic_sets.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 11</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_magic_symbolic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 65</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 278</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_magic_symbolic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_quantifier_abstraction.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 261</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1146</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_quantifier_abstraction.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_quantifier_instantiation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="5.2" title="5.2%">5.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">5.2%</td>
<td class="CoverValue line-coverage coverage-low">11 / 212</td>
<td class="CoverValue function-coverage coverage-low">22.2%</td>
<td class="CoverValue function-coverage coverage-low">2 / 9</td>
<td class="CoverValue branch-coverage coverage-low">0.9%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 538</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_quantifier_instantiation.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_rule_inliner.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.0" title="85.0%">85.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.0%</td>
<td class="CoverValue line-coverage coverage-medium">453 / 533</td>
<td class="CoverValue function-coverage coverage-high">96.2%</td>
<td class="CoverValue function-coverage coverage-high">25 / 26</td>
<td class="CoverValue branch-coverage coverage-low">21.7%</td>
<td class="CoverValue branch-coverage coverage-low">485 / 2237</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_rule_inliner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">24 / 24</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">47.4%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 38</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_scale.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="7.1" title="7.1%">7.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">7.1%</td>
<td class="CoverValue line-coverage coverage-low">12 / 170</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 12</td>
<td class="CoverValue branch-coverage coverage-low">1.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 597</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_scale.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_separate_negated_tails.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="23.2" title="23.2%">23.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">23.2%</td>
<td class="CoverValue line-coverage coverage-low">23 / 99</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 6</td>
<td class="CoverValue branch-coverage coverage-low">8.0%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 174</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_separate_negated_tails.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_slice.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="43.5" title="43.5%">43.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">43.5%</td>
<td class="CoverValue line-coverage coverage-low">252 / 579</td>
<td class="CoverValue function-coverage coverage-low">48.8%</td>
<td class="CoverValue function-coverage coverage-low">20 / 41</td>
<td class="CoverValue branch-coverage coverage-low">10.2%</td>
<td class="CoverValue branch-coverage coverage-low">261 / 2557</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_slice.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_subsumption_checker.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.9" title="75.9%">75.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.9%</td>
<td class="CoverValue line-coverage coverage-medium">164 / 216</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">184 / 491</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_subsumption_checker.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_synchronize.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 273</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 498</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_synchronize.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_unbound_compressor.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.7" title="4.7%">4.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.7%</td>
<td class="CoverValue line-coverage coverage-low">12 / 258</td>
<td class="CoverValue function-coverage coverage-low">15.4%</td>
<td class="CoverValue function-coverage coverage-low">2 / 13</td>
<td class="CoverValue branch-coverage coverage-low">1.3%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 929</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_unbound_compressor.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_unfold.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 34</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 56</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_mk_unfold.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/muz/transforms/dl_transforms.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.0" title="86.0%">86.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.0%</td>
<td class="CoverValue line-coverage coverage-medium">43 / 50</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">46.0%</td>
<td class="CoverValue branch-coverage coverage-low">103 / 224</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_assignment.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.2" title="79.2%">79.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.2%</td>
<td class="CoverValue line-coverage coverage-medium">38 / 48</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">18 / 20</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 18</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_clause.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.8" title="53.8%">53.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.8%</td>
<td class="CoverValue line-coverage coverage-low">14 / 26</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 3</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 10</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_clause.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.9" title="61.9%">61.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.9%</td>
<td class="CoverValue line-coverage coverage-low">13 / 21</td>
<td class="CoverValue function-coverage coverage-low">61.9%</td>
<td class="CoverValue function-coverage coverage-low">13 / 21</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_evaluator.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.6" title="77.6%">77.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.6%</td>
<td class="CoverValue line-coverage coverage-medium">346 / 446</td>
<td class="CoverValue function-coverage coverage-high">95.1%</td>
<td class="CoverValue function-coverage coverage-high">39 / 41</td>
<td class="CoverValue branch-coverage coverage-low">23.0%</td>
<td class="CoverValue branch-coverage coverage-low">241 / 1046</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_explain.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.7" title="77.7%">77.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.7%</td>
<td class="CoverValue line-coverage coverage-medium">1065 / 1370</td>
<td class="CoverValue function-coverage coverage-medium">76.3%</td>
<td class="CoverValue function-coverage coverage-medium">74 / 97</td>
<td class="CoverValue branch-coverage coverage-low">19.5%</td>
<td class="CoverValue branch-coverage coverage-low">1010 / 5178</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_interval_set.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.1" title="82.1%">82.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.1%</td>
<td class="CoverValue line-coverage coverage-medium">453 / 552</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">25 / 30</td>
<td class="CoverValue branch-coverage coverage-low">25.9%</td>
<td class="CoverValue branch-coverage coverage-low">464 / 1790</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_interval_set.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="42.9" title="42.9%">42.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">42.9%</td>
<td class="CoverValue line-coverage coverage-low">3 / 7</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_justification.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">40 / 48</td>
<td class="CoverValue function-coverage coverage-high">95.8%</td>
<td class="CoverValue function-coverage coverage-high">23 / 24</td>
<td class="CoverValue branch-coverage coverage-low">48.6%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 35</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_scoped_literal_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">49 / 49</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">19 / 19</td>
<td class="CoverValue branch-coverage coverage-low">57.7%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 26</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_simple_checker.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 953</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 59</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2082</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_simplify.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.1" title="2.1%">2.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.1%</td>
<td class="CoverValue line-coverage coverage-low">12 / 582</td>
<td class="CoverValue function-coverage coverage-low">12.9%</td>
<td class="CoverValue function-coverage coverage-low">4 / 31</td>
<td class="CoverValue branch-coverage coverage-low">0.1%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 1026</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.6" title="61.6%">61.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.6%</td>
<td class="CoverValue line-coverage coverage-low">1733 / 2815</td>
<td class="CoverValue function-coverage coverage-low">65.2%</td>
<td class="CoverValue function-coverage coverage-low">227 / 348</td>
<td class="CoverValue branch-coverage coverage-low">18.9%</td>
<td class="CoverValue branch-coverage coverage-low">1303 / 6899</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">2 / 6</td>
<td class="CoverValue function-coverage coverage-low">37.5%</td>
<td class="CoverValue function-coverage coverage-low">3 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_types.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">35 / 35</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-medium">83.3%</td>
<td class="CoverValue branch-coverage coverage-medium">20 / 24</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_types.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">30 / 42</td>
<td class="CoverValue function-coverage coverage-high">96.2%</td>
<td class="CoverValue function-coverage coverage-high">25 / 26</td>
<td class="CoverValue branch-coverage coverage-low">51.0%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 51</td>
</tr>
<tr>
<th scope="row">
src/nlsat/nlsat_variable_ordering_strategy.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.4" title="53.4%">53.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.4%</td>
<td class="CoverValue line-coverage coverage-low">94 / 176</td>
<td class="CoverValue function-coverage coverage-low">60.9%</td>
<td class="CoverValue function-coverage coverage-low">14 / 23</td>
<td class="CoverValue branch-coverage coverage-low">20.7%</td>
<td class="CoverValue branch-coverage coverage-low">63 / 304</td>
</tr>
<tr>
<th scope="row">
src/nlsat/tactic/goal2nlsat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.1" title="51.1%">51.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.1%</td>
<td class="CoverValue line-coverage coverage-low">142 / 278</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">22 / 33</td>
<td class="CoverValue branch-coverage coverage-low">17.1%</td>
<td class="CoverValue branch-coverage coverage-low">113 / 660</td>
</tr>
<tr>
<th scope="row">
src/nlsat/tactic/nlsat_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.8" title="74.8%">74.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.8%</td>
<td class="CoverValue line-coverage coverage-low">122 / 163</td>
<td class="CoverValue function-coverage coverage-medium">82.6%</td>
<td class="CoverValue function-coverage coverage-medium">19 / 23</td>
<td class="CoverValue branch-coverage coverage-low">23.2%</td>
<td class="CoverValue branch-coverage coverage-low">114 / 492</td>
</tr>
<tr>
<th scope="row">
src/nlsat/tactic/qfnra_nlsat_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 27</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">51.6%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 62</td>
</tr>
<tr>
<th scope="row">
src/opt/maxcore.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.3" title="56.3%">56.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.3%</td>
<td class="CoverValue line-coverage coverage-low">426 / 756</td>
<td class="CoverValue function-coverage coverage-low">61.5%</td>
<td class="CoverValue function-coverage coverage-low">48 / 78</td>
<td class="CoverValue branch-coverage coverage-low">17.8%</td>
<td class="CoverValue branch-coverage coverage-low">379 / 2127</td>
</tr>
<tr>
<th scope="row">
src/opt/maxlex.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.0" title="78.0%">78.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.0%</td>
<td class="CoverValue line-coverage coverage-medium">103 / 132</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">32.7%</td>
<td class="CoverValue branch-coverage coverage-low">81 / 248</td>
</tr>
<tr>
<th scope="row">
src/opt/maxsmt.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="58.2" title="58.2%">58.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">58.2%</td>
<td class="CoverValue line-coverage coverage-low">163 / 280</td>
<td class="CoverValue function-coverage coverage-low">45.1%</td>
<td class="CoverValue function-coverage coverage-low">23 / 51</td>
<td class="CoverValue branch-coverage coverage-low">18.4%</td>
<td class="CoverValue branch-coverage coverage-low">148 / 806</td>
</tr>
<tr>
<th scope="row">
src/opt/maxsmt.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.2" title="81.2%">81.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.2%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 16</td>
<td class="CoverValue function-coverage coverage-medium">79.2%</td>
<td class="CoverValue function-coverage coverage-medium">19 / 24</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_cmds.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.8" title="81.8%">81.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.8%</td>
<td class="CoverValue line-coverage coverage-medium">81 / 99</td>
<td class="CoverValue function-coverage coverage-low">73.5%</td>
<td class="CoverValue function-coverage coverage-low">25 / 34</td>
<td class="CoverValue branch-coverage coverage-low">52.3%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 44</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_context.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.0" title="74.0%">74.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.0%</td>
<td class="CoverValue line-coverage coverage-low">990 / 1338</td>
<td class="CoverValue function-coverage coverage-medium">79.3%</td>
<td class="CoverValue function-coverage coverage-medium">88 / 111</td>
<td class="CoverValue branch-coverage coverage-low">23.2%</td>
<td class="CoverValue branch-coverage coverage-low">1066 / 4604</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_context.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.9" title="75.9%">75.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.9%</td>
<td class="CoverValue line-coverage coverage-medium">41 / 54</td>
<td class="CoverValue function-coverage coverage-medium">77.4%</td>
<td class="CoverValue function-coverage coverage-medium">24 / 31</td>
<td class="CoverValue branch-coverage coverage-low">44.1%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 34</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_cores.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 274</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 871</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_cores.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_lns.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.9" title="2.9%">2.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.9%</td>
<td class="CoverValue line-coverage coverage-low">6 / 205</td>
<td class="CoverValue function-coverage coverage-low">6.7%</td>
<td class="CoverValue function-coverage coverage-low">1 / 15</td>
<td class="CoverValue branch-coverage coverage-low">0.2%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 444</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_lns.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 2</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_pareto.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.2" title="74.2%">74.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.2%</td>
<td class="CoverValue line-coverage coverage-low">49 / 66</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">67 / 368</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_pareto.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.6" title="53.6%">53.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.6%</td>
<td class="CoverValue line-coverage coverage-low">15 / 28</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 10</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_parse.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 625</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 92</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 902</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_preprocess.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.5" title="52.5%">52.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.5%</td>
<td class="CoverValue line-coverage coverage-low">83 / 158</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">26.0%</td>
<td class="CoverValue branch-coverage coverage-low">125 / 481</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_preprocess.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.8" title="64.8%">64.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.8%</td>
<td class="CoverValue line-coverage coverage-low">221 / 341</td>
<td class="CoverValue function-coverage coverage-low">64.1%</td>
<td class="CoverValue function-coverage coverage-low">25 / 39</td>
<td class="CoverValue branch-coverage coverage-low">16.5%</td>
<td class="CoverValue branch-coverage coverage-low">185 / 1122</td>
</tr>
<tr>
<th scope="row">
src/opt/opt_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">20 / 30</td>
<td class="CoverValue function-coverage coverage-low">58.3%</td>
<td class="CoverValue function-coverage coverage-low">14 / 24</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 18</td>
</tr>
<tr>
<th scope="row">
src/opt/optsmt.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.8" title="61.8%">61.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.8%</td>
<td class="CoverValue line-coverage coverage-low">254 / 411</td>
<td class="CoverValue function-coverage coverage-medium">78.3%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 23</td>
<td class="CoverValue branch-coverage coverage-low">16.0%</td>
<td class="CoverValue branch-coverage coverage-low">269 / 1680</td>
</tr>
<tr>
<th scope="row">
src/opt/optsmt.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/opt/pb_sls.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 575</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 54</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1126</td>
</tr>
<tr>
<th scope="row">
src/opt/sortmax.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 78</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 354</td>
</tr>
<tr>
<th scope="row">
src/opt/totalizer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 77</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 154</td>
</tr>
<tr>
<th scope="row">
src/opt/totalizer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/opt/wmax.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.9" title="40.9%">40.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.9%</td>
<td class="CoverValue line-coverage coverage-low">72 / 176</td>
<td class="CoverValue function-coverage coverage-low">69.2%</td>
<td class="CoverValue function-coverage coverage-low">9 / 13</td>
<td class="CoverValue branch-coverage coverage-low">13.2%</td>
<td class="CoverValue branch-coverage coverage-low">79 / 600</td>
</tr>
<tr>
<th scope="row">
src/params/bit_blaster_params.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">4 / 8</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/context_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.5" title="56.5%">56.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.5%</td>
<td class="CoverValue line-coverage coverage-low">95 / 168</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">19.7%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 244</td>
</tr>
<tr>
<th scope="row">
src/params/context_params.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 3</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/params/dyn_ack_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.9" title="52.9%">52.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.9%</td>
<td class="CoverValue line-coverage coverage-low">9 / 17</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/params/dyn_ack_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/pattern_inference_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.1" title="48.1%">48.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.1%</td>
<td class="CoverValue line-coverage coverage-low">13 / 27</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 20</td>
</tr>
<tr>
<th scope="row">
src/params/pattern_inference_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/preprocessor_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.5" title="40.5%">40.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.5%</td>
<td class="CoverValue line-coverage coverage-low">17 / 42</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 20</td>
</tr>
<tr>
<th scope="row">
src/params/preprocessor_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">24 / 24</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/params/qi_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.2" title="45.2%">45.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.2%</td>
<td class="CoverValue line-coverage coverage-low">19 / 42</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 34</td>
</tr>
<tr>
<th scope="row">
src/params/qi_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">26 / 26</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/params/smt_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.6" title="55.6%">55.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.6%</td>
<td class="CoverValue line-coverage coverage-low">194 / 349</td>
<td class="CoverValue function-coverage coverage-low">59.3%</td>
<td class="CoverValue function-coverage coverage-low">16 / 27</td>
<td class="CoverValue branch-coverage coverage-low">44.6%</td>
<td class="CoverValue branch-coverage coverage-low">83 / 186</td>
</tr>
<tr>
<th scope="row">
src/params/smt_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">81 / 81</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 36</td>
</tr>
<tr>
<th scope="row">
src/params/theory_arith_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">26 / 78</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 48</td>
</tr>
<tr>
<th scope="row">
src/params/theory_arith_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.1" title="98.1%">98.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.1%</td>
<td class="CoverValue line-coverage coverage-high">53 / 54</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/params/theory_array_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.2" title="31.2%">31.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.2%</td>
<td class="CoverValue line-coverage coverage-low">5 / 16</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/params/theory_array_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/theory_bv_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.5" title="45.5%">45.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.5%</td>
<td class="CoverValue line-coverage coverage-low">10 / 22</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/params/theory_bv_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">14 / 14</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/theory_datatype_params.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 8</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/params/theory_pb_params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.6" title="55.6%">55.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.6%</td>
<td class="CoverValue line-coverage coverage-low">5 / 9</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/params/theory_pb_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/params/theory_seq_params.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/params/theory_seq_params.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/parsers/smt2/marshal.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 32</td>
</tr>
<tr>
<th scope="row">
src/parsers/smt2/smt2parser.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.8" title="78.8%">78.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.8%</td>
<td class="CoverValue line-coverage coverage-medium">1905 / 2419</td>
<td class="CoverValue function-coverage coverage-medium">89.4%</td>
<td class="CoverValue function-coverage coverage-medium">177 / 198</td>
<td class="CoverValue branch-coverage coverage-low">33.4%</td>
<td class="CoverValue branch-coverage coverage-low">1300 / 3896</td>
</tr>
<tr>
<th scope="row">
src/parsers/smt2/smt2scanner.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.2" title="90.2%">90.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.2%</td>
<td class="CoverValue line-coverage coverage-high">277 / 307</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">49.0%</td>
<td class="CoverValue branch-coverage coverage-low">171 / 349</td>
</tr>
<tr>
<th scope="row">
src/parsers/smt2/smt2scanner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">11 / 11</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/cost_parser.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.0" title="85.0%">85.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.0%</td>
<td class="CoverValue line-coverage coverage-medium">34 / 40</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">22 / 44</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/cost_parser.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/pattern_validation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.1" title="72.1%">72.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.1%</td>
<td class="CoverValue line-coverage coverage-low">44 / 61</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">44.1%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 34</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/pattern_validation.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/scanner.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.1" title="37.1%">37.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.1%</td>
<td class="CoverValue line-coverage coverage-low">126 / 340</td>
<td class="CoverValue function-coverage coverage-low">58.3%</td>
<td class="CoverValue function-coverage coverage-low">7 / 12</td>
<td class="CoverValue branch-coverage coverage-low">23.2%</td>
<td class="CoverValue branch-coverage coverage-low">47 / 203</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/scanner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/simple_parser.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.8" title="67.8%">67.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.8%</td>
<td class="CoverValue line-coverage coverage-low">61 / 90</td>
<td class="CoverValue function-coverage coverage-low">63.6%</td>
<td class="CoverValue function-coverage coverage-low">7 / 11</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">46 / 92</td>
</tr>
<tr>
<th scope="row">
src/parsers/util/simple_parser.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">3 / 5</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/qe/lite/qe_lite_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="36.7" title="36.7%">36.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">36.7%</td>
<td class="CoverValue line-coverage coverage-low">599 / 1634</td>
<td class="CoverValue function-coverage coverage-low">60.1%</td>
<td class="CoverValue function-coverage coverage-low">83 / 138</td>
<td class="CoverValue branch-coverage coverage-low">11.0%</td>
<td class="CoverValue branch-coverage coverage-low">421 / 3838</td>
</tr>
<tr>
<th scope="row">
src/qe/lite/qe_lite_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/qe/lite/qel.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">15 / 15</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">56.2%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 16</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_arith.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.5" title="38.5%">38.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.5%</td>
<td class="CoverValue line-coverage coverage-low">203 / 527</td>
<td class="CoverValue function-coverage coverage-low">51.6%</td>
<td class="CoverValue function-coverage coverage-low">16 / 31</td>
<td class="CoverValue branch-coverage coverage-low">9.0%</td>
<td class="CoverValue branch-coverage coverage-low">291 / 3238</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_arith.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 2</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_arrays.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="1.6" title="1.6%">1.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">1.6%</td>
<td class="CoverValue line-coverage coverage-low">13 / 826</td>
<td class="CoverValue function-coverage coverage-low">9.6%</td>
<td class="CoverValue function-coverage coverage-low">7 / 73</td>
<td class="CoverValue branch-coverage coverage-low">0.2%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 3430</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_arrays_tg.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="17.0" title="17.0%">17.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">17.0%</td>
<td class="CoverValue line-coverage coverage-low">47 / 277</td>
<td class="CoverValue function-coverage coverage-low">36.7%</td>
<td class="CoverValue function-coverage coverage-low">11 / 30</td>
<td class="CoverValue branch-coverage coverage-low">6.4%</td>
<td class="CoverValue branch-coverage coverage-low">51 / 795</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_basic_tg.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="32.4" title="32.4%">32.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">32.4%</td>
<td class="CoverValue line-coverage coverage-low">34 / 105</td>
<td class="CoverValue function-coverage coverage-low">47.1%</td>
<td class="CoverValue function-coverage coverage-low">8 / 17</td>
<td class="CoverValue branch-coverage coverage-low">8.0%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 375</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_datatypes.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.9" title="16.9%">16.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.9%</td>
<td class="CoverValue line-coverage coverage-low">35 / 207</td>
<td class="CoverValue function-coverage coverage-low">38.1%</td>
<td class="CoverValue function-coverage coverage-low">8 / 21</td>
<td class="CoverValue branch-coverage coverage-low">3.2%</td>
<td class="CoverValue branch-coverage coverage-low">25 / 772</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_dt_tg.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="29.2" title="29.2%">29.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">29.2%</td>
<td class="CoverValue line-coverage coverage-low">35 / 120</td>
<td class="CoverValue function-coverage coverage-low">58.8%</td>
<td class="CoverValue function-coverage coverage-low">10 / 17</td>
<td class="CoverValue branch-coverage coverage-low">12.6%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 190</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_euf.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.0" title="6.0%">6.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.0%</td>
<td class="CoverValue line-coverage coverage-low">11 / 182</td>
<td class="CoverValue function-coverage coverage-low">26.3%</td>
<td class="CoverValue function-coverage coverage-low">5 / 19</td>
<td class="CoverValue branch-coverage coverage-low">0.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 561</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_euf.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 2</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.2" title="44.2%">44.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.2%</td>
<td class="CoverValue line-coverage coverage-low">107 / 242</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">10 / 14</td>
<td class="CoverValue branch-coverage coverage-low">16.5%</td>
<td class="CoverValue branch-coverage coverage-low">143 / 868</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_plugin.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.3" title="27.3%">27.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.3%</td>
<td class="CoverValue line-coverage coverage-low">3 / 11</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 12</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 10</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_qel.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.5" title="86.5%">86.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.5%</td>
<td class="CoverValue line-coverage coverage-medium">83 / 96</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-low">14.7%</td>
<td class="CoverValue branch-coverage coverage-low">78 / 532</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_qel_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.3" title="21.3%">21.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.3%</td>
<td class="CoverValue line-coverage coverage-low">10 / 47</td>
<td class="CoverValue function-coverage coverage-low">21.4%</td>
<td class="CoverValue function-coverage coverage-low">3 / 14</td>
<td class="CoverValue branch-coverage coverage-low">6.7%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 30</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_solve_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.3" title="59.3%">59.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.3%</td>
<td class="CoverValue line-coverage coverage-low">182 / 307</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">24 / 30</td>
<td class="CoverValue branch-coverage coverage-low">31.0%</td>
<td class="CoverValue branch-coverage coverage-low">204 / 658</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_solve_plugin.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_term_graph.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.1" title="44.1%">44.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.1%</td>
<td class="CoverValue line-coverage coverage-low">529 / 1199</td>
<td class="CoverValue function-coverage coverage-low">55.0%</td>
<td class="CoverValue function-coverage coverage-low">104 / 189</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">546 / 2733</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_term_graph.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.1" title="82.1%">82.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.1%</td>
<td class="CoverValue line-coverage coverage-medium">23 / 28</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">12 / 18</td>
<td class="CoverValue branch-coverage coverage-medium">87.5%</td>
<td class="CoverValue branch-coverage coverage-medium">7 / 8</td>
</tr>
<tr>
<th scope="row">
src/qe/mbp/mbp_tg_plugins.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.0" title="20.0%">20.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 5</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/qe/nlarith_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.5" title="31.5%">31.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.5%</td>
<td class="CoverValue line-coverage coverage-low">384 / 1220</td>
<td class="CoverValue function-coverage coverage-low">40.4%</td>
<td class="CoverValue function-coverage coverage-low">65 / 161</td>
<td class="CoverValue branch-coverage coverage-low">13.0%</td>
<td class="CoverValue branch-coverage coverage-low">480 / 3690</td>
</tr>
<tr>
<th scope="row">
src/qe/nlarith_util.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">22 / 26</td>
<td class="CoverValue function-coverage coverage-low">68.8%</td>
<td class="CoverValue function-coverage coverage-low">11 / 16</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/qe/nlqsat.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.3" title="79.3%">79.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.3%</td>
<td class="CoverValue line-coverage coverage-medium">491 / 619</td>
<td class="CoverValue function-coverage coverage-medium">80.8%</td>
<td class="CoverValue function-coverage coverage-medium">63 / 78</td>
<td class="CoverValue branch-coverage coverage-low">25.7%</td>
<td class="CoverValue branch-coverage coverage-low">510 / 1987</td>
</tr>
<tr>
<th scope="row">
src/qe/qe.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.6" title="66.6%">66.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.6%</td>
<td class="CoverValue line-coverage coverage-low">1158 / 1739</td>
<td class="CoverValue function-coverage coverage-medium">77.4%</td>
<td class="CoverValue function-coverage coverage-medium">154 / 199</td>
<td class="CoverValue branch-coverage coverage-low">19.3%</td>
<td class="CoverValue branch-coverage coverage-low">1022 / 5300</td>
</tr>
<tr>
<th scope="row">
src/qe/qe.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.3" title="55.3%">55.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.3%</td>
<td class="CoverValue line-coverage coverage-low">26 / 47</td>
<td class="CoverValue function-coverage coverage-low">59.1%</td>
<td class="CoverValue function-coverage coverage-low">26 / 44</td>
<td class="CoverValue branch-coverage coverage-low">27.3%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 22</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_arith_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="32.6" title="32.6%">32.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">32.6%</td>
<td class="CoverValue line-coverage coverage-low">494 / 1516</td>
<td class="CoverValue function-coverage coverage-low">48.6%</td>
<td class="CoverValue function-coverage coverage-low">86 / 177</td>
<td class="CoverValue branch-coverage coverage-low">6.9%</td>
<td class="CoverValue branch-coverage coverage-low">449 / 6497</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_array_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="10.8" title="10.8%">10.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">10.8%</td>
<td class="CoverValue line-coverage coverage-low">18 / 166</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 16</td>
<td class="CoverValue branch-coverage coverage-low">1.1%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 635</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_bool_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="41.8" title="41.8%">41.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">41.8%</td>
<td class="CoverValue line-coverage coverage-low">41 / 98</td>
<td class="CoverValue function-coverage coverage-low">61.5%</td>
<td class="CoverValue function-coverage coverage-low">8 / 13</td>
<td class="CoverValue branch-coverage coverage-low">14.0%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 250</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_bv_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.6" title="21.6%">21.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.6%</td>
<td class="CoverValue line-coverage coverage-low">8 / 37</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 10</td>
<td class="CoverValue branch-coverage coverage-low">5.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 38</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_cmd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 38</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 36</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_datatype_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.2" title="6.2%">6.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.2%</td>
<td class="CoverValue line-coverage coverage-low">32 / 512</td>
<td class="CoverValue function-coverage coverage-low">16.1%</td>
<td class="CoverValue function-coverage coverage-low">9 / 56</td>
<td class="CoverValue branch-coverage coverage-low">1.8%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 906</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_dl_plugin.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="9.6" title="9.6%">9.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">9.6%</td>
<td class="CoverValue line-coverage coverage-low">14 / 146</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">4 / 24</td>
<td class="CoverValue branch-coverage coverage-low">5.3%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 152</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_mbi.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 391</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 37</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1850</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_mbi.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_mbp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="43.6" title="43.6%">43.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">43.6%</td>
<td class="CoverValue line-coverage coverage-low">220 / 505</td>
<td class="CoverValue function-coverage coverage-low">62.7%</td>
<td class="CoverValue function-coverage coverage-low">32 / 51</td>
<td class="CoverValue branch-coverage coverage-low">8.5%</td>
<td class="CoverValue branch-coverage coverage-low">247 / 2913</td>
</tr>
<tr>
<th scope="row">
src/qe/qe_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.4" title="91.4%">91.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.4%</td>
<td class="CoverValue line-coverage coverage-high">74 / 81</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 18</td>
<td class="CoverValue branch-coverage coverage-low">44.0%</td>
<td class="CoverValue branch-coverage coverage-low">44 / 100</td>
</tr>
<tr>
<th scope="row">
src/qe/qsat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.6" title="74.6%">74.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.6%</td>
<td class="CoverValue line-coverage coverage-low">746 / 1000</td>
<td class="CoverValue function-coverage coverage-low">74.0%</td>
<td class="CoverValue function-coverage coverage-low">71 / 96</td>
<td class="CoverValue branch-coverage coverage-low">20.8%</td>
<td class="CoverValue branch-coverage coverage-low">793 / 3821</td>
</tr>
<tr>
<th scope="row">
src/qe/qsat.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.6" title="80.6%">80.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.6%</td>
<td class="CoverValue line-coverage coverage-medium">25 / 31</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">71.4%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 14</td>
</tr>
<tr>
<th scope="row">
src/sat/dimacs.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 175</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 163</td>
</tr>
<tr>
<th scope="row">
src/sat/dimacs.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 25</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_aig_cuts.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="9.3" title="9.3%">9.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">9.3%</td>
<td class="CoverValue line-coverage coverage-low">63 / 677</td>
<td class="CoverValue function-coverage coverage-low">13.7%</td>
<td class="CoverValue function-coverage coverage-low">7 / 51</td>
<td class="CoverValue branch-coverage coverage-low">2.9%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 1042</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_aig_cuts.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="23.6" title="23.6%">23.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">23.6%</td>
<td class="CoverValue line-coverage coverage-low">13 / 55</td>
<td class="CoverValue function-coverage coverage-low">27.5%</td>
<td class="CoverValue function-coverage coverage-low">11 / 40</td>
<td class="CoverValue branch-coverage coverage-low">5.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 38</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_aig_finder.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 186</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 23</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 306</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_aig_finder.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_allocator.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.7" title="97.7%">97.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.7%</td>
<td class="CoverValue line-coverage coverage-high">43 / 44</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-high">93.8%</td>
<td class="CoverValue branch-coverage coverage-high">15 / 16</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_anf_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 280</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 31</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1716</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_anf_simplifier.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 17</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_asymm_branch.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="10.6" title="10.6%">10.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">10.6%</td>
<td class="CoverValue line-coverage coverage-low">36 / 340</td>
<td class="CoverValue function-coverage coverage-low">21.4%</td>
<td class="CoverValue function-coverage coverage-low">6 / 28</td>
<td class="CoverValue branch-coverage coverage-low">2.5%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 483</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_asymm_branch.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_bcd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 224</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 25</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 842</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_bcd.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_big.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.0" title="73.0%">73.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.0%</td>
<td class="CoverValue line-coverage coverage-low">154 / 211</td>
<td class="CoverValue function-coverage coverage-low">72.2%</td>
<td class="CoverValue function-coverage coverage-low">13 / 18</td>
<td class="CoverValue branch-coverage coverage-low">45.5%</td>
<td class="CoverValue branch-coverage coverage-low">150 / 330</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_big.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">3 / 6</td>
<td class="CoverValue function-coverage coverage-low">42.9%</td>
<td class="CoverValue function-coverage coverage-low">3 / 7</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.8" title="67.8%">67.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.8%</td>
<td class="CoverValue line-coverage coverage-low">116 / 171</td>
<td class="CoverValue function-coverage coverage-low">68.0%</td>
<td class="CoverValue function-coverage coverage-low">17 / 25</td>
<td class="CoverValue branch-coverage coverage-low">53.4%</td>
<td class="CoverValue branch-coverage coverage-low">63 / 118</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">48 / 64</td>
<td class="CoverValue function-coverage coverage-low">70.7%</td>
<td class="CoverValue function-coverage coverage-low">41 / 58</td>
<td class="CoverValue branch-coverage coverage-low">43.8%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 64</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause_set.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.9" title="92.9%">92.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.9%</td>
<td class="CoverValue line-coverage coverage-high">39 / 42</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">36.2%</td>
<td class="CoverValue branch-coverage coverage-low">21 / 58</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause_set.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">3 / 4</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause_use_list.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">13 / 26</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">27.3%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 22</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_clause_use_list.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">50 / 60</td>
<td class="CoverValue function-coverage coverage-medium">81.2%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 16</td>
<td class="CoverValue branch-coverage coverage-low">28.7%</td>
<td class="CoverValue branch-coverage coverage-low">27 / 94</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cleaner.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.1" title="83.1%">83.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.1%</td>
<td class="CoverValue line-coverage coverage-medium">123 / 148</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">29.9%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 234</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cleaner.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_config.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.2" title="76.2%">76.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.2%</td>
<td class="CoverValue line-coverage coverage-medium">154 / 202</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">36.7%</td>
<td class="CoverValue branch-coverage coverage-low">193 / 526</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cut_simplifier.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.1" title="6.1%">6.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.1%</td>
<td class="CoverValue line-coverage coverage-low">32 / 521</td>
<td class="CoverValue function-coverage coverage-low">10.0%</td>
<td class="CoverValue function-coverage coverage-low">5 / 50</td>
<td class="CoverValue branch-coverage coverage-low">1.0%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 1048</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cut_simplifier.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="29.7" title="29.7%">29.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">29.7%</td>
<td class="CoverValue line-coverage coverage-low">11 / 37</td>
<td class="CoverValue function-coverage coverage-low">44.4%</td>
<td class="CoverValue function-coverage coverage-low">4 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 23</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cutset.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="14.5" title="14.5%">14.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">14.5%</td>
<td class="CoverValue line-coverage coverage-low">24 / 165</td>
<td class="CoverValue function-coverage coverage-low">13.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 23</td>
<td class="CoverValue branch-coverage coverage-low">11.9%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 126</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cutset.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="11.5" title="11.5%">11.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">11.5%</td>
<td class="CoverValue line-coverage coverage-low">9 / 78</td>
<td class="CoverValue function-coverage coverage-low">11.8%</td>
<td class="CoverValue function-coverage coverage-low">4 / 34</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_cutset_compute_shift.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 132</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 128</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_ddfw_wrapper.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 58</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_ddfw_wrapper.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 13</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_drat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.0" title="3.0%">3.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.0%</td>
<td class="CoverValue line-coverage coverage-low">18 / 594</td>
<td class="CoverValue function-coverage coverage-low">6.4%</td>
<td class="CoverValue function-coverage coverage-low">3 / 47</td>
<td class="CoverValue branch-coverage coverage-low">2.2%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 594</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_drat.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.5" title="37.5%">37.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.5%</td>
<td class="CoverValue line-coverage coverage-low">6 / 16</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 12</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_elim_eqs.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.1" title="76.1%">76.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.1%</td>
<td class="CoverValue line-coverage coverage-medium">169 / 222</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">10 / 11</td>
<td class="CoverValue branch-coverage coverage-low">34.8%</td>
<td class="CoverValue branch-coverage coverage-low">101 / 290</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_elim_eqs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_extension.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.0" title="27.0%">27.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.0%</td>
<td class="CoverValue line-coverage coverage-low">17 / 63</td>
<td class="CoverValue function-coverage coverage-low">29.3%</td>
<td class="CoverValue function-coverage coverage-low">17 / 58</td>
<td class="CoverValue branch-coverage coverage-low">12.5%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 8</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_gc.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="18.7" title="18.7%">18.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">18.7%</td>
<td class="CoverValue line-coverage coverage-low">53 / 283</td>
<td class="CoverValue function-coverage coverage-low">19.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 21</td>
<td class="CoverValue branch-coverage coverage-low">15.9%</td>
<td class="CoverValue branch-coverage coverage-low">34 / 214</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_integrity_checker.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.2" title="84.2%">84.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.2%</td>
<td class="CoverValue line-coverage coverage-medium">112 / 133</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 16</td>
<td class="CoverValue branch-coverage coverage-low">34.2%</td>
<td class="CoverValue branch-coverage coverage-low">94 / 275</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_justification.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.9" title="51.9%">51.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.9%</td>
<td class="CoverValue line-coverage coverage-low">14 / 27</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 16</td>
<td class="CoverValue branch-coverage coverage-low">22.2%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 9</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_local_search.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.6" title="73.6%">73.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.6%</td>
<td class="CoverValue line-coverage coverage-low">430 / 584</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">30 / 42</td>
<td class="CoverValue branch-coverage coverage-low">36.5%</td>
<td class="CoverValue branch-coverage coverage-low">276 / 757</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_local_search.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.3" title="87.3%">87.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.3%</td>
<td class="CoverValue line-coverage coverage-medium">69 / 79</td>
<td class="CoverValue function-coverage coverage-medium">78.3%</td>
<td class="CoverValue function-coverage coverage-medium">36 / 46</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1949</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 126</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3179</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_lookahead.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 163</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 89</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 88</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_lut_finder.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 191</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 156</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_lut_finder.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.6" title="45.6%">45.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.6%</td>
<td class="CoverValue line-coverage coverage-low">135 / 296</td>
<td class="CoverValue function-coverage coverage-low">55.6%</td>
<td class="CoverValue function-coverage coverage-low">15 / 27</td>
<td class="CoverValue branch-coverage coverage-low">21.8%</td>
<td class="CoverValue branch-coverage coverage-low">143 / 657</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_model_converter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="35.7" title="35.7%">35.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">35.7%</td>
<td class="CoverValue line-coverage coverage-low">10 / 28</td>
<td class="CoverValue function-coverage coverage-low">64.7%</td>
<td class="CoverValue function-coverage coverage-low">11 / 17</td>
<td class="CoverValue branch-coverage coverage-low">9.1%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 11</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_mus.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="0.6" title="0.6%">0.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">0.6%</td>
<td class="CoverValue line-coverage coverage-low">1 / 161</td>
<td class="CoverValue function-coverage coverage-low">8.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 349</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_mus.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_npn3_finder.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 459</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 45</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 766</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_npn3_finder.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_parallel.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.2" title="73.2%">73.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.2%</td>
<td class="CoverValue line-coverage coverage-low">142 / 194</td>
<td class="CoverValue function-coverage coverage-low">65.4%</td>
<td class="CoverValue function-coverage coverage-low">17 / 26</td>
<td class="CoverValue branch-coverage coverage-low">33.8%</td>
<td class="CoverValue branch-coverage coverage-low">88 / 260</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_parallel.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_prob.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.0" title="70.0%">70.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.0%</td>
<td class="CoverValue line-coverage coverage-low">147 / 210</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">14 / 21</td>
<td class="CoverValue branch-coverage coverage-low">55.9%</td>
<td class="CoverValue branch-coverage coverage-low">57 / 102</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_prob.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.8" title="78.8%">78.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.8%</td>
<td class="CoverValue line-coverage coverage-medium">26 / 33</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">14 / 21</td>
<td class="CoverValue branch-coverage coverage-low">38.9%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 18</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_probing.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.4" title="78.4%">78.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.4%</td>
<td class="CoverValue line-coverage coverage-medium">178 / 227</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-low">30.8%</td>
<td class="CoverValue branch-coverage coverage-low">103 / 334</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_probing.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="55.6" title="55.6%">55.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">55.6%</td>
<td class="CoverValue line-coverage coverage-low">5 / 9</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_proof_trim.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 294</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 254</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_proof_trim.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 13</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_scc.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.8" title="94.8%">94.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.8%</td>
<td class="CoverValue line-coverage coverage-high">165 / 174</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">196 / 1074</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_scc.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_simplifier.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.7" title="50.7%">50.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.7%</td>
<td class="CoverValue line-coverage coverage-low">744 / 1468</td>
<td class="CoverValue function-coverage coverage-low">37.4%</td>
<td class="CoverValue function-coverage coverage-low">61 / 163</td>
<td class="CoverValue branch-coverage coverage-low">19.7%</td>
<td class="CoverValue branch-coverage coverage-low">497 / 2529</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_simplifier.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">15 / 17</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.1" title="67.1%">67.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.1%</td>
<td class="CoverValue line-coverage coverage-low">2247 / 3351</td>
<td class="CoverValue function-coverage coverage-low">72.9%</td>
<td class="CoverValue function-coverage coverage-low">151 / 207</td>
<td class="CoverValue branch-coverage coverage-low">32.7%</td>
<td class="CoverValue branch-coverage coverage-low">1716 / 5249</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.3" title="74.3%">74.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.3%</td>
<td class="CoverValue line-coverage coverage-low">124 / 167</td>
<td class="CoverValue function-coverage coverage-medium">76.1%</td>
<td class="CoverValue function-coverage coverage-medium">83 / 109</td>
<td class="CoverValue branch-coverage coverage-low">48.8%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 82</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_solver/inc_sat_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.9" title="66.9%">66.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.9%</td>
<td class="CoverValue line-coverage coverage-low">576 / 861</td>
<td class="CoverValue function-coverage coverage-low">64.2%</td>
<td class="CoverValue function-coverage coverage-low">52 / 81</td>
<td class="CoverValue branch-coverage coverage-low">19.5%</td>
<td class="CoverValue branch-coverage coverage-low">548 / 2805</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_solver/sat_smt_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 505</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 75</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1193</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_solver_core.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.7" title="16.7%">16.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 12</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 18</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_types.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.1" title="57.1%">57.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.1%</td>
<td class="CoverValue line-coverage coverage-low">28 / 49</td>
<td class="CoverValue function-coverage coverage-low">53.1%</td>
<td class="CoverValue function-coverage coverage-low">17 / 32</td>
<td class="CoverValue branch-coverage coverage-low">22.2%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 18</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_watched.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.3" title="37.3%">37.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.3%</td>
<td class="CoverValue line-coverage coverage-low">25 / 67</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-low">46.0%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 50</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_watched.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.7" title="97.7%">97.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.7%</td>
<td class="CoverValue line-coverage coverage-high">42 / 43</td>
<td class="CoverValue function-coverage coverage-high">94.4%</td>
<td class="CoverValue function-coverage coverage-high">17 / 18</td>
<td class="CoverValue branch-coverage coverage-low">67.6%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 74</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_xor_finder.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 172</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 250</td>
</tr>
<tr>
<th scope="row">
src/sat/sat_xor_finder.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_axioms.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 528</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 23</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2137</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_diagnostics.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 177</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 409</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_internalize.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 555</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 44</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1524</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1166</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 79</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3190</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 90</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 55</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_theory_checker.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.1" title="4.1%">4.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.1%</td>
<td class="CoverValue line-coverage coverage-low">15 / 364</td>
<td class="CoverValue function-coverage coverage-low">15.2%</td>
<td class="CoverValue function-coverage coverage-low">5 / 33</td>
<td class="CoverValue branch-coverage coverage-low">1.3%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 718</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/arith_value.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_axioms.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 518</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 33</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1648</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_diagnostics.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 91</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 186</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_internalize.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 177</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 134</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_model.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 261</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 606</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 170</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 22</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 164</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/array_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 68</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 44</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 20</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/atom2bool_var.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.0" title="80.0%">80.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.0%</td>
<td class="CoverValue line-coverage coverage-medium">68 / 85</td>
<td class="CoverValue function-coverage coverage-low">73.3%</td>
<td class="CoverValue function-coverage coverage-low">11 / 15</td>
<td class="CoverValue branch-coverage coverage-low">63.2%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 68</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/atom2bool_var.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_ackerman.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="12.9" title="12.9%">12.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">12.9%</td>
<td class="CoverValue line-coverage coverage-low">18 / 140</td>
<td class="CoverValue function-coverage coverage-low">36.4%</td>
<td class="CoverValue function-coverage coverage-low">4 / 11</td>
<td class="CoverValue branch-coverage coverage-low">6.2%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 80</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_ackerman.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.5" title="37.5%">37.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.5%</td>
<td class="CoverValue line-coverage coverage-low">3 / 8</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_delay_internalize.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="1.8" title="1.8%">1.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">1.8%</td>
<td class="CoverValue line-coverage coverage-low">5 / 276</td>
<td class="CoverValue function-coverage coverage-low">5.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 20</td>
<td class="CoverValue branch-coverage coverage-low">0.2%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 879</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_internalize.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="13.4" title="13.4%">13.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">13.4%</td>
<td class="CoverValue line-coverage coverage-low">82 / 610</td>
<td class="CoverValue function-coverage coverage-low">7.8%</td>
<td class="CoverValue function-coverage coverage-low">9 / 115</td>
<td class="CoverValue branch-coverage coverage-low">4.1%</td>
<td class="CoverValue branch-coverage coverage-low">66 / 1609</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_invariant.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 69</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 156</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="11.9" title="11.9%">11.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">11.9%</td>
<td class="CoverValue line-coverage coverage-low">93 / 780</td>
<td class="CoverValue function-coverage coverage-low">20.3%</td>
<td class="CoverValue function-coverage coverage-low">13 / 64</td>
<td class="CoverValue branch-coverage coverage-low">5.6%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 1320</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="12.2" title="12.2%">12.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">12.2%</td>
<td class="CoverValue line-coverage coverage-low">9 / 74</td>
<td class="CoverValue function-coverage coverage-low">14.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 56</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_theory_checker.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/bv_theory_checker.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.5" title="40.5%">40.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.5%</td>
<td class="CoverValue line-coverage coverage-low">17 / 42</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-low">15.4%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 52</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/distinct_theory_checker.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">6 / 12</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/dt_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 675</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 49</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 903</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/dt_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 25</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_ackerman.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 180</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 374</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_ackerman.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 7</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_internalize.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.6" title="38.6%">38.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.6%</td>
<td class="CoverValue line-coverage coverage-low">142 / 368</td>
<td class="CoverValue function-coverage coverage-low">68.4%</td>
<td class="CoverValue function-coverage coverage-low">13 / 19</td>
<td class="CoverValue branch-coverage coverage-low">14.0%</td>
<td class="CoverValue branch-coverage coverage-low">90 / 643</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_invariant.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="22.2" title="22.2%">22.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">22.2%</td>
<td class="CoverValue line-coverage coverage-low">6 / 27</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 3</td>
<td class="CoverValue branch-coverage coverage-low">6.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 100</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_model.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.4" title="38.4%">38.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.4%</td>
<td class="CoverValue line-coverage coverage-low">101 / 263</td>
<td class="CoverValue function-coverage coverage-low">47.1%</td>
<td class="CoverValue function-coverage coverage-low">8 / 17</td>
<td class="CoverValue branch-coverage coverage-low">8.0%</td>
<td class="CoverValue branch-coverage coverage-low">121 / 1517</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_proof.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="0.7" title="0.7%">0.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">0.7%</td>
<td class="CoverValue line-coverage coverage-low">3 / 419</td>
<td class="CoverValue function-coverage coverage-low">2.4%</td>
<td class="CoverValue function-coverage coverage-low">1 / 41</td>
<td class="CoverValue branch-coverage coverage-low">0.1%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 704</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_proof_checker.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="13.9" title="13.9%">13.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">13.9%</td>
<td class="CoverValue line-coverage coverage-low">50 / 361</td>
<td class="CoverValue function-coverage coverage-low">35.3%</td>
<td class="CoverValue function-coverage coverage-low">12 / 34</td>
<td class="CoverValue branch-coverage coverage-low">6.0%</td>
<td class="CoverValue branch-coverage coverage-low">42 / 698</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_proof_checker.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="4.7" title="4.7%">4.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">4.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 43</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 20</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_relevancy.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="3.7" title="3.7%">3.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">3.7%</td>
<td class="CoverValue line-coverage coverage-low">9 / 243</td>
<td class="CoverValue function-coverage coverage-low">13.3%</td>
<td class="CoverValue function-coverage coverage-low">2 / 15</td>
<td class="CoverValue branch-coverage coverage-low">0.9%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 223</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_relevancy.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.2" title="69.2%">69.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.2%</td>
<td class="CoverValue line-coverage coverage-low">9 / 13</td>
<td class="CoverValue function-coverage coverage-low">63.6%</td>
<td class="CoverValue function-coverage coverage-low">7 / 11</td>
<td class="CoverValue branch-coverage coverage-low">42.9%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 14</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="22.3" title="22.3%">22.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">22.3%</td>
<td class="CoverValue line-coverage coverage-low">218 / 976</td>
<td class="CoverValue function-coverage coverage-low">24.2%</td>
<td class="CoverValue function-coverage coverage-low">22 / 91</td>
<td class="CoverValue branch-coverage coverage-low">8.9%</td>
<td class="CoverValue branch-coverage coverage-low">142 / 1599</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/euf_solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="18.0" title="18.0%">18.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">18.0%</td>
<td class="CoverValue line-coverage coverage-low">29 / 161</td>
<td class="CoverValue function-coverage coverage-low">14.3%</td>
<td class="CoverValue function-coverage coverage-low">23 / 161</td>
<td class="CoverValue branch-coverage coverage-low">11.1%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 54</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/fpa_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 318</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1214</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/fpa_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/intblast_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 385</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 35</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1303</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/intblast_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 5</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_card.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.0" title="37.0%">37.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.0%</td>
<td class="CoverValue line-coverage coverage-low">68 / 184</td>
<td class="CoverValue function-coverage coverage-low">41.2%</td>
<td class="CoverValue function-coverage coverage-low">7 / 17</td>
<td class="CoverValue branch-coverage coverage-low">30.5%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 164</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_card.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 10</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 11</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_constraint.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.1" title="92.1%">92.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.1%</td>
<td class="CoverValue line-coverage coverage-high">35 / 38</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">53.8%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 52</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_constraint.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.4" title="57.4%">57.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.4%</td>
<td class="CoverValue line-coverage coverage-low">31 / 54</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">23 / 46</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 20</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_internalize.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.6" title="53.6%">53.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.6%</td>
<td class="CoverValue line-coverage coverage-low">125 / 233</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 16</td>
<td class="CoverValue branch-coverage coverage-low">19.8%</td>
<td class="CoverValue branch-coverage coverage-low">165 / 835</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_pb.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.4" title="37.4%">37.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.4%</td>
<td class="CoverValue line-coverage coverage-low">83 / 222</td>
<td class="CoverValue function-coverage coverage-low">47.1%</td>
<td class="CoverValue function-coverage coverage-low">8 / 17</td>
<td class="CoverValue branch-coverage coverage-low">27.2%</td>
<td class="CoverValue branch-coverage coverage-low">56 / 206</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_pb.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">15 / 17</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 18</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="32.1" title="32.1%">32.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">32.1%</td>
<td class="CoverValue line-coverage coverage-low">818 / 2549</td>
<td class="CoverValue function-coverage coverage-low">38.8%</td>
<td class="CoverValue function-coverage coverage-low">66 / 170</td>
<td class="CoverValue branch-coverage coverage-low">16.1%</td>
<td class="CoverValue branch-coverage coverage-low">668 / 4138</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_solver.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">35 / 40</td>
<td class="CoverValue function-coverage coverage-medium">84.8%</td>
<td class="CoverValue function-coverage coverage-medium">28 / 33</td>
<td class="CoverValue branch-coverage coverage-low">54.5%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 22</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/pb_solver_interface.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_clause.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 29</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 18</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_clause.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 50</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 27</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 30</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_ematch.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 519</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 60</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1154</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_ematch.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_eval.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 178</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 512</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_eval.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_mbi.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 527</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 32</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2178</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_mbi.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_model_fixer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 201</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 25</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 670</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_model_fixer.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 12</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_queue.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 175</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 150</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_queue.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 297</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 548</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 19</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_theory_checker.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 96</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/q_theory_checker.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">8 / 9</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/recfun_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 249</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 548</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/recfun_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 21</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 20</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sat_internalizer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sat_smt.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.8" title="80.8%">80.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.8%</td>
<td class="CoverValue line-coverage coverage-medium">21 / 26</td>
<td class="CoverValue function-coverage coverage-medium">78.6%</td>
<td class="CoverValue function-coverage coverage-medium">11 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sat_th.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="23.9" title="23.9%">23.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">23.9%</td>
<td class="CoverValue line-coverage coverage-low">48 / 201</td>
<td class="CoverValue function-coverage coverage-low">17.0%</td>
<td class="CoverValue function-coverage coverage-low">8 / 47</td>
<td class="CoverValue branch-coverage coverage-low">25.7%</td>
<td class="CoverValue branch-coverage coverage-low">38 / 148</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sat_th.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.4" title="27.4%">27.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.4%</td>
<td class="CoverValue line-coverage coverage-low">17 / 62</td>
<td class="CoverValue function-coverage coverage-low">30.2%</td>
<td class="CoverValue function-coverage coverage-low">19 / 63</td>
<td class="CoverValue branch-coverage coverage-low">21.4%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 14</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sls_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 68</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/sls_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 14</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/specrel_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 66</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 48</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/specrel_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/tseitin_theory_checker.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 172</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 452</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/tseitin_theory_checker.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.6" title="28.6%">28.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.6%</td>
<td class="CoverValue line-coverage coverage-low">6 / 21</td>
<td class="CoverValue function-coverage coverage-low">30.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/user_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 286</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 34</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 312</td>
</tr>
<tr>
<th scope="row">
src/sat/smt/user_solver.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/sat/tactic/goal2sat.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.2" title="80.2%">80.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.2%</td>
<td class="CoverValue line-coverage coverage-medium">622 / 776</td>
<td class="CoverValue function-coverage coverage-medium">88.3%</td>
<td class="CoverValue function-coverage coverage-medium">68 / 77</td>
<td class="CoverValue branch-coverage coverage-low">25.1%</td>
<td class="CoverValue branch-coverage coverage-low">409 / 1627</td>
</tr>
<tr>
<th scope="row">
src/sat/tactic/sat2goal.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.9" title="88.9%">88.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.9%</td>
<td class="CoverValue line-coverage coverage-medium">176 / 198</td>
<td class="CoverValue function-coverage coverage-medium">84.0%</td>
<td class="CoverValue function-coverage coverage-medium">21 / 25</td>
<td class="CoverValue branch-coverage coverage-low">49.4%</td>
<td class="CoverValue branch-coverage coverage-low">173 / 350</td>
</tr>
<tr>
<th scope="row">
src/sat/tactic/sat2goal.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/sat/tactic/sat_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.3" title="75.3%">75.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.3%</td>
<td class="CoverValue line-coverage coverage-medium">131 / 174</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 22</td>
<td class="CoverValue branch-coverage coverage-low">13.4%</td>
<td class="CoverValue branch-coverage coverage-low">133 / 989</td>
</tr>
<tr>
<th scope="row">
src/shell/datalog_frontend.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.3" title="2.3%">2.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.3%</td>
<td class="CoverValue line-coverage coverage-low">3 / 132</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 614</td>
</tr>
<tr>
<th scope="row">
src/shell/dimacs_frontend.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 195</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 318</td>
</tr>
<tr>
<th scope="row">
src/shell/drat_frontend.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 50</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 58</td>
</tr>
<tr>
<th scope="row">
src/shell/main.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="17.6" title="17.6%">17.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">17.6%</td>
<td class="CoverValue line-coverage coverage-low">53 / 301</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 5</td>
<td class="CoverValue branch-coverage coverage-low">15.8%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 221</td>
</tr>
<tr>
<th scope="row">
src/shell/opt_frontend.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="1.0" title="1.0%">1.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">1.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 105</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 174</td>
</tr>
<tr>
<th scope="row">
src/shell/smtlib_frontend.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.9" title="28.9%">28.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.9%</td>
<td class="CoverValue line-coverage coverage-low">35 / 121</td>
<td class="CoverValue function-coverage coverage-low">23.1%</td>
<td class="CoverValue function-coverage coverage-low">3 / 13</td>
<td class="CoverValue branch-coverage coverage-low">7.5%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 254</td>
</tr>
<tr>
<th scope="row">
src/shell/z3_log_frontend.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/smt/arith_eq_adapter.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.3" title="87.3%">87.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.3%</td>
<td class="CoverValue line-coverage coverage-medium">131 / 150</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 16</td>
<td class="CoverValue branch-coverage coverage-low">14.7%</td>
<td class="CoverValue branch-coverage coverage-low">186 / 1262</td>
</tr>
<tr>
<th scope="row">
src/smt/arith_eq_adapter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">8 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/arith_eq_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="15.0" title="15.0%">15.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">15.0%</td>
<td class="CoverValue line-coverage coverage-low">51 / 340</td>
<td class="CoverValue function-coverage coverage-low">35.7%</td>
<td class="CoverValue function-coverage coverage-low">5 / 14</td>
<td class="CoverValue branch-coverage coverage-low">3.3%</td>
<td class="CoverValue branch-coverage coverage-low">58 / 1735</td>
</tr>
<tr>
<th scope="row">
src/smt/arith_eq_solver.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/diff_logic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.1" title="66.1%">66.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.1%</td>
<td class="CoverValue line-coverage coverage-low">512 / 775</td>
<td class="CoverValue function-coverage coverage-low">19.4%</td>
<td class="CoverValue function-coverage coverage-low">102 / 527</td>
<td class="CoverValue branch-coverage coverage-low">6.4%</td>
<td class="CoverValue branch-coverage coverage-low">526 / 8260</td>
</tr>
<tr>
<th scope="row">
src/smt/dyn_ack.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.6" title="26.6%">26.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.6%</td>
<td class="CoverValue line-coverage coverage-low">108 / 406</td>
<td class="CoverValue function-coverage coverage-low">27.8%</td>
<td class="CoverValue function-coverage coverage-low">10 / 36</td>
<td class="CoverValue branch-coverage coverage-low">4.7%</td>
<td class="CoverValue branch-coverage coverage-low">59 / 1268</td>
</tr>
<tr>
<th scope="row">
src/smt/dyn_ack.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.3" title="93.3%">93.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.3%</td>
<td class="CoverValue line-coverage coverage-high">14 / 15</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/smt/expr_context_simplifier.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 499</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1203</td>
</tr>
<tr>
<th scope="row">
src/smt/fingerprints.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">66 / 110</td>
<td class="CoverValue function-coverage coverage-low">61.5%</td>
<td class="CoverValue function-coverage coverage-low">8 / 13</td>
<td class="CoverValue branch-coverage coverage-low">35.3%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 68</td>
</tr>
<tr>
<th scope="row">
src/smt/fingerprints.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">15 / 17</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 12</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/smt/mam.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.1" title="78.1%">78.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.1%</td>
<td class="CoverValue line-coverage coverage-medium">1806 / 2311</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">160 / 190</td>
<td class="CoverValue branch-coverage coverage-low">35.0%</td>
<td class="CoverValue branch-coverage coverage-low">1117 / 3194</td>
</tr>
<tr>
<th scope="row">
src/smt/mam.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/old_interval.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.6" title="76.6%">76.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.6%</td>
<td class="CoverValue line-coverage coverage-medium">367 / 479</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">24 / 30</td>
<td class="CoverValue branch-coverage coverage-low">37.6%</td>
<td class="CoverValue branch-coverage coverage-low">406 / 1080</td>
</tr>
<tr>
<th scope="row">
src/smt/old_interval.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.3" title="93.3%">93.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.3%</td>
<td class="CoverValue line-coverage coverage-high">42 / 45</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">48 / 51</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">42 / 72</td>
</tr>
<tr>
<th scope="row">
src/smt/proto_model/proto_model.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.0" title="90.0%">90.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.0%</td>
<td class="CoverValue line-coverage coverage-high">217 / 241</td>
<td class="CoverValue function-coverage coverage-high">96.0%</td>
<td class="CoverValue function-coverage coverage-high">24 / 25</td>
<td class="CoverValue branch-coverage coverage-low">30.3%</td>
<td class="CoverValue branch-coverage coverage-low">183 / 604</td>
</tr>
<tr>
<th scope="row">
src/smt/proto_model/proto_model.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/qi_queue.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.7" title="71.7%">71.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.7%</td>
<td class="CoverValue line-coverage coverage-low">251 / 350</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 19</td>
<td class="CoverValue branch-coverage coverage-low">15.7%</td>
<td class="CoverValue branch-coverage coverage-low">216 / 1373</td>
</tr>
<tr>
<th scope="row">
src/smt/qi_queue.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.1" title="57.1%">57.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.1%</td>
<td class="CoverValue line-coverage coverage-low">4 / 7</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_axioms.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.8" title="84.8%">84.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.8%</td>
<td class="CoverValue line-coverage coverage-medium">56 / 66</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 11</td>
<td class="CoverValue branch-coverage coverage-low">54.3%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 92</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_axioms.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.6" title="70.6%">70.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.6%</td>
<td class="CoverValue line-coverage coverage-low">24 / 34</td>
<td class="CoverValue function-coverage coverage-low">70.6%</td>
<td class="CoverValue function-coverage coverage-low">24 / 34</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_eq_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.3" title="78.3%">78.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.3%</td>
<td class="CoverValue line-coverage coverage-medium">656 / 838</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">35 / 40</td>
<td class="CoverValue branch-coverage coverage-low">23.8%</td>
<td class="CoverValue branch-coverage coverage-low">1080 / 4546</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_ne_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.3" title="84.3%">84.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.3%</td>
<td class="CoverValue line-coverage coverage-medium">166 / 197</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">208 / 1143</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_offset_eq.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="22.2" title="22.2%">22.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">22.2%</td>
<td class="CoverValue line-coverage coverage-low">18 / 81</td>
<td class="CoverValue function-coverage coverage-low">37.5%</td>
<td class="CoverValue function-coverage coverage-low">3 / 8</td>
<td class="CoverValue branch-coverage coverage-low">5.0%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 200</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_offset_eq.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_regex.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.5" title="72.5%">72.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.5%</td>
<td class="CoverValue line-coverage coverage-low">351 / 484</td>
<td class="CoverValue function-coverage coverage-medium">85.3%</td>
<td class="CoverValue function-coverage coverage-medium">29 / 34</td>
<td class="CoverValue branch-coverage coverage-low">18.5%</td>
<td class="CoverValue branch-coverage coverage-low">428 / 2310</td>
</tr>
<tr>
<th scope="row">
src/smt/seq_regex.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.6" title="28.6%">28.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.6%</td>
<td class="CoverValue line-coverage coverage-low">4 / 14</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">5 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/smt/smt2_extra_cmds.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="30.0" title="30.0%">30.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">30.0%</td>
<td class="CoverValue line-coverage coverage-low">6 / 20</td>
<td class="CoverValue function-coverage coverage-low">38.5%</td>
<td class="CoverValue function-coverage coverage-low">5 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_almost_cg_table.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 82</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 42</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_almost_cg_table.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_arith_value.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.9" title="56.9%">56.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.9%</td>
<td class="CoverValue line-coverage coverage-low">70 / 123</td>
<td class="CoverValue function-coverage coverage-low">58.3%</td>
<td class="CoverValue function-coverage coverage-low">7 / 12</td>
<td class="CoverValue branch-coverage coverage-low">13.3%</td>
<td class="CoverValue branch-coverage coverage-low">79 / 596</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_b_justification.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.4" title="78.4%">78.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.4%</td>
<td class="CoverValue line-coverage coverage-medium">29 / 37</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">42.9%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 21</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_bool_var_data.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.5" title="93.5%">93.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.5%</td>
<td class="CoverValue line-coverage coverage-high">58 / 62</td>
<td class="CoverValue function-coverage coverage-high">95.7%</td>
<td class="CoverValue function-coverage coverage-high">22 / 23</td>
<td class="CoverValue branch-coverage coverage-low">64.3%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 14</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_case_split_queue.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.9" title="26.9%">26.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.9%</td>
<td class="CoverValue line-coverage coverage-low">227 / 843</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">40 / 120</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">135 / 675</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_case_split_queue.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">3 / 4</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_cg_table.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.2" title="72.2%">72.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.2%</td>
<td class="CoverValue line-coverage coverage-low">117 / 162</td>
<td class="CoverValue function-coverage coverage-low">62.5%</td>
<td class="CoverValue function-coverage coverage-low">10 / 16</td>
<td class="CoverValue branch-coverage coverage-low">56.0%</td>
<td class="CoverValue branch-coverage coverage-low">75 / 134</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_cg_table.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.0" title="96.0%">96.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.0%</td>
<td class="CoverValue line-coverage coverage-high">72 / 75</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">11 / 11</td>
<td class="CoverValue branch-coverage coverage-low">72.6%</td>
<td class="CoverValue branch-coverage coverage-low">77 / 106</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_checker.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.9" title="92.9%">92.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.9%</td>
<td class="CoverValue line-coverage coverage-high">118 / 127</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">74.7%</td>
<td class="CoverValue branch-coverage coverage-low">118 / 158</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_checker.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_clause.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.3" title="68.3%">68.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.3%</td>
<td class="CoverValue line-coverage coverage-low">56 / 82</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">57 / 114</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_clause.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.0" title="93.0%">93.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.0%</td>
<td class="CoverValue line-coverage coverage-high">107 / 115</td>
<td class="CoverValue function-coverage coverage-high">92.3%</td>
<td class="CoverValue function-coverage coverage-high">36 / 39</td>
<td class="CoverValue branch-coverage coverage-low">59.3%</td>
<td class="CoverValue branch-coverage coverage-low">51 / 86</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_clause_proof.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.6" title="67.6%">67.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.6%</td>
<td class="CoverValue line-coverage coverage-low">142 / 210</td>
<td class="CoverValue function-coverage coverage-low">72.2%</td>
<td class="CoverValue function-coverage coverage-low">13 / 18</td>
<td class="CoverValue branch-coverage coverage-low">30.7%</td>
<td class="CoverValue branch-coverage coverage-low">137 / 446</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_clause_proof.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.6" title="28.6%">28.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.6%</td>
<td class="CoverValue line-coverage coverage-low">2 / 7</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_conflict_resolution.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.9" title="91.9%">91.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.9%</td>
<td class="CoverValue line-coverage coverage-high">848 / 923</td>
<td class="CoverValue function-coverage coverage-high">97.8%</td>
<td class="CoverValue function-coverage coverage-high">44 / 45</td>
<td class="CoverValue branch-coverage coverage-low">27.5%</td>
<td class="CoverValue branch-coverage coverage-low">633 / 2302</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_conflict_resolution.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">54 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">20 / 20</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 24</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_consequences.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.2" title="37.2%">37.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.2%</td>
<td class="CoverValue line-coverage coverage-low">182 / 489</td>
<td class="CoverValue function-coverage coverage-low">55.0%</td>
<td class="CoverValue function-coverage coverage-low">11 / 20</td>
<td class="CoverValue branch-coverage coverage-low">11.2%</td>
<td class="CoverValue branch-coverage coverage-low">229 / 2051</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_context.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.6" title="80.6%">80.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.6%</td>
<td class="CoverValue line-coverage coverage-medium">2572 / 3191</td>
<td class="CoverValue function-coverage coverage-medium">81.1%</td>
<td class="CoverValue function-coverage coverage-medium">154 / 190</td>
<td class="CoverValue branch-coverage coverage-low">29.3%</td>
<td class="CoverValue branch-coverage coverage-low">2278 / 7775</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_context.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.4" title="75.4%">75.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.4%</td>
<td class="CoverValue line-coverage coverage-medium">294 / 390</td>
<td class="CoverValue function-coverage coverage-medium">76.8%</td>
<td class="CoverValue function-coverage coverage-medium">179 / 233</td>
<td class="CoverValue branch-coverage coverage-low">43.6%</td>
<td class="CoverValue branch-coverage coverage-low">122 / 280</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_context_inv.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="32.1" title="32.1%">32.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">32.1%</td>
<td class="CoverValue line-coverage coverage-low">89 / 277</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 24</td>
<td class="CoverValue branch-coverage coverage-low">11.6%</td>
<td class="CoverValue branch-coverage coverage-low">92 / 794</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_context_pp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.9" title="44.9%">44.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.9%</td>
<td class="CoverValue line-coverage coverage-low">262 / 584</td>
<td class="CoverValue function-coverage coverage-low">44.0%</td>
<td class="CoverValue function-coverage coverage-low">22 / 50</td>
<td class="CoverValue branch-coverage coverage-low">25.6%</td>
<td class="CoverValue branch-coverage coverage-low">233 / 911</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_context_stat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.9" title="2.9%">2.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.9%</td>
<td class="CoverValue line-coverage coverage-low">3 / 104</td>
<td class="CoverValue function-coverage coverage-low">7.7%</td>
<td class="CoverValue function-coverage coverage-low">1 / 13</td>
<td class="CoverValue branch-coverage coverage-low">0.8%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 128</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_enode.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.4" title="69.4%">69.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.4%</td>
<td class="CoverValue line-coverage coverage-low">179 / 258</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">20 / 26</td>
<td class="CoverValue branch-coverage coverage-low">43.3%</td>
<td class="CoverValue branch-coverage coverage-low">90 / 208</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_enode.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.9" title="92.9%">92.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.9%</td>
<td class="CoverValue line-coverage coverage-high">131 / 141</td>
<td class="CoverValue function-coverage coverage-high">92.0%</td>
<td class="CoverValue function-coverage coverage-high">69 / 75</td>
<td class="CoverValue branch-coverage coverage-low">69.2%</td>
<td class="CoverValue branch-coverage coverage-low">36 / 52</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_eq_justification.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">21 / 21</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 12</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_farkas_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="49.0" title="49.0%">49.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">49.0%</td>
<td class="CoverValue line-coverage coverage-low">127 / 259</td>
<td class="CoverValue function-coverage coverage-low">69.6%</td>
<td class="CoverValue function-coverage coverage-low">16 / 23</td>
<td class="CoverValue branch-coverage coverage-low">23.7%</td>
<td class="CoverValue branch-coverage coverage-low">136 / 574</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_farkas_util.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 2</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_for_each_relevant_expr.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 208</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 270</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_for_each_relevant_expr.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_implied_equalities.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.6" title="62.6%">62.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.6%</td>
<td class="CoverValue line-coverage coverage-low">139 / 222</td>
<td class="CoverValue function-coverage coverage-medium">81.2%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 16</td>
<td class="CoverValue branch-coverage coverage-low">14.9%</td>
<td class="CoverValue branch-coverage coverage-low">148 / 993</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_internalizer.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.1" title="83.1%">83.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.1%</td>
<td class="CoverValue line-coverage coverage-medium">1040 / 1252</td>
<td class="CoverValue function-coverage coverage-medium">89.6%</td>
<td class="CoverValue function-coverage coverage-medium">86 / 96</td>
<td class="CoverValue branch-coverage coverage-low">28.4%</td>
<td class="CoverValue branch-coverage coverage-low">878 / 3090</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_justification.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.2" title="85.2%">85.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.2%</td>
<td class="CoverValue line-coverage coverage-medium">283 / 332</td>
<td class="CoverValue function-coverage coverage-medium">89.2%</td>
<td class="CoverValue function-coverage coverage-medium">33 / 37</td>
<td class="CoverValue branch-coverage coverage-low">30.7%</td>
<td class="CoverValue branch-coverage coverage-low">246 / 802</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_justification.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.6" title="68.6%">68.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.6%</td>
<td class="CoverValue line-coverage coverage-low">59 / 86</td>
<td class="CoverValue function-coverage coverage-low">71.8%</td>
<td class="CoverValue function-coverage coverage-low">61 / 85</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 32</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_kernel.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.2" title="38.2%">38.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.2%</td>
<td class="CoverValue line-coverage coverage-low">81 / 212</td>
<td class="CoverValue function-coverage coverage-low">46.3%</td>
<td class="CoverValue function-coverage coverage-low">31 / 67</td>
<td class="CoverValue branch-coverage coverage-low">5.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 80</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_kernel.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_literal.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.0" title="40.0%">40.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.0%</td>
<td class="CoverValue line-coverage coverage-low">28 / 70</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 8</td>
<td class="CoverValue branch-coverage coverage-low">32.0%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 50</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_literal.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="20.0" title="20.0%">20.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">20.0%</td>
<td class="CoverValue line-coverage coverage-low">1 / 5</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 128</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 221</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_model_checker.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.7" title="82.7%">82.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.7%</td>
<td class="CoverValue line-coverage coverage-medium">343 / 415</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 35</td>
<td class="CoverValue branch-coverage coverage-low">14.8%</td>
<td class="CoverValue branch-coverage coverage-low">347 / 2349</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_model_checker.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_model_finder.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.8" title="84.8%">84.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.8%</td>
<td class="CoverValue line-coverage coverage-medium">1373 / 1619</td>
<td class="CoverValue function-coverage coverage-medium">86.5%</td>
<td class="CoverValue function-coverage coverage-medium">212 / 245</td>
<td class="CoverValue branch-coverage coverage-low">26.1%</td>
<td class="CoverValue branch-coverage coverage-low">960 / 3676</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_model_generator.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.5" title="97.5%">97.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.5%</td>
<td class="CoverValue line-coverage coverage-high">318 / 326</td>
<td class="CoverValue function-coverage coverage-high">96.6%</td>
<td class="CoverValue function-coverage coverage-high">28 / 29</td>
<td class="CoverValue branch-coverage coverage-low">17.6%</td>
<td class="CoverValue branch-coverage coverage-low">318 / 1806</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_model_generator.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.9" title="93.9%">93.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.9%</td>
<td class="CoverValue line-coverage coverage-high">31 / 33</td>
<td class="CoverValue function-coverage coverage-high">96.6%</td>
<td class="CoverValue function-coverage coverage-high">28 / 29</td>
<td class="CoverValue branch-coverage coverage-low">60.0%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 30</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_parallel.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.6" title="54.6%">54.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.6%</td>
<td class="CoverValue line-coverage coverage-low">95 / 174</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 5</td>
<td class="CoverValue branch-coverage coverage-low">24.9%</td>
<td class="CoverValue branch-coverage coverage-low">112 / 450</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_parallel.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_quantifier.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.8" title="59.8%">59.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.8%</td>
<td class="CoverValue line-coverage coverage-low">317 / 530</td>
<td class="CoverValue function-coverage coverage-medium">79.1%</td>
<td class="CoverValue function-coverage coverage-medium">72 / 91</td>
<td class="CoverValue branch-coverage coverage-low">22.2%</td>
<td class="CoverValue branch-coverage coverage-low">107 / 483</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_quantifier.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">3 / 4</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_quick_checker.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 289</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 932</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_quick_checker.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 3</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 6</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_relevancy.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.8" title="68.8%">68.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.8%</td>
<td class="CoverValue line-coverage coverage-low">324 / 471</td>
<td class="CoverValue function-coverage coverage-medium">81.7%</td>
<td class="CoverValue function-coverage coverage-medium">58 / 71</td>
<td class="CoverValue branch-coverage coverage-low">30.7%</td>
<td class="CoverValue branch-coverage coverage-low">215 / 701</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_relevancy.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">8 / 8</td>
<td class="CoverValue function-coverage coverage-high">95.2%</td>
<td class="CoverValue function-coverage coverage-high">20 / 21</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_setup.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.4" title="69.4%">69.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.4%</td>
<td class="CoverValue line-coverage coverage-low">468 / 674</td>
<td class="CoverValue function-coverage coverage-medium">81.2%</td>
<td class="CoverValue function-coverage coverage-medium">52 / 64</td>
<td class="CoverValue branch-coverage coverage-low">32.1%</td>
<td class="CoverValue branch-coverage coverage-low">366 / 1141</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_setup.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.5" title="87.5%">87.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.5%</td>
<td class="CoverValue line-coverage coverage-medium">7 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.1" title="38.1%">38.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.1%</td>
<td class="CoverValue line-coverage coverage-low">136 / 357</td>
<td class="CoverValue function-coverage coverage-low">32.9%</td>
<td class="CoverValue function-coverage coverage-low">26 / 79</td>
<td class="CoverValue branch-coverage coverage-low">21.1%</td>
<td class="CoverValue branch-coverage coverage-low">68 / 322</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_statistics.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_statistics.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_theory.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.9" title="48.9%">48.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.9%</td>
<td class="CoverValue line-coverage coverage-low">93 / 190</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">15 / 21</td>
<td class="CoverValue branch-coverage coverage-low">14.0%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 358</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_theory.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.9" title="69.9%">69.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.9%</td>
<td class="CoverValue line-coverage coverage-low">144 / 206</td>
<td class="CoverValue function-coverage coverage-low">67.6%</td>
<td class="CoverValue function-coverage coverage-low">50 / 74</td>
<td class="CoverValue branch-coverage coverage-low">20.3%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 212</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_types.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/smt/smt_value_sort.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.5" title="48.5%">48.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.5%</td>
<td class="CoverValue line-coverage coverage-low">16 / 33</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">24.0%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 50</td>
</tr>
<tr>
<th scope="row">
src/smt/tactic/ctx_solver_simplify_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.9" title="89.9%">89.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.9%</td>
<td class="CoverValue line-coverage coverage-medium">161 / 179</td>
<td class="CoverValue function-coverage coverage-medium">82.4%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 17</td>
<td class="CoverValue branch-coverage coverage-low">25.6%</td>
<td class="CoverValue branch-coverage coverage-low">215 / 839</td>
</tr>
<tr>
<th scope="row">
src/smt/tactic/smt_tactic_core.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.1" title="66.1%">66.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.1%</td>
<td class="CoverValue line-coverage coverage-low">187 / 283</td>
<td class="CoverValue function-coverage coverage-low">61.8%</td>
<td class="CoverValue function-coverage coverage-low">21 / 34</td>
<td class="CoverValue branch-coverage coverage-low">17.3%</td>
<td class="CoverValue branch-coverage coverage-low">222 / 1281</td>
</tr>
<tr>
<th scope="row">
src/smt/tactic/unit_subsumption_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.4" title="91.4%">91.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.4%</td>
<td class="CoverValue line-coverage coverage-high">74 / 81</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 16</td>
<td class="CoverValue branch-coverage coverage-low">24.2%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 132</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.0" title="73.0%">73.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.0%</td>
<td class="CoverValue line-coverage coverage-low">157 / 215</td>
<td class="CoverValue function-coverage coverage-low">74.9%</td>
<td class="CoverValue function-coverage coverage-low">400 / 534</td>
<td class="CoverValue branch-coverage coverage-low">42.4%</td>
<td class="CoverValue branch-coverage coverage-low">126 / 297</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_aux.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.3" title="65.3%">65.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.3%</td>
<td class="CoverValue line-coverage coverage-low">919 / 1408</td>
<td class="CoverValue function-coverage coverage-low">61.6%</td>
<td class="CoverValue function-coverage coverage-low">146 / 237</td>
<td class="CoverValue branch-coverage coverage-low">13.9%</td>
<td class="CoverValue branch-coverage coverage-low">2051 / 14779</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_core.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.9" title="83.9%">83.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.9%</td>
<td class="CoverValue line-coverage coverage-medium">1907 / 2274</td>
<td class="CoverValue function-coverage coverage-medium">81.0%</td>
<td class="CoverValue function-coverage coverage-medium">340 / 420</td>
<td class="CoverValue branch-coverage coverage-low">19.9%</td>
<td class="CoverValue branch-coverage coverage-low">4911 / 24691</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_eq.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.4" title="96.4%">96.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.4%</td>
<td class="CoverValue line-coverage coverage-high">162 / 168</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">26.8%</td>
<td class="CoverValue branch-coverage coverage-low">514 / 1920</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_int.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.9" title="31.9%">31.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.9%</td>
<td class="CoverValue line-coverage coverage-low">218 / 683</td>
<td class="CoverValue function-coverage coverage-low">21.7%</td>
<td class="CoverValue function-coverage coverage-low">15 / 69</td>
<td class="CoverValue branch-coverage coverage-low">2.3%</td>
<td class="CoverValue branch-coverage coverage-low">310 / 13326</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_inv.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.6" title="67.6%">67.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.6%</td>
<td class="CoverValue line-coverage coverage-low">98 / 145</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">24 / 36</td>
<td class="CoverValue branch-coverage coverage-low">18.5%</td>
<td class="CoverValue branch-coverage coverage-low">370 / 2004</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_nl.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.8" title="73.8%">73.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.8%</td>
<td class="CoverValue line-coverage coverage-low">1108 / 1501</td>
<td class="CoverValue function-coverage coverage-low">40.8%</td>
<td class="CoverValue function-coverage coverage-low">100 / 245</td>
<td class="CoverValue branch-coverage coverage-low">6.9%</td>
<td class="CoverValue branch-coverage coverage-low">1693 / 24664</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_arith_pp.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.9" title="6.9%">6.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.9%</td>
<td class="CoverValue line-coverage coverage-low">29 / 420</td>
<td class="CoverValue function-coverage coverage-low">2.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 75</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1266</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.0" title="84.0%">84.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.0%</td>
<td class="CoverValue line-coverage coverage-medium">300 / 357</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 35</td>
<td class="CoverValue branch-coverage coverage-low">44.1%</td>
<td class="CoverValue branch-coverage coverage-low">179 / 406</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">11 / 13</td>
<td class="CoverValue function-coverage coverage-medium">81.8%</td>
<td class="CoverValue function-coverage coverage-medium">9 / 11</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array_bapa.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 386</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 60</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 646</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array_base.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.0" title="84.0%">84.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.0%</td>
<td class="CoverValue line-coverage coverage-medium">630 / 750</td>
<td class="CoverValue function-coverage coverage-medium">86.4%</td>
<td class="CoverValue function-coverage coverage-medium">51 / 59</td>
<td class="CoverValue branch-coverage coverage-low">25.3%</td>
<td class="CoverValue branch-coverage coverage-low">515 / 2038</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array_base.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.9" title="93.9%">93.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.9%</td>
<td class="CoverValue line-coverage coverage-high">31 / 33</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">28 / 30</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array_full.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.2" title="73.2%">73.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.2%</td>
<td class="CoverValue line-coverage coverage-low">473 / 646</td>
<td class="CoverValue function-coverage coverage-medium">87.8%</td>
<td class="CoverValue function-coverage coverage-medium">36 / 41</td>
<td class="CoverValue branch-coverage coverage-low">22.7%</td>
<td class="CoverValue branch-coverage coverage-low">362 / 1594</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_array_full.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_bv.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.3" title="73.3%">73.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.3%</td>
<td class="CoverValue line-coverage coverage-low">1037 / 1415</td>
<td class="CoverValue function-coverage coverage-low">73.0%</td>
<td class="CoverValue function-coverage coverage-low">100 / 137</td>
<td class="CoverValue branch-coverage coverage-low">22.6%</td>
<td class="CoverValue branch-coverage coverage-low">1074 / 4759</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_bv.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.4" title="96.4%">96.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.4%</td>
<td class="CoverValue line-coverage coverage-high">27 / 28</td>
<td class="CoverValue function-coverage coverage-high">96.7%</td>
<td class="CoverValue function-coverage coverage-high">29 / 30</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_char.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.6" title="77.6%">77.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.6%</td>
<td class="CoverValue line-coverage coverage-medium">264 / 340</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">26 / 30</td>
<td class="CoverValue branch-coverage coverage-low">32.6%</td>
<td class="CoverValue branch-coverage coverage-low">210 / 644</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_char.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_datatype.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.1" title="78.1%">78.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.1%</td>
<td class="CoverValue line-coverage coverage-medium">590 / 755</td>
<td class="CoverValue function-coverage coverage-medium">80.3%</td>
<td class="CoverValue function-coverage coverage-medium">49 / 61</td>
<td class="CoverValue branch-coverage coverage-low">33.5%</td>
<td class="CoverValue branch-coverage coverage-low">489 / 1461</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_datatype.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.4" title="94.4%">94.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.4%</td>
<td class="CoverValue line-coverage coverage-high">17 / 18</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dense_diff_logic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dense_diff_logic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.7" title="72.7%">72.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.7%</td>
<td class="CoverValue line-coverage coverage-low">32 / 44</td>
<td class="CoverValue function-coverage coverage-low">23.3%</td>
<td class="CoverValue function-coverage coverage-low">27 / 116</td>
<td class="CoverValue branch-coverage coverage-low">5.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 40</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dense_diff_logic_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.9" title="54.9%">54.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.9%</td>
<td class="CoverValue line-coverage coverage-low">444 / 809</td>
<td class="CoverValue function-coverage coverage-low">15.2%</td>
<td class="CoverValue function-coverage coverage-low">31 / 204</td>
<td class="CoverValue branch-coverage coverage-low">3.4%</td>
<td class="CoverValue branch-coverage coverage-low">404 / 11722</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_diff_logic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_diff_logic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="41.3" title="41.3%">41.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">41.3%</td>
<td class="CoverValue line-coverage coverage-low">31 / 75</td>
<td class="CoverValue function-coverage coverage-low">12.2%</td>
<td class="CoverValue function-coverage coverage-low">18 / 147</td>
<td class="CoverValue branch-coverage coverage-low">11.9%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 42</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_diff_logic_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.6" title="28.6%">28.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.6%</td>
<td class="CoverValue line-coverage coverage-low">277 / 967</td>
<td class="CoverValue function-coverage coverage-low">10.2%</td>
<td class="CoverValue function-coverage coverage-low">26 / 254</td>
<td class="CoverValue branch-coverage coverage-low">2.1%</td>
<td class="CoverValue branch-coverage coverage-low">222 / 10568</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dl.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.5" title="90.5%">90.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.5%</td>
<td class="CoverValue line-coverage coverage-high">153 / 169</td>
<td class="CoverValue function-coverage coverage-high">90.3%</td>
<td class="CoverValue function-coverage coverage-high">28 / 31</td>
<td class="CoverValue branch-coverage coverage-low">30.1%</td>
<td class="CoverValue branch-coverage coverage-low">95 / 316</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dummy.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_dummy.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 4</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_fpa.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.8" title="80.8%">80.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.8%</td>
<td class="CoverValue line-coverage coverage-medium">365 / 452</td>
<td class="CoverValue function-coverage coverage-medium">88.5%</td>
<td class="CoverValue function-coverage coverage-medium">23 / 26</td>
<td class="CoverValue branch-coverage coverage-low">20.5%</td>
<td class="CoverValue branch-coverage coverage-low">587 / 2862</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_fpa.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">7 / 14</td>
<td class="CoverValue function-coverage coverage-low">44.4%</td>
<td class="CoverValue function-coverage coverage-low">4 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_intblast.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 142</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 171</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_intblast.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 6</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_lra.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.4" title="72.4%">72.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.4%</td>
<td class="CoverValue line-coverage coverage-low">2039 / 2816</td>
<td class="CoverValue function-coverage coverage-medium">82.5%</td>
<td class="CoverValue function-coverage coverage-medium">231 / 280</td>
<td class="CoverValue branch-coverage coverage-low">24.5%</td>
<td class="CoverValue branch-coverage coverage-low">1975 / 8058</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_lra.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_opt.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.8" title="77.8%">77.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.8%</td>
<td class="CoverValue line-coverage coverage-medium">28 / 36</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">41 / 82</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_opt.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_pb.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.9" title="62.9%">62.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.9%</td>
<td class="CoverValue line-coverage coverage-low">1071 / 1702</td>
<td class="CoverValue function-coverage coverage-low">64.5%</td>
<td class="CoverValue function-coverage coverage-low">98 / 152</td>
<td class="CoverValue branch-coverage coverage-low">26.8%</td>
<td class="CoverValue branch-coverage coverage-low">1061 / 3960</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_pb.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.5" title="79.5%">79.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.5%</td>
<td class="CoverValue line-coverage coverage-medium">62 / 78</td>
<td class="CoverValue function-coverage coverage-low">70.0%</td>
<td class="CoverValue function-coverage coverage-low">35 / 50</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 30</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_polymorphism.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 54</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 40</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_recfun.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.1" title="77.1%">77.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.1%</td>
<td class="CoverValue line-coverage coverage-medium">246 / 319</td>
<td class="CoverValue function-coverage coverage-medium">81.6%</td>
<td class="CoverValue function-coverage coverage-medium">31 / 38</td>
<td class="CoverValue branch-coverage coverage-low">21.8%</td>
<td class="CoverValue branch-coverage coverage-low">215 / 985</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_recfun.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="53.3" title="53.3%">53.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">53.3%</td>
<td class="CoverValue line-coverage coverage-low">8 / 15</td>
<td class="CoverValue function-coverage coverage-low">53.3%</td>
<td class="CoverValue function-coverage coverage-low">8 / 15</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_seq.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.6" title="74.6%">74.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.6%</td>
<td class="CoverValue line-coverage coverage-low">1900 / 2546</td>
<td class="CoverValue function-coverage coverage-medium">82.4%</td>
<td class="CoverValue function-coverage coverage-medium">131 / 159</td>
<td class="CoverValue branch-coverage coverage-low">24.1%</td>
<td class="CoverValue branch-coverage coverage-low">2141 / 8895</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_seq.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.5" title="90.5%">90.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.5%</td>
<td class="CoverValue line-coverage coverage-high">105 / 116</td>
<td class="CoverValue function-coverage coverage-high">95.5%</td>
<td class="CoverValue function-coverage coverage-high">84 / 88</td>
<td class="CoverValue branch-coverage coverage-low">42.0%</td>
<td class="CoverValue branch-coverage coverage-low">42 / 100</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_sls.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 187</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 84</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_sls.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 20</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_special_relations.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.7" title="6.7%">6.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.7%</td>
<td class="CoverValue line-coverage coverage-low">58 / 863</td>
<td class="CoverValue function-coverage coverage-low">22.0%</td>
<td class="CoverValue function-coverage coverage-low">13 / 59</td>
<td class="CoverValue branch-coverage coverage-low">0.6%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 2816</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_special_relations.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="7.1" title="7.1%">7.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">7.1%</td>
<td class="CoverValue line-coverage coverage-low">3 / 42</td>
<td class="CoverValue function-coverage coverage-low">11.5%</td>
<td class="CoverValue function-coverage coverage-low">3 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_user_propagator.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 321</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 604</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_user_propagator.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 45</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 30</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_utvpi.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.0" title="48.0%">48.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.0%</td>
<td class="CoverValue line-coverage coverage-low">47 / 98</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-low">37.9%</td>
<td class="CoverValue branch-coverage coverage-low">67 / 177</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_utvpi.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.0" title="60.0%">60.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.0%</td>
<td class="CoverValue line-coverage coverage-low">48 / 80</td>
<td class="CoverValue function-coverage coverage-low">31.4%</td>
<td class="CoverValue function-coverage coverage-low">27 / 86</td>
<td class="CoverValue branch-coverage coverage-low">11.4%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 44</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_utvpi_def.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.7" title="72.7%">72.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.7%</td>
<td class="CoverValue line-coverage coverage-low">443 / 609</td>
<td class="CoverValue function-coverage coverage-low">41.3%</td>
<td class="CoverValue function-coverage coverage-low">38 / 92</td>
<td class="CoverValue branch-coverage coverage-low">12.3%</td>
<td class="CoverValue branch-coverage coverage-low">461 / 3758</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_wmaxsat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.2" title="73.2%">73.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.2%</td>
<td class="CoverValue line-coverage coverage-low">186 / 254</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">15 / 21</td>
<td class="CoverValue branch-coverage coverage-low">17.5%</td>
<td class="CoverValue branch-coverage coverage-low">179 / 1020</td>
</tr>
<tr>
<th scope="row">
src/smt/theory_wmaxsat.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.3" title="63.3%">63.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.3%</td>
<td class="CoverValue line-coverage coverage-low">19 / 30</td>
<td class="CoverValue function-coverage coverage-low">61.1%</td>
<td class="CoverValue function-coverage coverage-low">11 / 18</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/smt/uses_theory.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/smt/watch_list.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.5" title="81.5%">81.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.5%</td>
<td class="CoverValue line-coverage coverage-medium">66 / 81</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-low">52.6%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 38</td>
</tr>
<tr>
<th scope="row">
src/smt/watch_list.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.3" title="97.3%">97.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.3%</td>
<td class="CoverValue line-coverage coverage-high">71 / 73</td>
<td class="CoverValue function-coverage coverage-high">95.7%</td>
<td class="CoverValue function-coverage coverage-high">22 / 23</td>
<td class="CoverValue branch-coverage coverage-medium">77.1%</td>
<td class="CoverValue branch-coverage coverage-medium">37 / 48</td>
</tr>
<tr>
<th scope="row">
src/solver/assertions/asserted_formulas.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.2" title="87.2%">87.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.2%</td>
<td class="CoverValue line-coverage coverage-medium">499 / 572</td>
<td class="CoverValue function-coverage coverage-medium">84.1%</td>
<td class="CoverValue function-coverage coverage-medium">37 / 44</td>
<td class="CoverValue branch-coverage coverage-low">28.2%</td>
<td class="CoverValue branch-coverage coverage-low">491 / 1741</td>
</tr>
<tr>
<th scope="row">
src/solver/assertions/asserted_formulas.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">60 / 68</td>
<td class="CoverValue function-coverage coverage-medium">85.3%</td>
<td class="CoverValue function-coverage coverage-medium">93 / 109</td>
<td class="CoverValue branch-coverage coverage-low">60.4%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 48</td>
</tr>
<tr>
<th scope="row">
src/solver/check_logic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.5" title="83.5%">83.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.5%</td>
<td class="CoverValue line-coverage coverage-medium">369 / 442</td>
<td class="CoverValue function-coverage coverage-high">97.1%</td>
<td class="CoverValue function-coverage coverage-high">33 / 34</td>
<td class="CoverValue branch-coverage coverage-low">71.3%</td>
<td class="CoverValue branch-coverage coverage-low">234 / 328</td>
</tr>
<tr>
<th scope="row">
src/solver/check_sat_result.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.8" title="45.8%">45.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.8%</td>
<td class="CoverValue line-coverage coverage-low">27 / 59</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 10</td>
<td class="CoverValue branch-coverage coverage-low">26.5%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 34</td>
</tr>
<tr>
<th scope="row">
src/solver/check_sat_result.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.0" title="68.0%">68.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.0%</td>
<td class="CoverValue line-coverage coverage-low">17 / 25</td>
<td class="CoverValue function-coverage coverage-low">70.6%</td>
<td class="CoverValue function-coverage coverage-low">12 / 17</td>
<td class="CoverValue branch-coverage coverage-low">56.2%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 16</td>
</tr>
<tr>
<th scope="row">
src/solver/combined_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="45.8" title="45.8%">45.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">45.8%</td>
<td class="CoverValue line-coverage coverage-low">120 / 262</td>
<td class="CoverValue function-coverage coverage-low">40.3%</td>
<td class="CoverValue function-coverage coverage-low">25 / 62</td>
<td class="CoverValue branch-coverage coverage-low">27.6%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 134</td>
</tr>
<tr>
<th scope="row">
src/solver/mus.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.8" title="59.8%">59.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.8%</td>
<td class="CoverValue line-coverage coverage-low">79 / 132</td>
<td class="CoverValue function-coverage coverage-low">73.9%</td>
<td class="CoverValue function-coverage coverage-low">17 / 23</td>
<td class="CoverValue branch-coverage coverage-low">8.3%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 387</td>
</tr>
<tr>
<th scope="row">
src/solver/mus.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/solver/parallel_tactical.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="48.4" title="48.4%">48.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">48.4%</td>
<td class="CoverValue line-coverage coverage-low">282 / 583</td>
<td class="CoverValue function-coverage coverage-low">57.3%</td>
<td class="CoverValue function-coverage coverage-low">43 / 75</td>
<td class="CoverValue branch-coverage coverage-low">16.5%</td>
<td class="CoverValue branch-coverage coverage-low">184 / 1114</td>
</tr>
<tr>
<th scope="row">
src/solver/progress_callback.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">1 / 3</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/solver/simplifier_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 295</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 76</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 482</td>
</tr>
<tr>
<th scope="row">
src/solver/slice_solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="1.7" title="1.7%">1.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">1.7%</td>
<td class="CoverValue line-coverage coverage-low">5 / 292</td>
<td class="CoverValue function-coverage coverage-low">1.2%</td>
<td class="CoverValue function-coverage coverage-low">1 / 81</td>
<td class="CoverValue branch-coverage coverage-low">1.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 206</td>
</tr>
<tr>
<th scope="row">
src/solver/smt_logics.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">84 / 84</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">70.6%</td>
<td class="CoverValue branch-coverage coverage-low">120 / 170</td>
</tr>
<tr>
<th scope="row">
src/solver/smt_logics.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/solver/solver2tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.2" title="74.2%">74.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.2%</td>
<td class="CoverValue line-coverage coverage-low">98 / 132</td>
<td class="CoverValue function-coverage coverage-low">62.5%</td>
<td class="CoverValue function-coverage coverage-low">10 / 16</td>
<td class="CoverValue branch-coverage coverage-low">28.6%</td>
<td class="CoverValue branch-coverage coverage-low">128 / 448</td>
</tr>
<tr>
<th scope="row">
src/solver/solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="27.3" title="27.3%">27.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">27.3%</td>
<td class="CoverValue line-coverage coverage-low">66 / 242</td>
<td class="CoverValue function-coverage coverage-low">37.5%</td>
<td class="CoverValue function-coverage coverage-low">9 / 24</td>
<td class="CoverValue branch-coverage coverage-low">9.2%</td>
<td class="CoverValue branch-coverage coverage-low">44 / 477</td>
</tr>
<tr>
<th scope="row">
src/solver/solver.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.0" title="44.0%">44.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.0%</td>
<td class="CoverValue line-coverage coverage-low">11 / 25</td>
<td class="CoverValue function-coverage coverage-low">47.8%</td>
<td class="CoverValue function-coverage coverage-low">11 / 23</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/solver/solver_na2as.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.4" title="93.4%">93.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.4%</td>
<td class="CoverValue line-coverage coverage-high">57 / 61</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">17.2%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 134</td>
</tr>
<tr>
<th scope="row">
src/solver/solver_na2as.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">1 / 3</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/solver/solver_pool.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.1" title="59.1%">59.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.1%</td>
<td class="CoverValue line-coverage coverage-low">176 / 298</td>
<td class="CoverValue function-coverage coverage-low">45.1%</td>
<td class="CoverValue function-coverage coverage-low">23 / 51</td>
<td class="CoverValue branch-coverage coverage-low">28.6%</td>
<td class="CoverValue branch-coverage coverage-low">146 / 510</td>
</tr>
<tr>
<th scope="row">
src/solver/solver_pool.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/solver/solver_preprocess.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 152</td>
</tr>
<tr>
<th scope="row">
src/solver/tactic2solver.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.0" title="51.0%">51.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.0%</td>
<td class="CoverValue line-coverage coverage-low">123 / 241</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">22 / 55</td>
<td class="CoverValue branch-coverage coverage-low">9.6%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 633</td>
</tr>
<tr>
<th scope="row">
src/tactic/aig/aig.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.2" title="77.2%">77.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.2%</td>
<td class="CoverValue line-coverage coverage-medium">895 / 1159</td>
<td class="CoverValue function-coverage coverage-medium">84.3%</td>
<td class="CoverValue function-coverage coverage-medium">118 / 140</td>
<td class="CoverValue branch-coverage coverage-low">51.9%</td>
<td class="CoverValue branch-coverage coverage-low">532 / 1025</td>
</tr>
<tr>
<th scope="row">
src/tactic/aig/aig.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/tactic/aig/aig_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.6" title="82.6%">82.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.6%</td>
<td class="CoverValue line-coverage coverage-medium">57 / 69</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">36.4%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 110</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/add_bounds_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.3" title="90.3%">90.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.3%</td>
<td class="CoverValue line-coverage coverage-high">84 / 93</td>
<td class="CoverValue function-coverage coverage-medium">78.6%</td>
<td class="CoverValue function-coverage coverage-medium">22 / 28</td>
<td class="CoverValue branch-coverage coverage-low">36.7%</td>
<td class="CoverValue branch-coverage coverage-low">58 / 158</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/arith_bounds_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 97</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 292</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/bv2int_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.2" title="69.2%">69.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.2%</td>
<td class="CoverValue line-coverage coverage-low">304 / 439</td>
<td class="CoverValue function-coverage coverage-medium">78.1%</td>
<td class="CoverValue function-coverage coverage-medium">25 / 32</td>
<td class="CoverValue branch-coverage coverage-low">34.1%</td>
<td class="CoverValue branch-coverage coverage-low">514 / 1506</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/bv2int_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.5" title="89.5%">89.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.5%</td>
<td class="CoverValue line-coverage coverage-medium">17 / 19</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 14</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/bv2real_rewriter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.3" title="57.3%">57.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.3%</td>
<td class="CoverValue line-coverage coverage-low">275 / 480</td>
<td class="CoverValue function-coverage coverage-low">61.7%</td>
<td class="CoverValue function-coverage coverage-low">29 / 47</td>
<td class="CoverValue branch-coverage coverage-low">22.9%</td>
<td class="CoverValue branch-coverage coverage-low">461 / 2017</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/bv2real_rewriter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.8" title="81.8%">81.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.8%</td>
<td class="CoverValue line-coverage coverage-medium">36 / 44</td>
<td class="CoverValue function-coverage coverage-medium">83.8%</td>
<td class="CoverValue function-coverage coverage-medium">31 / 37</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 14</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/card2bv_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/degree_shift_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 200</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 630</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/diff_neq_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.2" title="21.2%">21.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.2%</td>
<td class="CoverValue line-coverage coverage-low">57 / 269</td>
<td class="CoverValue function-coverage coverage-low">40.6%</td>
<td class="CoverValue function-coverage coverage-low">13 / 32</td>
<td class="CoverValue branch-coverage coverage-low">6.7%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 436</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/eq2bv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">225 / 266</td>
<td class="CoverValue function-coverage coverage-low">73.5%</td>
<td class="CoverValue function-coverage coverage-low">25 / 34</td>
<td class="CoverValue branch-coverage coverage-low">48.9%</td>
<td class="CoverValue branch-coverage coverage-low">353 / 722</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/factor_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.6" title="77.6%">77.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.6%</td>
<td class="CoverValue line-coverage coverage-medium">159 / 205</td>
<td class="CoverValue function-coverage coverage-medium">85.2%</td>
<td class="CoverValue function-coverage coverage-medium">23 / 27</td>
<td class="CoverValue branch-coverage coverage-low">27.0%</td>
<td class="CoverValue branch-coverage coverage-low">205 / 759</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/fix_dl_var_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.7" title="81.7%">81.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.7%</td>
<td class="CoverValue line-coverage coverage-medium">147 / 180</td>
<td class="CoverValue function-coverage coverage-medium">86.2%</td>
<td class="CoverValue function-coverage coverage-medium">25 / 29</td>
<td class="CoverValue branch-coverage coverage-low">27.8%</td>
<td class="CoverValue branch-coverage coverage-low">104 / 374</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/fm_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.7" title="54.7%">54.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.7%</td>
<td class="CoverValue line-coverage coverage-low">642 / 1173</td>
<td class="CoverValue function-coverage coverage-medium">76.6%</td>
<td class="CoverValue function-coverage coverage-medium">72 / 94</td>
<td class="CoverValue branch-coverage coverage-low">15.9%</td>
<td class="CoverValue branch-coverage coverage-low">480 / 3023</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/lia2card_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.3" title="87.3%">87.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.3%</td>
<td class="CoverValue line-coverage coverage-medium">241 / 276</td>
<td class="CoverValue function-coverage coverage-high">96.9%</td>
<td class="CoverValue function-coverage coverage-high">31 / 32</td>
<td class="CoverValue branch-coverage coverage-low">38.7%</td>
<td class="CoverValue branch-coverage coverage-low">310 / 802</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/lia2pb_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.4" title="81.4%">81.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.4%</td>
<td class="CoverValue line-coverage coverage-medium">184 / 226</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">21 / 27</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">191 / 573</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/nla2bv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.9" title="82.9%">82.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.9%</td>
<td class="CoverValue line-coverage coverage-medium">243 / 293</td>
<td class="CoverValue function-coverage coverage-low">73.2%</td>
<td class="CoverValue function-coverage coverage-low">30 / 41</td>
<td class="CoverValue branch-coverage coverage-low">30.6%</td>
<td class="CoverValue branch-coverage coverage-low">280 / 914</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/normalize_bounds_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.4" title="94.4%">94.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.4%</td>
<td class="CoverValue line-coverage coverage-high">102 / 108</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-low">30.2%</td>
<td class="CoverValue branch-coverage coverage-low">87 / 288</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/pb2bv_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.0" title="69.0%">69.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.0%</td>
<td class="CoverValue line-coverage coverage-low">40 / 58</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">40.9%</td>
<td class="CoverValue branch-coverage coverage-low">45 / 110</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/pb2bv_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="70.3" title="70.3%">70.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">70.3%</td>
<td class="CoverValue line-coverage coverage-low">496 / 706</td>
<td class="CoverValue function-coverage coverage-medium">89.6%</td>
<td class="CoverValue function-coverage coverage-medium">60 / 67</td>
<td class="CoverValue branch-coverage coverage-low">17.8%</td>
<td class="CoverValue branch-coverage coverage-low">464 / 2601</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/probe_arith.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.4" title="63.4%">63.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.4%</td>
<td class="CoverValue line-coverage coverage-low">263 / 415</td>
<td class="CoverValue function-coverage coverage-medium">76.1%</td>
<td class="CoverValue function-coverage coverage-medium">102 / 134</td>
<td class="CoverValue branch-coverage coverage-low">42.8%</td>
<td class="CoverValue branch-coverage coverage-low">179 / 418</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/propagate_ineqs_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/purify_arith_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.7" title="75.7%">75.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.7%</td>
<td class="CoverValue line-coverage coverage-medium">473 / 625</td>
<td class="CoverValue function-coverage coverage-medium">87.0%</td>
<td class="CoverValue function-coverage coverage-medium">60 / 69</td>
<td class="CoverValue branch-coverage coverage-low">33.2%</td>
<td class="CoverValue branch-coverage coverage-low">698 / 2103</td>
</tr>
<tr>
<th scope="row">
src/tactic/arith/recover_01_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 259</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 600</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bit_blaster_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.1" title="56.1%">56.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.1%</td>
<td class="CoverValue line-coverage coverage-low">88 / 157</td>
<td class="CoverValue function-coverage coverage-low">38.5%</td>
<td class="CoverValue function-coverage coverage-low">10 / 26</td>
<td class="CoverValue branch-coverage coverage-low">16.4%</td>
<td class="CoverValue branch-coverage coverage-low">113 / 688</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bit_blaster_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.6" title="95.6%">95.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.6%</td>
<td class="CoverValue line-coverage coverage-high">87 / 91</td>
<td class="CoverValue function-coverage coverage-high">93.8%</td>
<td class="CoverValue function-coverage coverage-high">15 / 16</td>
<td class="CoverValue branch-coverage coverage-low">18.3%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 382</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bv1_blaster_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="40.0" title="40.0%">40.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">40.0%</td>
<td class="CoverValue line-coverage coverage-low">116 / 290</td>
<td class="CoverValue function-coverage coverage-low">68.1%</td>
<td class="CoverValue function-coverage coverage-low">32 / 47</td>
<td class="CoverValue branch-coverage coverage-low">18.7%</td>
<td class="CoverValue branch-coverage coverage-low">91 / 486</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bv_bound_chk_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.4" title="88.4%">88.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.4%</td>
<td class="CoverValue line-coverage coverage-medium">107 / 121</td>
<td class="CoverValue function-coverage coverage-medium">82.4%</td>
<td class="CoverValue function-coverage coverage-medium">28 / 34</td>
<td class="CoverValue branch-coverage coverage-low">28.0%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 132</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bv_bounds_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 26</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bv_size_reduction_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.2" title="79.2%">79.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.2%</td>
<td class="CoverValue line-coverage coverage-medium">145 / 183</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-low">15.1%</td>
<td class="CoverValue branch-coverage coverage-low">156 / 1031</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bv_slice_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bvarray2uf_rewriter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 261</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1088</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bvarray2uf_rewriter.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/bvarray2uf_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 71</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 106</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/dt2bv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.4" title="84.4%">84.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.4%</td>
<td class="CoverValue line-coverage coverage-medium">76 / 90</td>
<td class="CoverValue function-coverage coverage-medium">84.2%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 19</td>
<td class="CoverValue branch-coverage coverage-low">52.8%</td>
<td class="CoverValue branch-coverage coverage-low">94 / 178</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/elim_small_bv_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.3" title="91.3%">91.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.3%</td>
<td class="CoverValue line-coverage coverage-high">147 / 161</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">18 / 20</td>
<td class="CoverValue branch-coverage coverage-low">19.0%</td>
<td class="CoverValue branch-coverage coverage-low">157 / 825</td>
</tr>
<tr>
<th scope="row">
src/tactic/bv/max_bv_sharing_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/blast_term_ite_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.1" title="52.1%">52.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.1%</td>
<td class="CoverValue line-coverage coverage-low">62 / 119</td>
<td class="CoverValue function-coverage coverage-low">40.9%</td>
<td class="CoverValue function-coverage coverage-low">9 / 22</td>
<td class="CoverValue branch-coverage coverage-low">28.6%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 140</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/cofactor_elim_term_ite.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.3" title="91.3%">91.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.3%</td>
<td class="CoverValue line-coverage coverage-high">253 / 277</td>
<td class="CoverValue function-coverage coverage-high">90.0%</td>
<td class="CoverValue function-coverage coverage-high">27 / 30</td>
<td class="CoverValue branch-coverage coverage-low">27.8%</td>
<td class="CoverValue branch-coverage coverage-low">242 / 870</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/cofactor_term_ite_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.9" title="83.9%">83.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.9%</td>
<td class="CoverValue line-coverage coverage-medium">26 / 31</td>
<td class="CoverValue function-coverage coverage-low">70.0%</td>
<td class="CoverValue function-coverage coverage-low">7 / 10</td>
<td class="CoverValue branch-coverage coverage-low">71.4%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 28</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/collect_occs.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.3" title="96.3%">96.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.3%</td>
<td class="CoverValue line-coverage coverage-high">52 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-medium">89.7%</td>
<td class="CoverValue branch-coverage coverage-medium">35 / 39</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/collect_occs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/collect_statistics_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 105</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 224</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/ctx_simplify_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.8" title="88.8%">88.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.8%</td>
<td class="CoverValue line-coverage coverage-medium">387 / 436</td>
<td class="CoverValue function-coverage coverage-high">95.3%</td>
<td class="CoverValue function-coverage coverage-high">41 / 43</td>
<td class="CoverValue branch-coverage coverage-low">35.9%</td>
<td class="CoverValue branch-coverage coverage-low">480 / 1338</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/ctx_simplify_tactic.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="83.3" title="83.3%">83.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">83.3%</td>
<td class="CoverValue line-coverage coverage-medium">5 / 6</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/demodulator_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/der_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">30 / 40</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">52.0%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 50</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/distribute_forall_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/dom_simplify_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/elim_term_ite_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.6" title="91.6%">91.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.6%</td>
<td class="CoverValue line-coverage coverage-high">87 / 95</td>
<td class="CoverValue function-coverage coverage-medium">89.5%</td>
<td class="CoverValue function-coverage coverage-medium">17 / 19</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">68 / 136</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/elim_uncnstr2_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/elim_uncnstr_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.3" title="75.3%">75.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.3%</td>
<td class="CoverValue line-coverage coverage-medium">479 / 636</td>
<td class="CoverValue function-coverage coverage-high">95.9%</td>
<td class="CoverValue function-coverage coverage-high">47 / 49</td>
<td class="CoverValue branch-coverage coverage-low">36.7%</td>
<td class="CoverValue branch-coverage coverage-low">417 / 1136</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/eliminate_predicates_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/injectivity_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 149</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 23</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 320</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/nnf_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.9" title="96.9%">96.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.9%</td>
<td class="CoverValue line-coverage coverage-high">62 / 64</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 12</td>
<td class="CoverValue branch-coverage coverage-low">28.2%</td>
<td class="CoverValue branch-coverage coverage-low">79 / 280</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/occf_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 133</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 128</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/pb_preprocess_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 364</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 32</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1325</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/propagate_values2_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/propagate_values_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.4" title="93.4%">93.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.4%</td>
<td class="CoverValue line-coverage coverage-high">156 / 167</td>
<td class="CoverValue function-coverage coverage-high">93.8%</td>
<td class="CoverValue function-coverage coverage-high">15 / 16</td>
<td class="CoverValue branch-coverage coverage-low">20.6%</td>
<td class="CoverValue branch-coverage coverage-low">148 / 720</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/reduce_args_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">254 / 277</td>
<td class="CoverValue function-coverage coverage-high">91.9%</td>
<td class="CoverValue function-coverage coverage-high">34 / 37</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">244 / 732</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/reduce_args_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/simplify_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.4" title="92.4%">92.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.4%</td>
<td class="CoverValue line-coverage coverage-high">73 / 79</td>
<td class="CoverValue function-coverage coverage-medium">87.5%</td>
<td class="CoverValue function-coverage coverage-medium">14 / 16</td>
<td class="CoverValue branch-coverage coverage-low">22.8%</td>
<td class="CoverValue branch-coverage coverage-low">51 / 224</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/simplify_tactic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 3</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/solve_eqs_tactic.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/special_relations_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 127</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 779</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/special_relations_tactic.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 8</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/split_clause_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="58.8" title="58.8%">58.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">58.8%</td>
<td class="CoverValue line-coverage coverage-low">47 / 80</td>
<td class="CoverValue function-coverage coverage-low">46.7%</td>
<td class="CoverValue function-coverage coverage-low">7 / 15</td>
<td class="CoverValue branch-coverage coverage-low">25.2%</td>
<td class="CoverValue branch-coverage coverage-low">54 / 214</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/symmetry_reduce_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="60.2" title="60.2%">60.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">60.2%</td>
<td class="CoverValue line-coverage coverage-low">203 / 337</td>
<td class="CoverValue function-coverage coverage-low">64.3%</td>
<td class="CoverValue function-coverage coverage-low">36 / 56</td>
<td class="CoverValue branch-coverage coverage-low">22.7%</td>
<td class="CoverValue branch-coverage coverage-low">159 / 699</td>
</tr>
<tr>
<th scope="row">
src/tactic/core/tseitin_cnf_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.8" title="77.8%">77.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.8%</td>
<td class="CoverValue line-coverage coverage-medium">520 / 668</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">42 / 45</td>
<td class="CoverValue branch-coverage coverage-low">40.2%</td>
<td class="CoverValue branch-coverage coverage-low">530 / 1317</td>
</tr>
<tr>
<th scope="row">
src/tactic/dependency_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.9" title="26.9%">26.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.9%</td>
<td class="CoverValue line-coverage coverage-low">14 / 52</td>
<td class="CoverValue function-coverage coverage-low">38.9%</td>
<td class="CoverValue function-coverage coverage-low">7 / 18</td>
<td class="CoverValue branch-coverage coverage-low">9.1%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 88</td>
</tr>
<tr>
<th scope="row">
src/tactic/dependency_converter.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">0 / 0</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/dependent_expr_state_tactic.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.1" title="89.1%">89.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.1%</td>
<td class="CoverValue line-coverage coverage-medium">98 / 110</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 21</td>
<td class="CoverValue branch-coverage coverage-low">53.6%</td>
<td class="CoverValue branch-coverage coverage-low">60 / 112</td>
</tr>
<tr>
<th scope="row">
src/tactic/fd_solver/bounded_int2bv_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.5" title="82.5%">82.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.5%</td>
<td class="CoverValue line-coverage coverage-medium">221 / 268</td>
<td class="CoverValue function-coverage coverage-low">60.5%</td>
<td class="CoverValue function-coverage coverage-low">26 / 43</td>
<td class="CoverValue branch-coverage coverage-low">24.5%</td>
<td class="CoverValue branch-coverage coverage-low">216 / 882</td>
</tr>
<tr>
<th scope="row">
src/tactic/fd_solver/enum2bv_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.3" title="76.3%">76.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.3%</td>
<td class="CoverValue line-coverage coverage-medium">100 / 131</td>
<td class="CoverValue function-coverage coverage-low">56.8%</td>
<td class="CoverValue function-coverage coverage-low">21 / 37</td>
<td class="CoverValue branch-coverage coverage-low">44.7%</td>
<td class="CoverValue branch-coverage coverage-low">85 / 190</td>
</tr>
<tr>
<th scope="row">
src/tactic/fd_solver/fd_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.7" title="86.7%">86.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.7%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 15</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 10</td>
</tr>
<tr>
<th scope="row">
src/tactic/fd_solver/pb2bv_solver.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.4" title="80.4%">80.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.4%</td>
<td class="CoverValue line-coverage coverage-medium">90 / 112</td>
<td class="CoverValue function-coverage coverage-low">57.9%</td>
<td class="CoverValue function-coverage coverage-low">22 / 38</td>
<td class="CoverValue branch-coverage coverage-low">51.4%</td>
<td class="CoverValue branch-coverage coverage-low">37 / 72</td>
</tr>
<tr>
<th scope="row">
src/tactic/fd_solver/smtfd_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1339</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 205</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3721</td>
</tr>
<tr>
<th scope="row">
src/tactic/fpa/fpa2bv_model_converter.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.5" title="67.5%">67.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.5%</td>
<td class="CoverValue line-coverage coverage-low">27 / 40</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-low">15.4%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 182</td>
</tr>
<tr>
<th scope="row">
src/tactic/fpa/fpa2bv_model_converter.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.0" title="80.0%">80.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.0%</td>
<td class="CoverValue line-coverage coverage-medium">12 / 15</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 16</td>
</tr>
<tr>
<th scope="row">
src/tactic/fpa/fpa2bv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.6" title="78.6%">78.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.6%</td>
<td class="CoverValue line-coverage coverage-medium">66 / 84</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">17.9%</td>
<td class="CoverValue branch-coverage coverage-low">68 / 380</td>
</tr>
<tr>
<th scope="row">
src/tactic/fpa/qffp_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.8" title="87.8%">87.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.8%</td>
<td class="CoverValue line-coverage coverage-medium">65 / 74</td>
<td class="CoverValue function-coverage coverage-high">90.5%</td>
<td class="CoverValue function-coverage coverage-high">19 / 21</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">56 / 96</td>
</tr>
<tr>
<th scope="row">
src/tactic/fpa/qffplra_tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.8" title="52.8%">52.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.8%</td>
<td class="CoverValue line-coverage coverage-low">19 / 36</td>
<td class="CoverValue function-coverage coverage-medium">86.7%</td>
<td class="CoverValue function-coverage coverage-medium">13 / 15</td>
<td class="CoverValue branch-coverage coverage-low">34.6%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 26</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.6" title="74.6%">74.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.6%</td>
<td class="CoverValue line-coverage coverage-low">420 / 563</td>
<td class="CoverValue function-coverage coverage-medium">77.1%</td>
<td class="CoverValue function-coverage coverage-medium">37 / 48</td>
<td class="CoverValue branch-coverage coverage-low">38.1%</td>
<td class="CoverValue branch-coverage coverage-low">445 / 1169</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.9" title="96.9%">96.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.9%</td>
<td class="CoverValue line-coverage coverage-high">62 / 64</td>
<td class="CoverValue function-coverage coverage-high">91.3%</td>
<td class="CoverValue function-coverage coverage-high">63 / 69</td>
<td class="CoverValue branch-coverage coverage-low">52.9%</td>
<td class="CoverValue branch-coverage coverage-low">54 / 102</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_num_occurs.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">8 / 8</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 12</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_num_occurs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_proof_converter.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="31.8" title="31.8%">31.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">31.8%</td>
<td class="CoverValue line-coverage coverage-low">7 / 22</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">3 / 6</td>
<td class="CoverValue branch-coverage coverage-low">10.0%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 50</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_shared_occs.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">9 / 9</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-medium">87.5%</td>
<td class="CoverValue branch-coverage coverage-medium">7 / 8</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_shared_occs.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/goal_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">4 / 6</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">2 / 2</td>
</tr>
<tr>
<th scope="row">
src/tactic/portfolio/default_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.7" title="94.7%">94.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.7%</td>
<td class="CoverValue line-coverage coverage-high">18 / 19</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 80</td>
</tr>
<tr>
<th scope="row">
src/tactic/portfolio/euf_completion_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 87</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 164</td>
</tr>
<tr>
<th scope="row">
src/tactic/portfolio/smt_strategic_solver.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.3" title="91.3%">91.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.3%</td>
<td class="CoverValue line-coverage coverage-high">105 / 115</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">62.9%</td>
<td class="CoverValue branch-coverage coverage-low">122 / 194</td>
</tr>
<tr>
<th scope="row">
src/tactic/portfolio/solver2lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/portfolio/solver_subsumption_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 119</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 242</td>
</tr>
<tr>
<th scope="row">
src/tactic/probe.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.3" title="77.3%">77.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.3%</td>
<td class="CoverValue line-coverage coverage-medium">204 / 264</td>
<td class="CoverValue function-coverage coverage-low">74.7%</td>
<td class="CoverValue function-coverage coverage-low">109 / 146</td>
<td class="CoverValue branch-coverage coverage-low">57.0%</td>
<td class="CoverValue branch-coverage coverage-low">81 / 142</td>
</tr>
<tr>
<th scope="row">
src/tactic/probe.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">10 / 10</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/tactic/sls/sls_tactic.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 161</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 26</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 292</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/nra_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">21 / 42</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfaufbv_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 27</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 58</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfauflia_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">17 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 30</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfbv_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.5" title="98.5%">98.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.5%</td>
<td class="CoverValue line-coverage coverage-high">65 / 66</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">71 / 142</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfidl_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">54 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">63 / 126</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qflia_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.3" title="99.3%">99.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.3%</td>
<td class="CoverValue line-coverage coverage-high">152 / 153</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">13 / 13</td>
<td class="CoverValue branch-coverage coverage-low">51.1%</td>
<td class="CoverValue branch-coverage coverage-low">181 / 354</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qflra_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">17 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 26</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfnia_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">73 / 73</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">64 / 128</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfnra_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.5" title="99.5%">99.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.5%</td>
<td class="CoverValue line-coverage coverage-high">199 / 200</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">15 / 15</td>
<td class="CoverValue branch-coverage coverage-low">50.7%</td>
<td class="CoverValue branch-coverage coverage-low">276 / 544</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfuf_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 26</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfufbv_ackr_model_converter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/qfufbv_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="87.2" title="87.2%">87.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">87.2%</td>
<td class="CoverValue line-coverage coverage-medium">102 / 117</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 14</td>
<td class="CoverValue branch-coverage coverage-low">37.0%</td>
<td class="CoverValue branch-coverage coverage-low">94 / 254</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/quant_tactics.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.7" title="79.7%">79.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.7%</td>
<td class="CoverValue line-coverage coverage-medium">59 / 74</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 10</td>
<td class="CoverValue branch-coverage coverage-low">27.0%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 178</td>
</tr>
<tr>
<th scope="row">
src/tactic/smtlogics/smt_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.7" title="91.7%">91.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.7%</td>
<td class="CoverValue line-coverage coverage-high">11 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">41.7%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 24</td>
</tr>
<tr>
<th scope="row">
src/tactic/tactic.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.5" title="72.5%">72.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.5%</td>
<td class="CoverValue line-coverage coverage-low">145 / 200</td>
<td class="CoverValue function-coverage coverage-low">69.4%</td>
<td class="CoverValue function-coverage coverage-low">34 / 49</td>
<td class="CoverValue branch-coverage coverage-low">16.8%</td>
<td class="CoverValue branch-coverage coverage-low">125 / 742</td>
</tr>
<tr>
<th scope="row">
src/tactic/tactic.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="61.5" title="61.5%">61.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">61.5%</td>
<td class="CoverValue line-coverage coverage-low">16 / 26</td>
<td class="CoverValue function-coverage coverage-low">73.9%</td>
<td class="CoverValue function-coverage coverage-low">17 / 23</td>
<td class="CoverValue branch-coverage coverage-low">18.2%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 22</td>
</tr>
<tr>
<th scope="row">
src/tactic/tactic_exception.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/tactic/tactical.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="52.3" title="52.3%">52.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">52.3%</td>
<td class="CoverValue line-coverage coverage-low">415 / 793</td>
<td class="CoverValue function-coverage coverage-low">62.6%</td>
<td class="CoverValue function-coverage coverage-low">112 / 179</td>
<td class="CoverValue branch-coverage coverage-low">20.5%</td>
<td class="CoverValue branch-coverage coverage-low">259 / 1264</td>
</tr>
<tr>
<th scope="row">
src/tactic/ufbv/macro_finder_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.3" title="88.3%">88.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.3%</td>
<td class="CoverValue line-coverage coverage-medium">68 / 77</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">35.7%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 196</td>
</tr>
<tr>
<th scope="row">
src/tactic/ufbv/quasi_macros_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.7" title="86.7%">86.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.7%</td>
<td class="CoverValue line-coverage coverage-medium">65 / 75</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">51.6%</td>
<td class="CoverValue branch-coverage coverage-low">66 / 128</td>
</tr>
<tr>
<th scope="row">
src/tactic/ufbv/ufbv_rewriter_tactic.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.8" title="75.8%">75.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.8%</td>
<td class="CoverValue line-coverage coverage-medium">25 / 33</td>
<td class="CoverValue function-coverage coverage-low">55.6%</td>
<td class="CoverValue function-coverage coverage-low">5 / 9</td>
<td class="CoverValue branch-coverage coverage-low">55.2%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 58</td>
</tr>
<tr>
<th scope="row">
src/tactic/ufbv/ufbv_tactic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">35 / 35</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 100</td>
</tr>
<tr>
<th scope="row">
src/tactic/user_propagator_base.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="6.5" title="6.5%">6.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">6.5%</td>
<td class="CoverValue line-coverage coverage-low">3 / 46</td>
<td class="CoverValue function-coverage coverage-low">12.5%</td>
<td class="CoverValue function-coverage coverage-low">3 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 88</td>
</tr>
<tr>
<th scope="row">
src/test/algebraic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.2" title="99.2%">99.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.2%</td>
<td class="CoverValue line-coverage coverage-high">505 / 509</td>
<td class="CoverValue function-coverage coverage-high">94.7%</td>
<td class="CoverValue function-coverage coverage-high">18 / 19</td>
<td class="CoverValue branch-coverage coverage-low">49.3%</td>
<td class="CoverValue branch-coverage coverage-low">981 / 1988</td>
</tr>
<tr>
<th scope="row">
src/test/algebraic_numbers.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">99 / 99</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">41.8%</td>
<td class="CoverValue branch-coverage coverage-low">174 / 416</td>
</tr>
<tr>
<th scope="row">
src/test/api.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">81 / 81</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 4</td>
</tr>
<tr>
<th scope="row">
src/test/api_bug.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">28 / 28</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/arith_rewriter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">36 / 36</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">46.6%</td>
<td class="CoverValue branch-coverage coverage-low">54 / 116</td>
</tr>
<tr>
<th scope="row">
src/test/arith_simplifier_plugin.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.7" title="94.7%">94.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.7%</td>
<td class="CoverValue line-coverage coverage-high">36 / 38</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">56 / 112</td>
</tr>
<tr>
<th scope="row">
src/test/ast.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">50 / 50</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">38.8%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 178</td>
</tr>
<tr>
<th scope="row">
src/test/bdd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 432</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2928</td>
</tr>
<tr>
<th scope="row">
src/test/bit_blaster.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.5" title="86.5%">86.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.5%</td>
<td class="CoverValue line-coverage coverage-medium">109 / 126</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">7 / 9</td>
<td class="CoverValue branch-coverage coverage-low">13.3%</td>
<td class="CoverValue branch-coverage coverage-low">249 / 1874</td>
</tr>
<tr>
<th scope="row">
src/test/bit_vector.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.5" title="99.5%">99.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.5%</td>
<td class="CoverValue line-coverage coverage-high">213 / 214</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">39.9%</td>
<td class="CoverValue branch-coverage coverage-low">257 / 644</td>
</tr>
<tr>
<th scope="row">
src/test/bits.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 158</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 370</td>
</tr>
<tr>
<th scope="row">
src/test/buffer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">23 / 23</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">30.9%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 94</td>
</tr>
<tr>
<th scope="row">
src/test/chashtable.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">130 / 130</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">12 / 12</td>
<td class="CoverValue branch-coverage coverage-low">23.1%</td>
<td class="CoverValue branch-coverage coverage-low">187 / 810</td>
</tr>
<tr>
<th scope="row">
src/test/check_assumptions.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">25 / 25</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">48.1%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 104</td>
</tr>
<tr>
<th scope="row">
src/test/cnf_backbones.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 211</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 407</td>
</tr>
<tr>
<th scope="row">
src/test/cube_clause.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">59 / 59</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">123 / 246</td>
</tr>
<tr>
<th scope="row">
src/test/datalog_parser.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 41</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 48</td>
</tr>
<tr>
<th scope="row">
src/test/ddnf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 150</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 378</td>
</tr>
<tr>
<th scope="row">
src/test/diff_logic.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/distribution.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 21</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 46</td>
</tr>
<tr>
<th scope="row">
src/test/dl_context.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/dl_product_relation.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="0.4" title="0.4%">0.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">0.4%</td>
<td class="CoverValue line-coverage coverage-low">1 / 252</td>
<td class="CoverValue function-coverage coverage-low">16.7%</td>
<td class="CoverValue function-coverage coverage-low">1 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1232</td>
</tr>
<tr>
<th scope="row">
src/test/dl_query.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 149</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 384</td>
</tr>
<tr>
<th scope="row">
src/test/dl_relation.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">217 / 217</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">46.7%</td>
<td class="CoverValue branch-coverage coverage-low">352 / 754</td>
</tr>
<tr>
<th scope="row">
src/test/dl_table.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">71 / 71</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">47.1%</td>
<td class="CoverValue branch-coverage coverage-low">66 / 140</td>
</tr>
<tr>
<th scope="row">
src/test/dl_util.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">33 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">36.8%</td>
<td class="CoverValue branch-coverage coverage-low">25 / 68</td>
</tr>
<tr>
<th scope="row">
src/test/dlist.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">119 / 119</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">14 / 14</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">70 / 140</td>
</tr>
<tr>
<th scope="row">
src/test/doc.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.7" title="98.7%">98.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.7%</td>
<td class="CoverValue line-coverage coverage-high">380 / 385</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">24 / 24</td>
<td class="CoverValue branch-coverage coverage-low">36.9%</td>
<td class="CoverValue branch-coverage coverage-low">478 / 1294</td>
</tr>
<tr>
<th scope="row">
src/test/egraph.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">106 / 106</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">49.6%</td>
<td class="CoverValue branch-coverage coverage-low">138 / 278</td>
</tr>
<tr>
<th scope="row">
src/test/escaped.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">15 / 15</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/euf_arith_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 80</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 792</td>
</tr>
<tr>
<th scope="row">
src/test/euf_bv_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 33</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 290</td>
</tr>
<tr>
<th scope="row">
src/test/ex.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.5" title="95.5%">95.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.5%</td>
<td class="CoverValue line-coverage coverage-high">21 / 22</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">42.3%</td>
<td class="CoverValue branch-coverage coverage-low">11 / 26</td>
</tr>
<tr>
<th scope="row">
src/test/expr_rand.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 77</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 162</td>
</tr>
<tr>
<th scope="row">
src/test/expr_substitution.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 28</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 76</td>
</tr>
<tr>
<th scope="row">
src/test/ext_numeral.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 278</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 19</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 478</td>
</tr>
<tr>
<th scope="row">
src/test/f2n.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 44</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 182</td>
</tr>
<tr>
<th scope="row">
src/test/factor_rewriter.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 64</td>
</tr>
<tr>
<th scope="row">
src/test/finder.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 149</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 15</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 634</td>
</tr>
<tr>
<th scope="row">
src/test/fixed_bit_vector.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">78 / 78</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">35.9%</td>
<td class="CoverValue branch-coverage coverage-low">69 / 192</td>
</tr>
<tr>
<th scope="row">
src/test/fuzzing/expr_delta.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 53</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 62</td>
</tr>
<tr>
<th scope="row">
src/test/fuzzing/expr_rand.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 216</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 448</td>
</tr>
<tr>
<th scope="row">
src/test/fuzzing/expr_rand.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/get_consequences.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 76</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 306</td>
</tr>
<tr>
<th scope="row">
src/test/get_implied_equalities.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">91 / 91</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">56.0%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 50</td>
</tr>
<tr>
<th scope="row">
src/test/hashtable.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/heap.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.2" title="95.2%">95.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.2%</td>
<td class="CoverValue line-coverage coverage-high">79 / 83</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">13.9%</td>
<td class="CoverValue branch-coverage coverage-low">87 / 626</td>
</tr>
<tr>
<th scope="row">
src/test/heap_trie.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 39</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 80</td>
</tr>
<tr>
<th scope="row">
src/test/hilbert_basis.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 205</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 503</td>
</tr>
<tr>
<th scope="row">
src/test/ho_matcher.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 141</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 11</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 768</td>
</tr>
<tr>
<th scope="row">
src/test/horn_subsume_model_converter.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 44</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 284</td>
</tr>
<tr>
<th scope="row">
src/test/horner.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">101 / 101</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">11 / 11</td>
<td class="CoverValue branch-coverage coverage-low">42.7%</td>
<td class="CoverValue branch-coverage coverage-low">93 / 218</td>
</tr>
<tr>
<th scope="row">
src/test/hwf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 69</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 176</td>
</tr>
<tr>
<th scope="row">
src/test/im_float_config.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 11</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 14</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/test/inf_rational.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.2" title="99.2%">99.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.2%</td>
<td class="CoverValue line-coverage coverage-high">121 / 122</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">34.5%</td>
<td class="CoverValue branch-coverage coverage-low">319 / 924</td>
</tr>
<tr>
<th scope="row">
src/test/interval.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 251</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 425</td>
</tr>
<tr>
<th scope="row">
src/test/karr.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 159</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 18</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 330</td>
</tr>
<tr>
<th scope="row">
src/test/list.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">8.6%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 280</td>
</tr>
<tr>
<th scope="row">
src/test/lp/argument_parser.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 85</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 13</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 179</td>
</tr>
<tr>
<th scope="row">
src/test/lp/gomory_test.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 155</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1196</td>
</tr>
<tr>
<th scope="row">
src/test/lp/lp.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="0.1" title="0.1%">0.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">0.1%</td>
<td class="CoverValue line-coverage coverage-low">1 / 1351</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 110</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3997</td>
</tr>
<tr>
<th scope="row">
src/test/lp/nla_solver_test.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 472</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 22</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1142</td>
</tr>
<tr>
<th scope="row">
src/test/main.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="49.8" title="49.8%">49.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">49.8%</td>
<td class="CoverValue line-coverage coverage-low">103 / 207</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-low">23.1%</td>
<td class="CoverValue branch-coverage coverage-low">831 / 3602</td>
</tr>
<tr>
<th scope="row">
src/test/map.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">23 / 23</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">29.4%</td>
<td class="CoverValue branch-coverage coverage-low">40 / 136</td>
</tr>
<tr>
<th scope="row">
src/test/matcher.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">67 / 67</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">51.2%</td>
<td class="CoverValue branch-coverage coverage-low">168 / 328</td>
</tr>
<tr>
<th scope="row">
src/test/memory.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 32</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 14</td>
</tr>
<tr>
<th scope="row">
src/test/model2expr.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 37</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 176</td>
</tr>
<tr>
<th scope="row">
src/test/model_based_opt.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">20 / 20</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">67 / 134</td>
</tr>
<tr>
<th scope="row">
src/test/model_evaluator.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 47</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 216</td>
</tr>
<tr>
<th scope="row">
src/test/model_retrieval.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">37 / 37</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">65 / 130</td>
</tr>
<tr>
<th scope="row">
src/test/monomial_bounds.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">103 / 103</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">45.6%</td>
<td class="CoverValue branch-coverage coverage-low">104 / 228</td>
</tr>
<tr>
<th scope="row">
src/test/mpbq.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 38</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 114</td>
</tr>
<tr>
<th scope="row">
src/test/mpf.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">45 / 45</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">33.6%</td>
<td class="CoverValue branch-coverage coverage-low">74 / 220</td>
</tr>
<tr>
<th scope="row">
src/test/mpff.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 515</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 28</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1942</td>
</tr>
<tr>
<th scope="row">
src/test/mpfx.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 44</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 92</td>
</tr>
<tr>
<th scope="row">
src/test/mpq.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">111 / 111</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">37.3%</td>
<td class="CoverValue branch-coverage coverage-low">94 / 252</td>
</tr>
<tr>
<th scope="row">
src/test/mpz.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.0" title="95.0%">95.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.0%</td>
<td class="CoverValue line-coverage coverage-high">419 / 441</td>
<td class="CoverValue function-coverage coverage-high">96.6%</td>
<td class="CoverValue function-coverage coverage-high">28 / 29</td>
<td class="CoverValue branch-coverage coverage-low">40.8%</td>
<td class="CoverValue branch-coverage coverage-low">544 / 1334</td>
</tr>
<tr>
<th scope="row">
src/test/nla_intervals.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">120 / 120</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">109 / 218</td>
</tr>
<tr>
<th scope="row">
src/test/nlarith_util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="69.7" title="69.7%">69.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">69.7%</td>
<td class="CoverValue line-coverage coverage-low">23 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">34.1%</td>
<td class="CoverValue branch-coverage coverage-low">58 / 170</td>
</tr>
<tr>
<th scope="row">
src/test/nlsat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="72.3" title="72.3%">72.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">72.3%</td>
<td class="CoverValue line-coverage coverage-low">68 / 94</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">25.1%</td>
<td class="CoverValue branch-coverage coverage-low">91 / 362</td>
</tr>
<tr>
<th scope="row">
src/test/no_overflow.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 449</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 764</td>
</tr>
<tr>
<th scope="row">
src/test/object_allocator.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">64 / 64</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">20.0%</td>
<td class="CoverValue branch-coverage coverage-low">54 / 270</td>
</tr>
<tr>
<th scope="row">
src/test/old_interval.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.3" title="99.3%">99.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.3%</td>
<td class="CoverValue line-coverage coverage-high">144 / 145</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">13 / 13</td>
<td class="CoverValue branch-coverage coverage-low">34.0%</td>
<td class="CoverValue branch-coverage coverage-low">361 / 1062</td>
</tr>
<tr>
<th scope="row">
src/test/optional.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">41 / 41</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">11.4%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 306</td>
</tr>
<tr>
<th scope="row">
src/test/parray.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">145 / 145</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">11.6%</td>
<td class="CoverValue branch-coverage coverage-low">360 / 3104</td>
</tr>
<tr>
<th scope="row">
src/test/pb2bv.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 170</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 586</td>
</tr>
<tr>
<th scope="row">
src/test/pdd.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 630</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 3206</td>
</tr>
<tr>
<th scope="row">
src/test/pdd_solver.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 205</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 732</td>
</tr>
<tr>
<th scope="row">
src/test/permutation.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.0" title="99.0%">99.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.0%</td>
<td class="CoverValue line-coverage coverage-high">96 / 97</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">37.6%</td>
<td class="CoverValue branch-coverage coverage-low">103 / 274</td>
</tr>
<tr>
<th scope="row">
src/test/polynomial.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/polynomial_factorization.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">121 / 121</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">40.8%</td>
<td class="CoverValue branch-coverage coverage-low">133 / 326</td>
</tr>
<tr>
<th scope="row">
src/test/polynorm.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 78</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 243</td>
</tr>
<tr>
<th scope="row">
src/test/prime_generator.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">22 / 22</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">54.5%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 44</td>
</tr>
<tr>
<th scope="row">
src/test/proof_checker.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">22 / 22</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">47.8%</td>
<td class="CoverValue branch-coverage coverage-low">44 / 92</td>
</tr>
<tr>
<th scope="row">
src/test/qe_arith.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 131</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 648</td>
</tr>
<tr>
<th scope="row">
src/test/quant_elim.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 100</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 2</td>
</tr>
<tr>
<th scope="row">
src/test/quant_solve.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 176</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 364</td>
</tr>
<tr>
<th scope="row">
src/test/random.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">12.5%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 8</td>
</tr>
<tr>
<th scope="row">
src/test/rational.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">414 / 414</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">18 / 18</td>
<td class="CoverValue branch-coverage coverage-low">25.5%</td>
<td class="CoverValue branch-coverage coverage-low">907 / 3562</td>
</tr>
<tr>
<th scope="row">
src/test/rcf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 119</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 358</td>
</tr>
<tr>
<th scope="row">
src/test/region.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/sat_local_search.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 45</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 58</td>
</tr>
<tr>
<th scope="row">
src/test/sat_lookahead.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 36</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 70</td>
</tr>
<tr>
<th scope="row">
src/test/sat_user_scope.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 77</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 80</td>
</tr>
<tr>
<th scope="row">
src/test/scoped_timer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 30</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 7</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/test/scoped_vector.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 73</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 6</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 322</td>
</tr>
<tr>
<th scope="row">
src/test/simple_parser.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 27</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">5.1%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 570</td>
</tr>
<tr>
<th scope="row">
src/test/simplex.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 179</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 404</td>
</tr>
<tr>
<th scope="row">
src/test/simplifier.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">148 / 148</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">43.3%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 60</td>
</tr>
<tr>
<th scope="row">
src/test/sls_seq_plugin.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 216</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 24</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 762</td>
</tr>
<tr>
<th scope="row">
src/test/sls_test.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 2</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/small_object_allocator.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">29 / 29</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">7.6%</td>
<td class="CoverValue branch-coverage coverage-low">30 / 396</td>
</tr>
<tr>
<th scope="row">
src/test/smt2print_parse.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.2" title="93.2%">93.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.2%</td>
<td class="CoverValue line-coverage coverage-high">123 / 132</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">42.5%</td>
<td class="CoverValue branch-coverage coverage-low">34 / 80</td>
</tr>
<tr>
<th scope="row">
src/test/smt_context.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">36 / 72</td>
</tr>
<tr>
<th scope="row">
src/test/solver_pool.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 31</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 154</td>
</tr>
<tr>
<th scope="row">
src/test/sorting_network.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 506</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 37</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1576</td>
</tr>
<tr>
<th scope="row">
src/test/stack.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.7" title="90.7%">90.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.7%</td>
<td class="CoverValue line-coverage coverage-high">39 / 43</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">33.0%</td>
<td class="CoverValue branch-coverage coverage-low">33 / 100</td>
</tr>
<tr>
<th scope="row">
src/test/string_buffer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">26 / 26</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">16.4%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 116</td>
</tr>
<tr>
<th scope="row">
src/test/substitution.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">32 / 32</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">14.6%</td>
<td class="CoverValue branch-coverage coverage-low">60 / 412</td>
</tr>
<tr>
<th scope="row">
src/test/symbol.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">32 / 32</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 46</td>
</tr>
<tr>
<th scope="row">
src/test/symbol_table.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">22 / 22</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">33.1%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 118</td>
</tr>
<tr>
<th scope="row">
src/test/tbv.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">75 / 75</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">38.1%</td>
<td class="CoverValue branch-coverage coverage-low">93 / 244</td>
</tr>
<tr>
<th scope="row">
src/test/theory_dl.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">26 / 26</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">47 / 94</td>
</tr>
<tr>
<th scope="row">
src/test/theory_pb.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 117</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 449</td>
</tr>
<tr>
<th scope="row">
src/test/timeout.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/test/total_order.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.2" title="99.2%">99.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.2%</td>
<td class="CoverValue line-coverage coverage-high">126 / 127</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-low">48.5%</td>
<td class="CoverValue branch-coverage coverage-low">97 / 200</td>
</tr>
<tr>
<th scope="row">
src/test/totalizer.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 42</td>
</tr>
<tr>
<th scope="row">
src/test/trigo.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 109</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 9</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 314</td>
</tr>
<tr>
<th scope="row">
src/test/udoc_relation.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.7" title="99.7%">99.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.7%</td>
<td class="CoverValue line-coverage coverage-high">661 / 663</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">30 / 30</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">966 / 1933</td>
</tr>
<tr>
<th scope="row">
src/test/uint_set.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">139 / 139</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">33.6%</td>
<td class="CoverValue branch-coverage coverage-low">166 / 494</td>
</tr>
<tr>
<th scope="row">
src/test/upolynomial.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="99.5" title="99.5%">99.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">99.5%</td>
<td class="CoverValue line-coverage coverage-high">811 / 815</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">33 / 33</td>
<td class="CoverValue branch-coverage coverage-low">46.0%</td>
<td class="CoverValue branch-coverage coverage-low">2486 / 5406</td>
</tr>
<tr>
<th scope="row">
src/test/value_generator.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 21</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 44</td>
</tr>
<tr>
<th scope="row">
src/test/value_sweep.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 26</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 104</td>
</tr>
<tr>
<th scope="row">
src/test/var_subst.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">42 / 63</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 8</td>
<td class="CoverValue branch-coverage coverage-low">33.5%</td>
<td class="CoverValue branch-coverage coverage-low">120 / 358</td>
</tr>
<tr>
<th scope="row">
src/test/vector.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 36</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 114</td>
</tr>
<tr>
<th scope="row">
src/test/zstring.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.5" title="76.5%">76.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.5%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">22.7%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 22</td>
</tr>
<tr>
<th scope="row">
src/util/approx_nat.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="38.7" title="38.7%">38.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">38.7%</td>
<td class="CoverValue line-coverage coverage-low">12 / 31</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 5</td>
<td class="CoverValue branch-coverage coverage-low">31.2%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 16</td>
</tr>
<tr>
<th scope="row">
src/util/approx_nat.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/approx_set.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="36.0" title="36.0%">36.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">36.0%</td>
<td class="CoverValue line-coverage coverage-low">9 / 25</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 10</td>
</tr>
<tr>
<th scope="row">
src/util/approx_set.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.3" title="92.3%">92.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.3%</td>
<td class="CoverValue line-coverage coverage-high">60 / 65</td>
<td class="CoverValue function-coverage coverage-high">92.5%</td>
<td class="CoverValue function-coverage coverage-high">37 / 40</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">4 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/array.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 75</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 60</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 74</td>
</tr>
<tr>
<th scope="row">
src/util/array_map.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.4" title="96.4%">96.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.4%</td>
<td class="CoverValue line-coverage coverage-high">54 / 56</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">10 / 20</td>
<td class="CoverValue branch-coverage coverage-low">40.4%</td>
<td class="CoverValue branch-coverage coverage-low">21 / 52</td>
</tr>
<tr>
<th scope="row">
src/util/backtrackable_set.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.5" title="92.5%">92.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.5%</td>
<td class="CoverValue line-coverage coverage-high">49 / 53</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">22 / 22</td>
<td class="CoverValue branch-coverage coverage-low">55.6%</td>
<td class="CoverValue branch-coverage coverage-low">20 / 36</td>
</tr>
<tr>
<th scope="row">
src/util/basic_interval.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.2" title="89.2%">89.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.2%</td>
<td class="CoverValue line-coverage coverage-medium">99 / 111</td>
<td class="CoverValue function-coverage coverage-medium">89.1%</td>
<td class="CoverValue function-coverage coverage-medium">49 / 55</td>
<td class="CoverValue branch-coverage coverage-low">53.7%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 54</td>
</tr>
<tr>
<th scope="row">
src/util/bit_util.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 262</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 17</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 168</td>
</tr>
<tr>
<th scope="row">
src/util/bit_vector.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.8" title="75.8%">75.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.8%</td>
<td class="CoverValue line-coverage coverage-medium">122 / 161</td>
<td class="CoverValue function-coverage coverage-low">63.6%</td>
<td class="CoverValue function-coverage coverage-low">7 / 11</td>
<td class="CoverValue branch-coverage coverage-low">66.0%</td>
<td class="CoverValue branch-coverage coverage-low">62 / 94</td>
</tr>
<tr>
<th scope="row">
src/util/bit_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.7" title="93.7%">93.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.7%</td>
<td class="CoverValue line-coverage coverage-high">89 / 95</td>
<td class="CoverValue function-coverage coverage-medium">77.8%</td>
<td class="CoverValue function-coverage coverage-medium">21 / 27</td>
<td class="CoverValue branch-coverage coverage-low">65.0%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 40</td>
</tr>
<tr>
<th scope="row">
src/util/buffer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.2" title="95.2%">95.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.2%</td>
<td class="CoverValue line-coverage coverage-high">157 / 165</td>
<td class="CoverValue function-coverage coverage-low">63.8%</td>
<td class="CoverValue function-coverage coverage-low">816 / 1278</td>
<td class="CoverValue branch-coverage coverage-low">47.4%</td>
<td class="CoverValue branch-coverage coverage-low">163 / 344</td>
</tr>
<tr>
<th scope="row">
src/util/cancel_eh.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/chashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.1" title="90.1%">90.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.1%</td>
<td class="CoverValue line-coverage coverage-high">400 / 444</td>
<td class="CoverValue function-coverage coverage-low">69.0%</td>
<td class="CoverValue function-coverage coverage-low">448 / 649</td>
<td class="CoverValue branch-coverage coverage-low">45.2%</td>
<td class="CoverValue branch-coverage coverage-low">437 / 966</td>
</tr>
<tr>
<th scope="row">
src/util/checked_int64.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 151</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 45</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 74</td>
</tr>
<tr>
<th scope="row">
src/util/cmd_context_types.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 23</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 20</td>
</tr>
<tr>
<th scope="row">
src/util/cmd_context_types.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.0" title="50.0%">50.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.0%</td>
<td class="CoverValue line-coverage coverage-low">22 / 44</td>
<td class="CoverValue function-coverage coverage-low">47.5%</td>
<td class="CoverValue function-coverage coverage-low">19 / 40</td>
<td class="CoverValue branch-coverage coverage-low">45.0%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 20</td>
</tr>
<tr>
<th scope="row">
src/util/container_util.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="59.1" title="59.1%">59.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">59.1%</td>
<td class="CoverValue line-coverage coverage-low">26 / 44</td>
<td class="CoverValue function-coverage coverage-low">26.3%</td>
<td class="CoverValue function-coverage coverage-low">5 / 19</td>
<td class="CoverValue branch-coverage coverage-low">33.9%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 56</td>
</tr>
<tr>
<th scope="row">
src/util/debug.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="21.0" title="21.0%">21.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">21.0%</td>
<td class="CoverValue line-coverage coverage-low">21 / 100</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">6 / 15</td>
<td class="CoverValue branch-coverage coverage-low">2.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 88</td>
</tr>
<tr>
<th scope="row">
src/util/dec_ref_util.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">15 / 17</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 4</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/dependency.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">137 / 162</td>
<td class="CoverValue function-coverage coverage-medium">83.1%</td>
<td class="CoverValue function-coverage coverage-medium">128 / 154</td>
<td class="CoverValue branch-coverage coverage-low">66.2%</td>
<td class="CoverValue branch-coverage coverage-low">45 / 68</td>
</tr>
<tr>
<th scope="row">
src/util/distribution.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 40</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 16</td>
</tr>
<tr>
<th scope="row">
src/util/dlist.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.4" title="76.4%">76.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.4%</td>
<td class="CoverValue line-coverage coverage-medium">81 / 106</td>
<td class="CoverValue function-coverage coverage-low">30.4%</td>
<td class="CoverValue function-coverage coverage-low">17 / 56</td>
<td class="CoverValue branch-coverage coverage-low">56.7%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 30</td>
</tr>
<tr>
<th scope="row">
src/util/ema.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">22 / 22</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">60.7%</td>
<td class="CoverValue branch-coverage coverage-low">17 / 28</td>
</tr>
<tr>
<th scope="row">
src/util/env_params.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.7" title="94.7%">94.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.7%</td>
<td class="CoverValue line-coverage coverage-high">18 / 19</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 2</td>
</tr>
<tr>
<th scope="row">
src/util/event_handler.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/ext_gcd.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">24 / 24</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-low">52.1%</td>
<td class="CoverValue branch-coverage coverage-low">25 / 48</td>
</tr>
<tr>
<th scope="row">
src/util/ext_numeral.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="54.4" title="54.4%">54.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">54.4%</td>
<td class="CoverValue line-coverage coverage-low">81 / 149</td>
<td class="CoverValue function-coverage coverage-low">13.8%</td>
<td class="CoverValue function-coverage coverage-low">11 / 80</td>
<td class="CoverValue branch-coverage coverage-low">47.7%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 128</td>
</tr>
<tr>
<th scope="row">
src/util/f2n.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 86</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 96</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 88</td>
</tr>
<tr>
<th scope="row">
src/util/file_path.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.9" title="90.9%">90.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.9%</td>
<td class="CoverValue line-coverage coverage-high">10 / 11</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/fixed_bit_vector.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.2" title="88.2%">88.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.2%</td>
<td class="CoverValue line-coverage coverage-medium">90 / 102</td>
<td class="CoverValue function-coverage coverage-medium">83.3%</td>
<td class="CoverValue function-coverage coverage-medium">15 / 18</td>
<td class="CoverValue branch-coverage coverage-high">90.5%</td>
<td class="CoverValue branch-coverage coverage-high">38 / 42</td>
</tr>
<tr>
<th scope="row">
src/util/fixed_bit_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.4" title="97.4%">97.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.4%</td>
<td class="CoverValue line-coverage coverage-high">38 / 39</td>
<td class="CoverValue function-coverage coverage-high">94.7%</td>
<td class="CoverValue function-coverage coverage-high">18 / 19</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/gparams.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="51.9" title="51.9%">51.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">51.9%</td>
<td class="CoverValue line-coverage coverage-low">243 / 468</td>
<td class="CoverValue function-coverage coverage-low">66.2%</td>
<td class="CoverValue function-coverage coverage-low">43 / 65</td>
<td class="CoverValue branch-coverage coverage-low">21.2%</td>
<td class="CoverValue branch-coverage coverage-low">166 / 782</td>
</tr>
<tr>
<th scope="row">
src/util/hash.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">30 / 30</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-high">94.4%</td>
<td class="CoverValue branch-coverage coverage-high">17 / 18</td>
</tr>
<tr>
<th scope="row">
src/util/hash.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.8" title="93.8%">93.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.8%</td>
<td class="CoverValue line-coverage coverage-high">91 / 97</td>
<td class="CoverValue function-coverage coverage-low">57.6%</td>
<td class="CoverValue function-coverage coverage-low">197 / 342</td>
<td class="CoverValue branch-coverage coverage-medium">79.2%</td>
<td class="CoverValue branch-coverage coverage-medium">19 / 24</td>
</tr>
<tr>
<th scope="row">
src/util/hashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.8" title="94.8%">94.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.8%</td>
<td class="CoverValue line-coverage coverage-high">328 / 346</td>
<td class="CoverValue function-coverage coverage-low">50.9%</td>
<td class="CoverValue function-coverage coverage-low">4447 / 8737</td>
<td class="CoverValue branch-coverage coverage-low">56.1%</td>
<td class="CoverValue branch-coverage coverage-low">1051 / 1872</td>
</tr>
<tr>
<th scope="row">
src/util/heap.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.3" title="95.3%">95.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.3%</td>
<td class="CoverValue line-coverage coverage-high">162 / 170</td>
<td class="CoverValue function-coverage coverage-low">33.6%</td>
<td class="CoverValue function-coverage coverage-low">207 / 616</td>
<td class="CoverValue branch-coverage coverage-low">28.7%</td>
<td class="CoverValue branch-coverage coverage-low">335 / 1166</td>
</tr>
<tr>
<th scope="row">
src/util/hwf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 269</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 59</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 344</td>
</tr>
<tr>
<th scope="row">
src/util/hwf.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 21</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 16</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/id_gen.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="56.7" title="56.7%">56.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">56.7%</td>
<td class="CoverValue line-coverage coverage-low">17 / 30</td>
<td class="CoverValue function-coverage coverage-low">62.5%</td>
<td class="CoverValue function-coverage coverage-low">5 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/id_var_list.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.8" title="89.8%">89.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.8%</td>
<td class="CoverValue line-coverage coverage-medium">88 / 98</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">14 / 14</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">35 / 60</td>
</tr>
<tr>
<th scope="row">
src/util/inf_eps_rational.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.9" title="64.9%">64.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.9%</td>
<td class="CoverValue line-coverage coverage-low">113 / 174</td>
<td class="CoverValue function-coverage coverage-medium">80.4%</td>
<td class="CoverValue function-coverage coverage-medium">45 / 56</td>
<td class="CoverValue branch-coverage coverage-low">29.6%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 108</td>
</tr>
<tr>
<th scope="row">
src/util/inf_int_rational.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.3" title="63.3%">63.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.3%</td>
<td class="CoverValue line-coverage coverage-low">19 / 30</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">4 / 5</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 24</td>
</tr>
<tr>
<th scope="row">
src/util/inf_int_rational.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.4" title="86.4%">86.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.4%</td>
<td class="CoverValue line-coverage coverage-medium">70 / 81</td>
<td class="CoverValue function-coverage coverage-medium">87.1%</td>
<td class="CoverValue function-coverage coverage-medium">27 / 31</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 36</td>
</tr>
<tr>
<th scope="row">
src/util/inf_rational.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="16.5" title="16.5%">16.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">16.5%</td>
<td class="CoverValue line-coverage coverage-low">19 / 115</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">4 / 12</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 272</td>
</tr>
<tr>
<th scope="row">
src/util/inf_rational.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="88.0" title="88.0%">88.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">88.0%</td>
<td class="CoverValue line-coverage coverage-medium">191 / 217</td>
<td class="CoverValue function-coverage coverage-high">92.6%</td>
<td class="CoverValue function-coverage coverage-high">63 / 68</td>
<td class="CoverValue branch-coverage coverage-low">53.2%</td>
<td class="CoverValue branch-coverage coverage-low">82 / 154</td>
</tr>
<tr>
<th scope="row">
src/util/inf_s_integer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">3 / 3</td>
<td class="CoverValue function-coverage coverage-unknown">-%</td>
<td class="CoverValue function-coverage coverage-unknown">0 / 0</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/inf_s_integer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="1.9" title="1.9%">1.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">1.9%</td>
<td class="CoverValue line-coverage coverage-low">1 / 53</td>
<td class="CoverValue function-coverage coverage-low">4.8%</td>
<td class="CoverValue function-coverage coverage-low">1 / 21</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/lbool.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="41.7" title="41.7%">41.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">41.7%</td>
<td class="CoverValue line-coverage coverage-low">5 / 12</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">1 / 2</td>
<td class="CoverValue branch-coverage coverage-low">33.3%</td>
<td class="CoverValue branch-coverage coverage-low">2 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/lbool.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/lim_vector.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-low">25.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 8</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/list.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.3" title="73.3%">73.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.3%</td>
<td class="CoverValue line-coverage coverage-low">22 / 30</td>
<td class="CoverValue function-coverage coverage-low">38.9%</td>
<td class="CoverValue function-coverage coverage-low">7 / 18</td>
<td class="CoverValue branch-coverage coverage-low">65.0%</td>
<td class="CoverValue branch-coverage coverage-low">13 / 20</td>
</tr>
<tr>
<th scope="row">
src/util/luby.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 9</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/map.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.9" title="90.9%">90.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.9%</td>
<td class="CoverValue line-coverage coverage-high">90 / 99</td>
<td class="CoverValue function-coverage coverage-low">57.5%</td>
<td class="CoverValue function-coverage coverage-low">1248 / 2170</td>
<td class="CoverValue branch-coverage coverage-low">55.7%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 70</td>
</tr>
<tr>
<th scope="row">
src/util/max_cliques.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.6" title="94.6%">94.6</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.6%</td>
<td class="CoverValue line-coverage coverage-high">106 / 112</td>
<td class="CoverValue function-coverage coverage-low">73.3%</td>
<td class="CoverValue function-coverage coverage-low">22 / 30</td>
<td class="CoverValue branch-coverage coverage-low">57.4%</td>
<td class="CoverValue branch-coverage coverage-low">113 / 197</td>
</tr>
<tr>
<th scope="row">
src/util/memory_manager.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.3" title="74.3%">74.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.3%</td>
<td class="CoverValue line-coverage coverage-low">113 / 152</td>
<td class="CoverValue function-coverage coverage-low">73.9%</td>
<td class="CoverValue function-coverage coverage-low">17 / 23</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 64</td>
</tr>
<tr>
<th scope="row">
src/util/memory_manager.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">26 / 26</td>
<td class="CoverValue function-coverage coverage-low">64.7%</td>
<td class="CoverValue function-coverage coverage-low">970 / 1500</td>
<td class="CoverValue branch-coverage coverage-low">49.2%</td>
<td class="CoverValue branch-coverage coverage-low">60 / 122</td>
</tr>
<tr>
<th scope="row">
src/util/min_cut.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 136</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 158</td>
</tr>
<tr>
<th scope="row">
src/util/min_cut.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/mpbq.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.5" title="73.5%">73.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.5%</td>
<td class="CoverValue line-coverage coverage-low">494 / 672</td>
<td class="CoverValue function-coverage coverage-medium">82.2%</td>
<td class="CoverValue function-coverage coverage-medium">37 / 45</td>
<td class="CoverValue branch-coverage coverage-low">35.5%</td>
<td class="CoverValue branch-coverage coverage-low">337 / 950</td>
</tr>
<tr>
<th scope="row">
src/util/mpbq.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.5" title="93.5%">93.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.5%</td>
<td class="CoverValue line-coverage coverage-high">58 / 62</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">40 / 44</td>
<td class="CoverValue branch-coverage coverage-low">40.9%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 44</td>
</tr>
<tr>
<th scope="row">
src/util/mpbqi.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/mpf.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.5" title="71.5%">71.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.5%</td>
<td class="CoverValue line-coverage coverage-low">1053 / 1473</td>
<td class="CoverValue function-coverage coverage-low">73.9%</td>
<td class="CoverValue function-coverage coverage-low">65 / 88</td>
<td class="CoverValue branch-coverage coverage-low">14.3%</td>
<td class="CoverValue branch-coverage coverage-low">1493 / 10408</td>
</tr>
<tr>
<th scope="row">
src/util/mpf.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.4" title="96.4%">96.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.4%</td>
<td class="CoverValue line-coverage coverage-high">81 / 84</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">32 / 34</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">33 / 44</td>
</tr>
<tr>
<th scope="row">
src/util/mpff.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1062</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 78</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1677</td>
</tr>
<tr>
<th scope="row">
src/util/mpff.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 52</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 40</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 22</td>
</tr>
<tr>
<th scope="row">
src/util/mpfx.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 683</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 60</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 1112</td>
</tr>
<tr>
<th scope="row">
src/util/mpfx.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 42</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 36</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/mpn.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.7" title="92.7%">92.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.7%</td>
<td class="CoverValue line-coverage coverage-high">217 / 234</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">48.0%</td>
<td class="CoverValue branch-coverage coverage-low">172 / 358</td>
</tr>
<tr>
<th scope="row">
src/util/mpq.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.0" title="85.0%">85.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.0%</td>
<td class="CoverValue line-coverage coverage-medium">266 / 313</td>
<td class="CoverValue function-coverage coverage-medium">88.6%</td>
<td class="CoverValue function-coverage coverage-medium">39 / 44</td>
<td class="CoverValue branch-coverage coverage-low">22.3%</td>
<td class="CoverValue branch-coverage coverage-low">327 / 1466</td>
</tr>
<tr>
<th scope="row">
src/util/mpq.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.0" title="74.0%">74.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.0%</td>
<td class="CoverValue line-coverage coverage-low">396 / 535</td>
<td class="CoverValue function-coverage coverage-low">61.2%</td>
<td class="CoverValue function-coverage coverage-low">208 / 340</td>
<td class="CoverValue branch-coverage coverage-low">15.0%</td>
<td class="CoverValue branch-coverage coverage-low">173 / 1156</td>
</tr>
<tr>
<th scope="row">
src/util/mpq_inf.cpp
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 16</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 64</td>
</tr>
<tr>
<th scope="row">
src/util/mpq_inf.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="26.4" title="26.4%">26.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">26.4%</td>
<td class="CoverValue line-coverage coverage-low">46 / 174</td>
<td class="CoverValue function-coverage coverage-low">16.2%</td>
<td class="CoverValue function-coverage coverage-low">16 / 99</td>
<td class="CoverValue branch-coverage coverage-low">4.9%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 144</td>
</tr>
<tr>
<th scope="row">
src/util/mpz.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="90.2" title="90.2%">90.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">90.2%</td>
<td class="CoverValue line-coverage coverage-high">1203 / 1334</td>
<td class="CoverValue function-coverage coverage-medium">84.1%</td>
<td class="CoverValue function-coverage coverage-medium">138 / 164</td>
<td class="CoverValue branch-coverage coverage-low">33.4%</td>
<td class="CoverValue branch-coverage coverage-low">1150 / 3444</td>
</tr>
<tr>
<th scope="row">
src/util/mpz.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="89.6" title="89.6%">89.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">89.6%</td>
<td class="CoverValue line-coverage coverage-medium">155 / 173</td>
<td class="CoverValue function-coverage coverage-medium">81.7%</td>
<td class="CoverValue function-coverage coverage-medium">98 / 120</td>
<td class="CoverValue branch-coverage coverage-low">58.8%</td>
<td class="CoverValue branch-coverage coverage-low">87 / 148</td>
</tr>
<tr>
<th scope="row">
src/util/mpzzp.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.3" title="96.3%">96.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.3%</td>
<td class="CoverValue line-coverage coverage-high">158 / 164</td>
<td class="CoverValue function-coverage coverage-high">96.5%</td>
<td class="CoverValue function-coverage coverage-high">55 / 57</td>
<td class="CoverValue branch-coverage coverage-low">38.5%</td>
<td class="CoverValue branch-coverage coverage-low">130 / 338</td>
</tr>
<tr>
<th scope="row">
src/util/nat_set.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.4" title="84.4%">84.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.4%</td>
<td class="CoverValue line-coverage coverage-medium">27 / 32</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">8 / 9</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/numeral_buffer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="65.4" title="65.4%">65.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">65.4%</td>
<td class="CoverValue line-coverage coverage-low">17 / 26</td>
<td class="CoverValue function-coverage coverage-low">52.9%</td>
<td class="CoverValue function-coverage coverage-low">9 / 17</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/obj_hashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.7" title="96.7%">96.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.7%</td>
<td class="CoverValue line-coverage coverage-high">87 / 90</td>
<td class="CoverValue function-coverage coverage-low">54.4%</td>
<td class="CoverValue function-coverage coverage-low">2135 / 3925</td>
<td class="CoverValue branch-coverage coverage-low">52.0%</td>
<td class="CoverValue branch-coverage coverage-low">78 / 150</td>
</tr>
<tr>
<th scope="row">
src/util/obj_mark.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-high">94.1%</td>
<td class="CoverValue function-coverage coverage-high">16 / 17</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">8 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/obj_pair_hashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.1" title="93.1%">93.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.1%</td>
<td class="CoverValue line-coverage coverage-high">67 / 72</td>
<td class="CoverValue function-coverage coverage-low">54.7%</td>
<td class="CoverValue function-coverage coverage-low">211 / 386</td>
<td class="CoverValue branch-coverage coverage-medium">77.3%</td>
<td class="CoverValue branch-coverage coverage-medium">17 / 22</td>
</tr>
<tr>
<th scope="row">
src/util/obj_pair_set.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">5 / 5</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">7 / 7</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/obj_ref.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.2" title="97.2%">97.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.2%</td>
<td class="CoverValue line-coverage coverage-high">70 / 72</td>
<td class="CoverValue function-coverage coverage-medium">87.7%</td>
<td class="CoverValue function-coverage coverage-medium">186 / 212</td>
<td class="CoverValue branch-coverage coverage-low">48.2%</td>
<td class="CoverValue branch-coverage coverage-low">55 / 114</td>
</tr>
<tr>
<th scope="row">
src/util/obj_ref_hashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">12 / 12</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/obj_triple_hashtable.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="80.3" title="80.3%">80.3</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">80.3%</td>
<td class="CoverValue line-coverage coverage-medium">53 / 66</td>
<td class="CoverValue function-coverage coverage-low">72.2%</td>
<td class="CoverValue function-coverage coverage-low">26 / 36</td>
<td class="CoverValue branch-coverage coverage-low">64.3%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 14</td>
</tr>
<tr>
<th scope="row">
src/util/object_allocator.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">108 / 108</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">25 / 25</td>
<td class="CoverValue branch-coverage coverage-low">60.9%</td>
<td class="CoverValue branch-coverage coverage-low">39 / 64</td>
</tr>
<tr>
<th scope="row">
src/util/optional.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.9" title="71.9%">71.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.9%</td>
<td class="CoverValue line-coverage coverage-low">41 / 57</td>
<td class="CoverValue function-coverage coverage-low">48.6%</td>
<td class="CoverValue function-coverage coverage-low">34 / 70</td>
<td class="CoverValue branch-coverage coverage-low">29.2%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 48</td>
</tr>
<tr>
<th scope="row">
src/util/page.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.8" title="84.8%">84.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.8%</td>
<td class="CoverValue line-coverage coverage-medium">28 / 33</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 7</td>
<td class="CoverValue branch-coverage coverage-low">64.3%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 14</td>
</tr>
<tr>
<th scope="row">
src/util/page.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">7 / 7</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/params.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.9" title="63.9%">63.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.9%</td>
<td class="CoverValue line-coverage coverage-low">405 / 634</td>
<td class="CoverValue function-coverage coverage-medium">78.2%</td>
<td class="CoverValue function-coverage coverage-medium">111 / 142</td>
<td class="CoverValue branch-coverage coverage-low">40.3%</td>
<td class="CoverValue branch-coverage coverage-low">244 / 605</td>
</tr>
<tr>
<th scope="row">
src/util/params.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.1" title="57.1%">57.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.1%</td>
<td class="CoverValue line-coverage coverage-low">4 / 7</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/parray.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.0" title="92.0%">92.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.0%</td>
<td class="CoverValue line-coverage coverage-high">415 / 451</td>
<td class="CoverValue function-coverage coverage-low">44.0%</td>
<td class="CoverValue function-coverage coverage-low">172 / 391</td>
<td class="CoverValue branch-coverage coverage-low">54.8%</td>
<td class="CoverValue branch-coverage coverage-low">464 / 846</td>
</tr>
<tr>
<th scope="row">
src/util/permutation.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.3" title="96.3%">96.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.3%</td>
<td class="CoverValue line-coverage coverage-high">52 / 54</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">45.3%</td>
<td class="CoverValue branch-coverage coverage-low">48 / 106</td>
</tr>
<tr>
<th scope="row">
src/util/permutation.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">27 / 27</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">10 / 10</td>
<td class="CoverValue branch-coverage coverage-low">68.4%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 38</td>
</tr>
<tr>
<th scope="row">
src/util/plugin_manager.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.7" title="85.7%">85.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.7%</td>
<td class="CoverValue line-coverage coverage-medium">24 / 28</td>
<td class="CoverValue function-coverage coverage-medium">86.4%</td>
<td class="CoverValue function-coverage coverage-medium">19 / 22</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/pool.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">4 / 8</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/prime_generator.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.4" title="91.4%">91.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.4%</td>
<td class="CoverValue line-coverage coverage-high">85 / 93</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">8 / 8</td>
<td class="CoverValue branch-coverage coverage-low">55.3%</td>
<td class="CoverValue branch-coverage coverage-low">52 / 94</td>
</tr>
<tr>
<th scope="row">
src/util/prime_generator.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 2</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/ptr_scoped_buffer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">15 / 21</td>
<td class="CoverValue function-coverage coverage-low">62.5%</td>
<td class="CoverValue function-coverage coverage-low">10 / 16</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/rational.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="62.0" title="62.0%">62.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">62.0%</td>
<td class="CoverValue line-coverage coverage-low">62 / 100</td>
<td class="CoverValue function-coverage coverage-low">71.4%</td>
<td class="CoverValue function-coverage coverage-low">5 / 7</td>
<td class="CoverValue branch-coverage coverage-low">18.4%</td>
<td class="CoverValue branch-coverage coverage-low">43 / 234</td>
</tr>
<tr>
<th scope="row">
src/util/rational.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="79.6" title="79.6%">79.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">79.6%</td>
<td class="CoverValue line-coverage coverage-medium">319 / 401</td>
<td class="CoverValue function-coverage coverage-high">91.8%</td>
<td class="CoverValue function-coverage coverage-high">134 / 146</td>
<td class="CoverValue branch-coverage coverage-low">39.2%</td>
<td class="CoverValue branch-coverage coverage-low">112 / 286</td>
</tr>
<tr>
<th scope="row">
src/util/ref.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.5" title="95.5%">95.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.5%</td>
<td class="CoverValue line-coverage coverage-high">64 / 67</td>
<td class="CoverValue function-coverage coverage-medium">80.6%</td>
<td class="CoverValue function-coverage coverage-medium">228 / 283</td>
<td class="CoverValue branch-coverage coverage-low">52.8%</td>
<td class="CoverValue branch-coverage coverage-low">38 / 72</td>
</tr>
<tr>
<th scope="row">
src/util/ref_buffer.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="78.8" title="78.8%">78.8</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">78.8%</td>
<td class="CoverValue line-coverage coverage-medium">63 / 80</td>
<td class="CoverValue function-coverage coverage-low">72.9%</td>
<td class="CoverValue function-coverage coverage-low">148 / 203</td>
<td class="CoverValue branch-coverage coverage-low">54.8%</td>
<td class="CoverValue branch-coverage coverage-low">23 / 42</td>
</tr>
<tr>
<th scope="row">
src/util/ref_pair_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="93.1" title="93.1%">93.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">93.1%</td>
<td class="CoverValue line-coverage coverage-high">27 / 29</td>
<td class="CoverValue function-coverage coverage-high">93.3%</td>
<td class="CoverValue function-coverage coverage-high">14 / 15</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/ref_util.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.4" title="94.4%">94.4</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.4%</td>
<td class="CoverValue line-coverage coverage-high">34 / 36</td>
<td class="CoverValue function-coverage coverage-low">52.9%</td>
<td class="CoverValue function-coverage coverage-low">9 / 17</td>
<td class="CoverValue branch-coverage coverage-high">90.0%</td>
<td class="CoverValue branch-coverage coverage-high">9 / 10</td>
</tr>
<tr>
<th scope="row">
src/util/ref_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.9" title="97.9%">97.9</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.9%</td>
<td class="CoverValue line-coverage coverage-high">191 / 195</td>
<td class="CoverValue function-coverage coverage-medium">81.3%</td>
<td class="CoverValue function-coverage coverage-medium">484 / 595</td>
<td class="CoverValue branch-coverage coverage-low">51.7%</td>
<td class="CoverValue branch-coverage coverage-low">123 / 238</td>
</tr>
<tr>
<th scope="row">
src/util/region.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.4" title="86.4%">86.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.4%</td>
<td class="CoverValue line-coverage coverage-medium">19 / 22</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">3 / 4</td>
<td class="CoverValue branch-coverage coverage-high">100.0%</td>
<td class="CoverValue branch-coverage coverage-high">4 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/region.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.7" title="86.7%">86.7</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.7%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 15</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">3 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/rlimit.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.1" title="82.1%">82.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.1%</td>
<td class="CoverValue line-coverage coverage-medium">69 / 84</td>
<td class="CoverValue function-coverage coverage-medium">88.9%</td>
<td class="CoverValue function-coverage coverage-medium">16 / 18</td>
<td class="CoverValue branch-coverage coverage-low">42.9%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 42</td>
</tr>
<tr>
<th scope="row">
src/util/rlimit.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="92.3" title="92.3%">92.3</meter>
</td>
<td class="CoverValue line-coverage coverage-high">92.3%</td>
<td class="CoverValue line-coverage coverage-high">24 / 26</td>
<td class="CoverValue function-coverage coverage-medium">80.0%</td>
<td class="CoverValue function-coverage coverage-medium">12 / 15</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">9 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/s_integer.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="7.9" title="7.9%">7.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">7.9%</td>
<td class="CoverValue line-coverage coverage-low">3 / 38</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 4</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 18</td>
</tr>
<tr>
<th scope="row">
src/util/s_integer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="2.5" title="2.5%">2.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">2.5%</td>
<td class="CoverValue line-coverage coverage-low">1 / 40</td>
<td class="CoverValue function-coverage coverage-low">2.9%</td>
<td class="CoverValue function-coverage coverage-low">1 / 34</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/sat_literal.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="73.9" title="73.9%">73.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">73.9%</td>
<td class="CoverValue line-coverage coverage-low">51 / 69</td>
<td class="CoverValue function-coverage coverage-medium">85.0%</td>
<td class="CoverValue function-coverage coverage-medium">34 / 40</td>
<td class="CoverValue branch-coverage coverage-low">40.0%</td>
<td class="CoverValue branch-coverage coverage-low">16 / 40</td>
</tr>
<tr>
<th scope="row">
src/util/sat_sls.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 10</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 10</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_ctrl_c.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.9" title="71.9%">71.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.9%</td>
<td class="CoverValue line-coverage coverage-low">23 / 32</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">45.2%</td>
<td class="CoverValue branch-coverage coverage-low">19 / 42</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_limit_trail.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.7" title="95.7%">95.7</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.7%</td>
<td class="CoverValue line-coverage coverage-high">22 / 23</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">64.3%</td>
<td class="CoverValue branch-coverage coverage-low">9 / 14</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_numeral.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.0" title="81.0%">81.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.0%</td>
<td class="CoverValue line-coverage coverage-medium">64 / 79</td>
<td class="CoverValue function-coverage coverage-low">58.4%</td>
<td class="CoverValue function-coverage coverage-low">104 / 178</td>
<td class="CoverValue branch-coverage coverage-low">41.7%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 36</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_numeral_buffer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">16 / 16</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">10 / 15</td>
<td class="CoverValue branch-coverage coverage-medium">75.0%</td>
<td class="CoverValue branch-coverage coverage-medium">6 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_numeral_vector.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="84.6" title="84.6%">84.6</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">84.6%</td>
<td class="CoverValue line-coverage coverage-medium">33 / 39</td>
<td class="CoverValue function-coverage coverage-low">62.7%</td>
<td class="CoverValue function-coverage coverage-low">32 / 51</td>
<td class="CoverValue branch-coverage coverage-low">53.6%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 28</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_ptr_vector.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.4" title="77.4%">77.4</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.4%</td>
<td class="CoverValue line-coverage coverage-medium">24 / 31</td>
<td class="CoverValue function-coverage coverage-low">39.6%</td>
<td class="CoverValue function-coverage coverage-low">118 / 298</td>
<td class="CoverValue branch-coverage coverage-low">25.0%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 40</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_timer.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="98.5" title="98.5%">98.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">98.5%</td>
<td class="CoverValue line-coverage coverage-high">65 / 66</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">9 / 9</td>
<td class="CoverValue branch-coverage coverage-low">71.1%</td>
<td class="CoverValue branch-coverage coverage-low">27 / 38</td>
</tr>
<tr>
<th scope="row">
src/util/scoped_vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="96.8" title="96.8%">96.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">96.8%</td>
<td class="CoverValue line-coverage coverage-high">92 / 95</td>
<td class="CoverValue function-coverage coverage-medium">78.3%</td>
<td class="CoverValue function-coverage coverage-medium">65 / 83</td>
<td class="CoverValue branch-coverage coverage-low">46.1%</td>
<td class="CoverValue branch-coverage coverage-low">83 / 180</td>
</tr>
<tr>
<th scope="row">
src/util/sexpr.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="44.8" title="44.8%">44.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">44.8%</td>
<td class="CoverValue line-coverage coverage-low">82 / 183</td>
<td class="CoverValue function-coverage coverage-low">65.5%</td>
<td class="CoverValue function-coverage coverage-low">19 / 29</td>
<td class="CoverValue branch-coverage coverage-low">11.3%</td>
<td class="CoverValue branch-coverage coverage-low">26 / 230</td>
</tr>
<tr>
<th scope="row">
src/util/sexpr.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="75.0" title="75.0%">75.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">75.0%</td>
<td class="CoverValue line-coverage coverage-medium">9 / 12</td>
<td class="CoverValue function-coverage coverage-medium">76.9%</td>
<td class="CoverValue function-coverage coverage-medium">10 / 13</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">4 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/sign.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-medium">80.0%</td>
<td class="CoverValue branch-coverage coverage-medium">4 / 5</td>
</tr>
<tr>
<th scope="row">
src/util/small_object_allocator.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="28.0" title="28.0%">28.0</meter>
</td>
<td class="CoverValue line-coverage coverage-low">28.0%</td>
<td class="CoverValue line-coverage coverage-low">33 / 118</td>
<td class="CoverValue function-coverage coverage-low">50.0%</td>
<td class="CoverValue function-coverage coverage-low">5 / 10</td>
<td class="CoverValue branch-coverage coverage-low">8.5%</td>
<td class="CoverValue branch-coverage coverage-low">14 / 164</td>
</tr>
<tr>
<th scope="row">
src/util/small_object_allocator.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">1 / 3</td>
<td class="CoverValue function-coverage coverage-low">33.3%</td>
<td class="CoverValue function-coverage coverage-low">1 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/smt2_util.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.1" title="76.1%">76.1</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.1%</td>
<td class="CoverValue line-coverage coverage-medium">35 / 46</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">66.3%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 92</td>
</tr>
<tr>
<th scope="row">
src/util/sorting_network.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="23.5" title="23.5%">23.5</meter>
</td>
<td class="CoverValue line-coverage coverage-low">23.5%</td>
<td class="CoverValue line-coverage coverage-low">227 / 965</td>
<td class="CoverValue function-coverage coverage-low">13.9%</td>
<td class="CoverValue function-coverage coverage-low">45 / 324</td>
<td class="CoverValue branch-coverage coverage-low">8.9%</td>
<td class="CoverValue branch-coverage coverage-low">138 / 1557</td>
</tr>
<tr>
<th scope="row">
src/util/stack.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">93 / 93</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">14 / 14</td>
<td class="CoverValue branch-coverage coverage-low">58.3%</td>
<td class="CoverValue branch-coverage coverage-low">49 / 84</td>
</tr>
<tr>
<th scope="row">
src/util/stack.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">4 / 4</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">47.4%</td>
<td class="CoverValue branch-coverage coverage-low">18 / 38</td>
</tr>
<tr>
<th scope="row">
src/util/stacked_value.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.2" title="74.2%">74.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.2%</td>
<td class="CoverValue line-coverage coverage-low">23 / 31</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">22 / 24</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/state_graph.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="50.7" title="50.7%">50.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">50.7%</td>
<td class="CoverValue line-coverage coverage-low">208 / 410</td>
<td class="CoverValue function-coverage coverage-low">72.4%</td>
<td class="CoverValue function-coverage coverage-low">21 / 29</td>
<td class="CoverValue branch-coverage coverage-low">15.9%</td>
<td class="CoverValue branch-coverage coverage-low">229 / 1442</td>
</tr>
<tr>
<th scope="row">
src/util/state_graph.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="63.6" title="63.6%">63.6</meter>
</td>
<td class="CoverValue line-coverage coverage-low">63.6%</td>
<td class="CoverValue line-coverage coverage-low">7 / 11</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-low">26.9%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 26</td>
</tr>
<tr>
<th scope="row">
src/util/statistics.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="57.7" title="57.7%">57.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">57.7%</td>
<td class="CoverValue line-coverage coverage-low">79 / 137</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">16 / 24</td>
<td class="CoverValue branch-coverage coverage-low">22.5%</td>
<td class="CoverValue branch-coverage coverage-low">50 / 222</td>
</tr>
<tr>
<th scope="row">
src/util/statistics.h
</th>
<td>
<meter class="coverage-none" min="0" max="100" value="0.0" title="0.0%">0.0</meter>
</td>
<td class="CoverValue line-coverage coverage-none">0.0%</td>
<td class="CoverValue line-coverage coverage-none">0 / 1</td>
<td class="CoverValue function-coverage coverage-none">0.0%</td>
<td class="CoverValue function-coverage coverage-none">0 / 3</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/stopwatch.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.1" title="95.1%">95.1</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.1%</td>
<td class="CoverValue line-coverage coverage-high">39 / 41</td>
<td class="CoverValue function-coverage coverage-high">90.9%</td>
<td class="CoverValue function-coverage coverage-high">10 / 11</td>
<td class="CoverValue branch-coverage coverage-low">70.0%</td>
<td class="CoverValue branch-coverage coverage-low">7 / 10</td>
</tr>
<tr>
<th scope="row">
src/util/str_hashtable.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">2 / 2</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">2 / 2</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/string_buffer.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.0" title="94.0%">94.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.0%</td>
<td class="CoverValue line-coverage coverage-high">79 / 84</td>
<td class="CoverValue function-coverage coverage-medium">88.2%</td>
<td class="CoverValue function-coverage coverage-medium">30 / 34</td>
<td class="CoverValue branch-coverage coverage-low">37.5%</td>
<td class="CoverValue branch-coverage coverage-low">15 / 40</td>
</tr>
<tr>
<th scope="row">
src/util/symbol.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="85.0" title="85.0%">85.0</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">85.0%</td>
<td class="CoverValue line-coverage coverage-medium">85 / 100</td>
<td class="CoverValue function-coverage coverage-high">92.9%</td>
<td class="CoverValue function-coverage coverage-high">13 / 14</td>
<td class="CoverValue branch-coverage coverage-low">59.8%</td>
<td class="CoverValue branch-coverage coverage-low">61 / 102</td>
</tr>
<tr>
<th scope="row">
src/util/symbol.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.5" title="95.5%">95.5</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.5%</td>
<td class="CoverValue line-coverage coverage-high">64 / 67</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">24 / 24</td>
<td class="CoverValue branch-coverage coverage-low">69.2%</td>
<td class="CoverValue branch-coverage coverage-low">36 / 52</td>
</tr>
<tr>
<th scope="row">
src/util/symbol_table.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">89 / 89</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">49 / 49</td>
<td class="CoverValue branch-coverage coverage-medium">81.8%</td>
<td class="CoverValue branch-coverage coverage-medium">18 / 22</td>
</tr>
<tr>
<th scope="row">
src/util/tbv.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="68.9" title="68.9%">68.9</meter>
</td>
<td class="CoverValue line-coverage coverage-low">68.9%</td>
<td class="CoverValue line-coverage coverage-low">133 / 193</td>
<td class="CoverValue function-coverage coverage-medium">79.4%</td>
<td class="CoverValue function-coverage coverage-medium">27 / 34</td>
<td class="CoverValue branch-coverage coverage-low">27.4%</td>
<td class="CoverValue branch-coverage coverage-low">52 / 190</td>
</tr>
<tr>
<th scope="row">
src/util/tbv.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="95.0" title="95.0%">95.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">95.0%</td>
<td class="CoverValue line-coverage coverage-high">19 / 20</td>
<td class="CoverValue function-coverage coverage-high">91.7%</td>
<td class="CoverValue function-coverage coverage-high">11 / 12</td>
<td class="CoverValue branch-coverage coverage-medium">83.3%</td>
<td class="CoverValue branch-coverage coverage-medium">5 / 6</td>
</tr>
<tr>
<th scope="row">
src/util/timeit.cpp
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">23 / 23</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">4 / 4</td>
<td class="CoverValue branch-coverage coverage-low">53.8%</td>
<td class="CoverValue branch-coverage coverage-low">28 / 52</td>
</tr>
<tr>
<th scope="row">
src/util/timeit.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">1 / 1</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">1 / 1</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/timeout.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="33.3" title="33.3%">33.3</meter>
</td>
<td class="CoverValue line-coverage coverage-low">33.3%</td>
<td class="CoverValue line-coverage coverage-low">6 / 18</td>
<td class="CoverValue function-coverage coverage-low">40.0%</td>
<td class="CoverValue function-coverage coverage-low">2 / 5</td>
<td class="CoverValue branch-coverage coverage-low">8.3%</td>
<td class="CoverValue branch-coverage coverage-low">1 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/timer.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="71.4" title="71.4%">71.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">71.4%</td>
<td class="CoverValue line-coverage coverage-low">5 / 7</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">2 / 3</td>
<td class="CoverValue branch-coverage coverage-none">0.0%</td>
<td class="CoverValue branch-coverage coverage-none">0 / 4</td>
</tr>
<tr>
<th scope="row">
src/util/top_sort.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="82.9" title="82.9%">82.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">82.9%</td>
<td class="CoverValue line-coverage coverage-medium">58 / 70</td>
<td class="CoverValue function-coverage coverage-medium">84.6%</td>
<td class="CoverValue function-coverage coverage-medium">33 / 39</td>
<td class="CoverValue branch-coverage coverage-low">64.6%</td>
<td class="CoverValue branch-coverage coverage-low">31 / 48</td>
</tr>
<tr>
<th scope="row">
src/util/total_order.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">143 / 143</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">23 / 23</td>
<td class="CoverValue branch-coverage coverage-low">57.9%</td>
<td class="CoverValue branch-coverage coverage-low">73 / 126</td>
</tr>
<tr>
<th scope="row">
src/util/trace.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.1" title="37.1%">37.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.1%</td>
<td class="CoverValue line-coverage coverage-low">52 / 140</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">9 / 15</td>
<td class="CoverValue branch-coverage coverage-low">7.3%</td>
<td class="CoverValue branch-coverage coverage-low">22 / 300</td>
</tr>
<tr>
<th scope="row">
src/util/trace_tags.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">37 / 37</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">3 / 3</td>
<td class="CoverValue branch-coverage coverage-low">50.2%</td>
<td class="CoverValue branch-coverage coverage-low">1285 / 2562</td>
</tr>
<tr>
<th scope="row">
src/util/trail.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="94.2" title="94.2%">94.2</meter>
</td>
<td class="CoverValue line-coverage coverage-high">94.2%</td>
<td class="CoverValue line-coverage coverage-high">129 / 137</td>
<td class="CoverValue function-coverage coverage-low">35.2%</td>
<td class="CoverValue function-coverage coverage-low">203 / 577</td>
<td class="CoverValue branch-coverage coverage-low">38.7%</td>
<td class="CoverValue branch-coverage coverage-low">24 / 62</td>
</tr>
<tr>
<th scope="row">
src/util/uint_map.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="100.0" title="100.0%">100.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">100.0%</td>
<td class="CoverValue line-coverage coverage-high">13 / 13</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">6 / 6</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">6 / 12</td>
</tr>
<tr>
<th scope="row">
src/util/uint_set.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="86.2" title="86.2%">86.2</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">86.2%</td>
<td class="CoverValue line-coverage coverage-medium">224 / 260</td>
<td class="CoverValue function-coverage coverage-medium">86.6%</td>
<td class="CoverValue function-coverage coverage-medium">58 / 67</td>
<td class="CoverValue branch-coverage coverage-low">70.6%</td>
<td class="CoverValue branch-coverage coverage-low">120 / 170</td>
</tr>
<tr>
<th scope="row">
src/util/union_find.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.2" title="66.2%">66.2</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.2%</td>
<td class="CoverValue line-coverage coverage-low">88 / 133</td>
<td class="CoverValue function-coverage coverage-low">60.0%</td>
<td class="CoverValue function-coverage coverage-low">117 / 195</td>
<td class="CoverValue branch-coverage coverage-low">37.2%</td>
<td class="CoverValue branch-coverage coverage-low">32 / 86</td>
</tr>
<tr>
<th scope="row">
src/util/util.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="64.8" title="64.8%">64.8</meter>
</td>
<td class="CoverValue line-coverage coverage-low">64.8%</td>
<td class="CoverValue line-coverage coverage-low">68 / 105</td>
<td class="CoverValue function-coverage coverage-low">72.7%</td>
<td class="CoverValue function-coverage coverage-low">8 / 11</td>
<td class="CoverValue branch-coverage coverage-low">65.9%</td>
<td class="CoverValue branch-coverage coverage-low">29 / 44</td>
</tr>
<tr>
<th scope="row">
src/util/util.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="81.9" title="81.9%">81.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">81.9%</td>
<td class="CoverValue line-coverage coverage-medium">118 / 144</td>
<td class="CoverValue function-coverage coverage-low">54.5%</td>
<td class="CoverValue function-coverage coverage-low">649 / 1190</td>
<td class="CoverValue branch-coverage coverage-low">54.1%</td>
<td class="CoverValue branch-coverage coverage-low">92 / 170</td>
</tr>
<tr>
<th scope="row">
src/util/var_queue.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="97.0" title="97.0%">97.0</meter>
</td>
<td class="CoverValue line-coverage coverage-high">97.0%</td>
<td class="CoverValue line-coverage coverage-high">32 / 33</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">14 / 14</td>
<td class="CoverValue branch-coverage coverage-low">66.7%</td>
<td class="CoverValue branch-coverage coverage-low">12 / 18</td>
</tr>
<tr>
<th scope="row">
src/util/vector.h
</th>
<td>
<meter class="coverage-high" min="0" max="100" value="91.8" title="91.8%">91.8</meter>
</td>
<td class="CoverValue line-coverage coverage-high">91.8%</td>
<td class="CoverValue line-coverage coverage-high">347 / 378</td>
<td class="CoverValue function-coverage coverage-low">56.3%</td>
<td class="CoverValue function-coverage coverage-low">7804 / 13850</td>
<td class="CoverValue branch-coverage coverage-low">49.9%</td>
<td class="CoverValue branch-coverage coverage-low">1451 / 2910</td>
</tr>
<tr>
<th scope="row">
src/util/visit_helper.h
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="76.5" title="76.5%">76.5</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">76.5%</td>
<td class="CoverValue line-coverage coverage-medium">13 / 17</td>
<td class="CoverValue function-coverage coverage-high">100.0%</td>
<td class="CoverValue function-coverage coverage-high">5 / 5</td>
<td class="CoverValue branch-coverage coverage-low">62.5%</td>
<td class="CoverValue branch-coverage coverage-low">5 / 8</td>
</tr>
<tr>
<th scope="row">
src/util/warning.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="74.4" title="74.4%">74.4</meter>
</td>
<td class="CoverValue line-coverage coverage-low">74.4%</td>
<td class="CoverValue line-coverage coverage-low">32 / 43</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">6 / 8</td>
<td class="CoverValue branch-coverage coverage-low">50.0%</td>
<td class="CoverValue branch-coverage coverage-low">8 / 16</td>
</tr>
<tr>
<th scope="row">
src/util/z3_exception.cpp
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="37.1" title="37.1%">37.1</meter>
</td>
<td class="CoverValue line-coverage coverage-low">37.1%</td>
<td class="CoverValue line-coverage coverage-low">13 / 35</td>
<td class="CoverValue function-coverage coverage-low">57.1%</td>
<td class="CoverValue function-coverage coverage-low">4 / 7</td>
<td class="CoverValue branch-coverage coverage-low">10.0%</td>
<td class="CoverValue branch-coverage coverage-low">3 / 30</td>
</tr>
<tr>
<th scope="row">
src/util/z3_exception.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="66.7" title="66.7%">66.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">66.7%</td>
<td class="CoverValue line-coverage coverage-low">2 / 3</td>
<td class="CoverValue function-coverage coverage-low">66.7%</td>
<td class="CoverValue function-coverage coverage-low">6 / 9</td>
<td class="CoverValue branch-coverage coverage-unknown">-%</td>
<td class="CoverValue branch-coverage coverage-unknown">0 / 0</td>
</tr>
<tr>
<th scope="row">
src/util/zstring.cpp
</th>
<td>
<meter class="coverage-medium" min="0" max="100" value="77.9" title="77.9%">77.9</meter>
</td>
<td class="CoverValue line-coverage coverage-medium">77.9%</td>
<td class="CoverValue line-coverage coverage-medium">166 / 213</td>
<td class="CoverValue function-coverage coverage-medium">85.7%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 21</td>
<td class="CoverValue branch-coverage coverage-low">58.8%</td>
<td class="CoverValue branch-coverage coverage-low">160 / 272</td>
</tr>
<tr>
<th scope="row">
src/util/zstring.h
</th>
<td>
<meter class="coverage-low" min="0" max="100" value="67.7" title="67.7%">67.7</meter>
</td>
<td class="CoverValue line-coverage coverage-low">67.7%</td>
<td class="CoverValue line-coverage coverage-low">21 / 31</td>
<td class="CoverValue function-coverage coverage-medium">75.0%</td>
<td class="CoverValue function-coverage coverage-medium">18 / 24</td>
<td class="CoverValue branch-coverage coverage-low">41.7%</td>
<td class="CoverValue branch-coverage coverage-low">10 / 24</td>
</tr>
</table>
<hr/>
</main>
<footer>
Generated by: <a href="http://gcovr.com/en/7.0">GCOVR (Version 7.0)</a>
</footer>
</body>
</html>