source: trip-planner-front/node_modules/unique-filename/coverage/__root__/index.js.html@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.4 KB
Line 
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> &nbsp;&nbsp;&nbsp;&nbsp;
19 Branches: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
20 Functions: <span class="metric">100% <small>(1 / 1)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
21 Lines: <span class="metric">100% <small>(4 / 4)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
22 Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp;
23 </h2>
24 <div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">__root__/</a> &#187; index.js</div>
25</div>
26<div class="body">
27<pre><table class="coverage">
28<tr><td class="line-count">1
292
303
314
325
336
347
358
369</td><td class="line-coverage"><span class="cline-any cline-neutral">&nbsp;</span>
37<span class="cline-any cline-yes">1</span>
38<span class="cline-any cline-neutral">&nbsp;</span>
39<span class="cline-any cline-yes">1</span>
40<span class="cline-any cline-neutral">&nbsp;</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">&nbsp;</span>
44<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">'use strict'
45var path = require('path')
46&nbsp;
47var uniqueSlug = require('unique-slug')
48&nbsp;
49module.exports = function (filepath, prefix, uniq) {
50 return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
51}
52&nbsp;</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>
61window.onload = function () {
62 if (typeof prettyPrint === 'function') {
63 prettyPrint();
64 }
65};
66</script>
67<script src="../sorter.js"></script>
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.