<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /Users/barnabywalters/Documents/Programming/taproot/indieauth/src/Storage/Sqlite3Storage.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../phpunit_css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="../phpunit_css/octicons.css" rel="stylesheet" type="text/css"> <link href="../phpunit_css/style.css" rel="stylesheet" type="text/css"> <link href="../phpunit_css/custom.css" rel="stylesheet" type="text/css"> </head> <body> <header> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="../index.html">/Users/barnabywalters/Documents/Programming/taproot/indieauth/src</a></li> <li class="breadcrumb-item"><a href="index.html">Storage</a></li> <li class="breadcrumb-item active">Sqlite3Storage.php</li> </ol> </nav> </div> </div> </div> </header> <div class="container-fluid"> <div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <td> </td> <td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td> </td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> </tr> </thead> <tbody> <tr> <td class="">Total</td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> <td class=" small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> </tr> <tr> <td class=""><abbr title="Taproot\IndieAuth\Storage\Sqlite3Storage">Sqlite3Storage</abbr></td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> <td class=" small">0</td> <td class=" big"></td> <td class=" small"><div align="right">n/a</div></td> <td class=" small"><div align="right">0 / 0</div></td> </tr> </tbody> </table> </div> <table id="code" class="table table-borderless table-condensed"> <tbody> <tr class=" d-flex"><td class="col-1 text-right"><a id="1" href="#1">1</a></td><td class="col-11 codeLine"><span class="default"><?php </span><span class="keyword">declare</span><span class="keyword">(</span><span class="default">strict_types</span><span class="keyword">=</span><span class="default">1</span><span class="keyword">)</span><span class="keyword">;</span></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="2" href="#2">2</a></td><td class="col-11 codeLine"></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="3" href="#3">3</a></td><td class="col-11 codeLine"><span class="keyword">namespace</span><span class="default"> </span><span class="default">Taproot</span><span class="default">\</span><span class="default">IndieAuth</span><span class="default">\</span><span class="default">Storage</span><span class="keyword">;</span></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="4" href="#4">4</a></td><td class="col-11 codeLine"></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="5" href="#5">5</a></td><td class="col-11 codeLine"><span class="keyword">class</span><span class="default"> </span><span class="default">Sqlite3Storage</span><span class="default"> </span><span class="keyword">implements</span><span class="default"> </span><span class="default">TokenStorageInterface</span><span class="default"> </span><span class="keyword">{</span></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="6" href="#6">6</a></td><td class="col-11 codeLine"><span class="default"> </span></td></tr> <tr class=" d-flex"><td class="col-1 text-right"><a id="7" href="#7">7</a></td><td class="col-11 codeLine"><span class="keyword">}</span></td></tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p> <p> <small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.19</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.5</a> at Mon Jun 14 21:52:39 UTC 2021.</small> </p> <a title="Back to the top" id="toplink" href="#"> <svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg> </a> </footer> </div> <script src="../phpunit_js/jquery.min.js" type="text/javascript"></script> <script src="../phpunit_js/popper.min.js" type="text/javascript"></script> <script src="../phpunit_js/bootstrap.min.js" type="text/javascript"></script> <script src="../phpunit_js/file.js" type="text/javascript"></script> </body> </html>