1 | <!doctype html>
|
---|
2 | <html lang="en">
|
---|
3 | <head>
|
---|
4 | <title>Code coverage report for index.js</title>
|
---|
5 | <meta charset="utf-8">
|
---|
6 | <link rel="stylesheet" href="../prettify.css">
|
---|
7 | <link rel="stylesheet" href="../base.css">
|
---|
8 | <style type='text/css'>
|
---|
9 | div.coverage-summary .sorter {
|
---|
10 | background-image: url(../sort-arrow-sprite.png);
|
---|
11 | }
|
---|
12 | </style>
|
---|
13 | </head>
|
---|
14 | <body>
|
---|
15 | <div class="header high">
|
---|
16 | <h1>Code coverage report for <span class="entity">index.js</span></h1>
|
---|
17 | <h2>
|
---|
18 | Statements: <span class="metric">100% <small>(4 / 4)</small></span>
|
---|
19 | Branches: <span class="metric">100% <small>(2 / 2)</small></span>
|
---|
20 | Functions: <span class="metric">100% <small>(1 / 1)</small></span>
|
---|
21 | Lines: <span class="metric">100% <small>(4 / 4)</small></span>
|
---|
22 | Ignored: <span class="metric"><span class="ignore-none">none</span></span>
|
---|
23 | </h2>
|
---|
24 | <div class="path"><a href="../index.html">All files</a> » <a href="index.html">__root__/</a> » index.js</div>
|
---|
25 | </div>
|
---|
26 | <div class="body">
|
---|
27 | <pre><table class="coverage">
|
---|
28 | <tr><td class="line-count">1
|
---|
29 | 2
|
---|
30 | 3
|
---|
31 | 4
|
---|
32 | 5
|
---|
33 | 6
|
---|
34 | 7
|
---|
35 | 8
|
---|
36 | 9</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
|
---|
37 | <span class="cline-any cline-yes">1</span>
|
---|
38 | <span class="cline-any cline-neutral"> </span>
|
---|
39 | <span class="cline-any cline-yes">1</span>
|
---|
40 | <span class="cline-any cline-neutral"> </span>
|
---|
41 | <span class="cline-any cline-yes">1</span>
|
---|
42 | <span class="cline-any cline-yes">6</span>
|
---|
43 | <span class="cline-any cline-neutral"> </span>
|
---|
44 | <span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">'use strict'
|
---|
45 | var path = require('path')
|
---|
46 |
|
---|
47 | var uniqueSlug = require('unique-slug')
|
---|
48 |
|
---|
49 | module.exports = function (filepath, prefix, uniq) {
|
---|
50 | return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
|
---|
51 | }
|
---|
52 | </pre></td></tr>
|
---|
53 | </table></pre>
|
---|
54 |
|
---|
55 | </div>
|
---|
56 | <div class="footer">
|
---|
57 | <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu Dec 03 2015 15:00:03 GMT-0800 (PST)</div>
|
---|
58 | </div>
|
---|
59 | <script src="../prettify.js"></script>
|
---|
60 | <script>
|
---|
61 | window.onload = function () {
|
---|
62 | if (typeof prettyPrint === 'function') {
|
---|
63 | prettyPrint();
|
---|
64 | }
|
---|
65 | };
|
---|
66 | </script>
|
---|
67 | <script src="../sorter.js"></script>
|
---|
68 | </body>
|
---|
69 | </html>
|
---|