blob: 518642bcb4b601b1ddcd333706a0111746d2c0f7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/coverage-style.css">
</head>
<body>
<h1 class="coverage-header">Combined Unit Test</h1>
<div class="coverage-subheader">/mnt/pd0/work/skia/foo/two-header.h @ <a href="https://skia.googlesource.com/skia/+/98776ab3" target="_blank">98776ab3</a></div>
<table class="coverage-table">
<thead>
<tr>
<th>Line</th>
<th>Covered?</th>
<th>Source</th>
</tr>
</thead>
<tbody>
<tr class="covered-">
<td>1</td>
<td class="covered-"></td>
<td><pre>// Based off of real world DM data</pre></td>
</tr>
<tr class="covered-">
<td>2</td>
<td class="covered-"></td>
<td><pre></pre></td>
</tr>
<tr class="covered-">
<td>3</td>
<td class="covered-"></td>
<td><pre>#include &#34;DMJsonWriter.h&#34;</pre></td>
</tr>
<tr class="covered-">
<td>4</td>
<td class="covered-"></td>
<td><pre>class Error {</pre></td>
</tr>
<tr class="covered-">
<td>5</td>
<td class="covered-"></td>
<td><pre>public:</pre></td>
</tr>
<tr class="covered-no">
<td>6</td>
<td class="covered-no">no</td>
<td><pre> Error(const SkString&amp; s) : fMsg(s), fFatal(!this-&gt;isEmpty()) {}</pre></td>
</tr>
<tr class="covered-yes">
<td>7</td>
<td class="covered-yes">yes</td>
<td><pre> Error(const char* s) : fMsg(s), fFatal(!this-&gt;isEmpty()) {}</pre></td>
</tr>
<tr class="covered-">
<td>8</td>
<td class="covered-"></td>
<td><pre></pre></td>
</tr>
<tr class="covered-no">
<td>9</td>
<td class="covered-no">no</td>
<td><pre> Error(const Error&amp;) = default;</pre></td>
</tr>
<tr class="covered-">
<td>10</td>
<td class="covered-"></td>
<td><pre> Error&amp; operator=(const Error&amp;) = default;</pre></td>
</tr>
</tbody>
</table>
</body>
</html>