| <!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 "DMJsonWriter.h"</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& s) : fMsg(s), fFatal(!this->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->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&) = default;</pre></td> |
| </tr> |
| |
| <tr class="covered-"> |
| <td>10</td> |
| <td class="covered-"></td> |
| <td><pre> Error& operator=(const Error&) = default;</pre></td> |
| </tr> |
| |
| </tbody> |
| </table> |
| </body> |
| </html> |