Skip to content

Commit

Permalink
Merge pull request #20 from jmdobry/feature-setOptions
Browse files Browse the repository at this point in the history
Feature set options
  • Loading branch information
jmdobry committed Jul 9, 2013
2 parents c5840a7 + 80394c9 commit 41c4ea9
Show file tree
Hide file tree
Showing 22 changed files with 2,929 additions and 4,676 deletions.
26 changes: 13 additions & 13 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@
<h1>Code coverage report for <span class='entity'>All files</span></h1>
<h2>

Statements: <span class='metric'>98.71% <small>(153 / 155)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Statements: <span class='metric'>93.94% <small>(186 / 198)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Branches: <span class='metric'>92.5% <small>(74 / 80)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Branches: <span class='metric'>85.71% <small>(96 / 112)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Functions: <span class='metric'>100% <small>(27 / 27)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Functions: <span class='metric'>100% <small>(36 / 36)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Lines: <span class='metric'>98.64% <small>(145 / 147)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Lines: <span class='metric'>93.94% <small>(186 / 198)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;

</h2>
<div class="path"></div>
Expand All @@ -214,23 +214,23 @@ <h2>
</thead>
<tbody><tr>
<td class="file high" data-value="./src\"><a href="./src/index.html">./src\</a></td>
<td data-value="98.71" class="pic high"><span class="cover-fill" style="width: 98px;"></span><span class="cover-empty" style="width:2px;"></span></td>
<td data-value="98.71" class="pct high">98.71%</td>
<td data-value="155" class="abs high">(153&nbsp;/&nbsp;155)</td>
<td data-value="92.5" class="pct high">92.5%</td>
<td data-value="80" class="abs high">(74&nbsp;/&nbsp;80)</td>
<td data-value="93.94" class="pic high"><span class="cover-fill" style="width: 93px;"></span><span class="cover-empty" style="width:7px;"></span></td>
<td data-value="93.94" class="pct high">93.94%</td>
<td data-value="198" class="abs high">(186&nbsp;/&nbsp;198)</td>
<td data-value="85.71" class="pct high">85.71%</td>
<td data-value="112" class="abs high">(96&nbsp;/&nbsp;112)</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="27" class="abs high">(27&nbsp;/&nbsp;27)</td>
<td data-value="98.64" class="pct high">98.64%</td>
<td data-value="147" class="abs high">(145&nbsp;/&nbsp;147)</td>
<td data-value="36" class="abs high">(36&nbsp;/&nbsp;36)</td>
<td data-value="93.94" class="pct high">93.94%</td>
<td data-value="198" class="abs high">(186&nbsp;/&nbsp;198)</td>
</tr>

</tbody>
</table>
</div>
</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Tue Jul 02 2013 00:14:37 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Mon Jul 08 2013 21:16:04 GMT-0600 (Mountain Daylight Time)</div>
</div>
</body>

Expand Down
331 changes: 0 additions & 331 deletions coverage/lcov-report/index.html

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion coverage/lcov-report/prettify.js

This file was deleted.

Loading

1 comment on commit 41c4ea9

@jmdobry
Copy link
Owner Author

@jmdobry jmdobry commented on 41c4ea9 Jul 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #11

Please sign in to comment.