Skip to content

Commit

Permalink
Separate last id reset into method
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 7, 2019
1 parent c8ddee3 commit 43f7695
Show file tree
Hide file tree
Showing 6 changed files with 1,611 additions and 1,579 deletions.
36 changes: 18 additions & 18 deletions coverage/lcov-report/index.html
Expand Up @@ -20,24 +20,24 @@ <h1>
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">96.03% </span>
<span class="strong">99.62% </span>
<span class="quiet">Statements</span>
<span class='fraction'>508/529</span>
<span class='fraction'>531/533</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">94.4% </span>
<span class="strong">94.69% </span>
<span class="quiet">Branches</span>
<span class='fraction'>320/339</span>
<span class='fraction'>321/339</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">97.65% </span>
<span class="strong">100% </span>
<span class="quiet">Functions</span>
<span class='fraction'>83/85</span>
<span class='fraction'>86/86</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">95.97% </span>
<span class="strong">99.62% </span>
<span class="quiet">Lines</span>
<span class='fraction'>500/521</span>
<span class='fraction'>523/525</span>
</div>
</div>
<p class="quiet">
Expand All @@ -63,15 +63,15 @@ <h1>
</thead>
<tbody><tr>
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
<td data-value="96.03" class="pic high"><div class="chart"><div class="cover-fill" style="width: 96%;"></div><div class="cover-empty" style="width:4%;"></div></div></td>
<td data-value="96.03" class="pct high">96.03%</td>
<td data-value="529" class="abs high">508/529</td>
<td data-value="94.4" class="pct high">94.4%</td>
<td data-value="339" class="abs high">320/339</td>
<td data-value="97.65" class="pct high">97.65%</td>
<td data-value="85" class="abs high">83/85</td>
<td data-value="95.97" class="pct high">95.97%</td>
<td data-value="521" class="abs high">500/521</td>
<td data-value="99.62" class="pic high"><div class="chart"><div class="cover-fill" style="width: 99%;"></div><div class="cover-empty" style="width:1%;"></div></div></td>
<td data-value="99.62" class="pct high">99.62%</td>
<td data-value="533" class="abs high">531/533</td>
<td data-value="94.69" class="pct high">94.69%</td>
<td data-value="339" class="abs high">321/339</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="86" class="abs high">86/86</td>
<td data-value="99.62" class="pct high">99.62%</td>
<td data-value="525" class="abs high">523/525</td>
</tr>

</tbody>
Expand All @@ -80,7 +80,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Thu May 16 2019 09:40:52 GMT+0100 (British Summer Time)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sun Jul 07 2019 22:58:55 GMT+0100 (British Summer Time)
</div>
</div>
<script src="prettify.js"></script>
Expand Down

0 comments on commit 43f7695

Please sign in to comment.