git-archaeologist 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,513 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8"/>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
- <title>⛏ Git Archaeologist — express</title>
7
- <style>
8
- *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
9
- :root {
10
- --bg: #0f1117; --surface: #1a1d27; --border: #2a2d3a;
11
- --text: #e2e8f0; --muted: #64748b; --accent: #a78bfa;
12
- }
13
- body { background: var(--bg); color: var(--text); font-family: 'Inter', system-ui, sans-serif; font-size: 14px; line-height: 1.6; }
14
- header { background: var(--surface); border-bottom: 1px solid var(--border); padding: 24px 40px; display: flex; align-items: center; gap: 16px; }
15
- header h1 { font-size: 20px; font-weight: 600; color: var(--accent); }
16
- header p { color: var(--muted); font-size: 13px; }
17
- .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; padding: 32px 40px 0; }
18
- .stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px 20px; }
19
- .stat-card .label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
20
- .stat-card .value { font-size: 28px; font-weight: 700; color: var(--accent); }
21
- .stat-card .sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
22
- main { padding: 32px 40px; display: flex; flex-direction: column; gap: 40px; }
23
- section h2 { font-size: 15px; font-weight: 600; color: var(--accent); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
24
- table { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
25
- th { background: #12151f; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; padding: 10px 14px; text-align: left; font-weight: 500; }
26
- td { padding: 10px 14px; border-top: 1px solid var(--border); vertical-align: middle; }
27
- tr:hover td { background: #1e2130; }
28
- .rank { color: var(--muted); font-size: 12px; width: 40px; }
29
- .filepath { font-family: 'JetBrains Mono', 'Fira Code', monospace; font-size: 12px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
30
- .muted { color: var(--muted); font-size: 12px; }
31
- .badge { display: inline-block; padding: 2px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; color: #0f1117; }
32
- footer { text-align: center; padding: 32px; color: var(--muted); font-size: 12px; border-top: 1px solid var(--border); }
33
- </style>
34
- </head>
35
- <body>
36
- <header>
37
- <div>
38
- <h1>⛏ Git Archaeologist</h1>
39
- <p>express &nbsp;·&nbsp; 1,716 commits &nbsp;·&nbsp; 2014-01-04 → 2026-05-17 &nbsp;·&nbsp; analyzed 3/6/2026, 12:34:32 am</p>
40
- </div>
41
- </header>
42
-
43
- <div class="stats-grid">
44
- <div class="stat-card"><div class="label">Total Commits</div><div class="value">1,716</div></div>
45
- <div class="stat-card"><div class="label">Files Tracked</div><div class="value">312</div></div>
46
- <div class="stat-card"><div class="label">Contributors</div><div class="value">230</div></div>
47
- <div class="stat-card"><div class="label">Cursed Files</div><div class="value" style="color:#f87171">20</div><div class="sub">top instability</div></div>
48
- <div class="stat-card"><div class="label">Bus Factor 1</div><div class="value" style="color:#f87171">7</div><div class="sub">single-owner modules</div></div>
49
- <div class="stat-card"><div class="label">Coupled Pairs</div><div class="value" style="color:#fbbf24">30</div><div class="sub">implicit links</div></div>
50
- </div>
51
-
52
- <main>
53
- <section>
54
- <h2>💀 Cursed Files — highest instability score</h2>
55
- <table>
56
- <thead><tr><th>#</th><th>File</th><th>Score</th><th>Changes</th><th>Authors</th><th>Why</th></tr></thead>
57
- <tbody>
58
- <tr>
59
- <td class="rank">1</td>
60
- <td class="filepath" title="History.md">History.md</td>
61
- <td><span class="badge" style="background:#f87171">30765.0</span></td>
62
- <td>827</td>
63
- <td>78</td>
64
- <td class="muted">Changed 827 times, Touched by 78 different authors, High churn rate (69x/year), Modified very recently</td>
65
- </tr>
66
- <tr>
67
- <td class="rank">2</td>
68
- <td class="filepath" title="package.json">package.json</td>
69
- <td><span class="badge" style="background:#f87171">28137.6</span></td>
70
- <td>861</td>
71
- <td>41</td>
72
- <td class="muted">Changed 861 times, Touched by 41 different authors, High churn rate (71x/year), Modified very recently</td>
73
- </tr>
74
- <tr>
75
- <td class="rank">3</td>
76
- <td class="filepath" title="lib/response.js">lib/response.js</td>
77
- <td><span class="badge" style="background:#f87171">2261.1</span></td>
78
- <td>128</td>
79
- <td>53</td>
80
- <td class="muted">Changed 128 times, Touched by 53 different authors, Modified very recently</td>
81
- </tr>
82
- <tr>
83
- <td class="rank">4</td>
84
- <td class="filepath" title=".github/workflows/ci.yml">.github/workflows/ci.yml</td>
85
- <td><span class="badge" style="background:#f87171">1567.1</span></td>
86
- <td>94</td>
87
- <td>16</td>
88
- <td class="muted">Changed 94 times, Touched by 16 different authors, Modified very recently</td>
89
- </tr>
90
- <tr>
91
- <td class="rank">5</td>
92
- <td class="filepath" title="Readme.md">Readme.md</td>
93
- <td><span class="badge" style="background:#f87171">1190.8</span></td>
94
- <td>79</td>
95
- <td>37</td>
96
- <td class="muted">Changed 79 times, Touched by 37 different authors, Modified very recently</td>
97
- </tr>
98
- <tr>
99
- <td class="rank">6</td>
100
- <td class="filepath" title="lib/application.js">lib/application.js</td>
101
- <td><span class="badge" style="background:#fbbf24">614.2</span></td>
102
- <td>58</td>
103
- <td>22</td>
104
- <td class="muted">Changed 58 times, Touched by 22 different authors, Modified very recently</td>
105
- </tr>
106
- <tr>
107
- <td class="rank">7</td>
108
- <td class="filepath" title="appveyor.yml">appveyor.yml</td>
109
- <td><span class="badge" style="background:#fbbf24">468.8</span></td>
110
- <td>103</td>
111
- <td>10</td>
112
- <td class="muted">Changed 103 times, Touched by 10 different authors</td>
113
- </tr>
114
- <tr>
115
- <td class="rank">8</td>
116
- <td class="filepath" title="lib/request.js">lib/request.js</td>
117
- <td><span class="badge" style="background:#fbbf24">420.1</span></td>
118
- <td>47</td>
119
- <td>17</td>
120
- <td class="muted">Touched by 17 different authors, Modified very recently</td>
121
- </tr>
122
- <tr>
123
- <td class="rank">9</td>
124
- <td class="filepath" title="lib/utils.js">lib/utils.js</td>
125
- <td><span class="badge" style="background:#fbbf24">410.4</span></td>
126
- <td>47</td>
127
- <td>19</td>
128
- <td class="muted">Touched by 19 different authors</td>
129
- </tr>
130
- <tr>
131
- <td class="rank">10</td>
132
- <td class="filepath" title="test/app.router.js">test/app.router.js</td>
133
- <td><span class="badge" style="background:#34d399">306.5</span></td>
134
- <td>49</td>
135
- <td>16</td>
136
- <td class="muted">Touched by 16 different authors</td>
137
- </tr>
138
- <tr>
139
- <td class="rank">11</td>
140
- <td class="filepath" title=".github/workflows/legacy.yml">.github/workflows/legacy.yml</td>
141
- <td><span class="badge" style="background:#34d399">305.8</span></td>
142
- <td>29</td>
143
- <td>5</td>
144
- <td class="muted">Modified very recently</td>
145
- </tr>
146
- <tr>
147
- <td class="rank">12</td>
148
- <td class="filepath" title=".github/workflows/scorecard.yml">.github/workflows/scorecard.yml</td>
149
- <td><span class="badge" style="background:#34d399">247.7</span></td>
150
- <td>28</td>
151
- <td>3</td>
152
- <td class="muted">High churn rate (21x/year), Modified very recently</td>
153
- </tr>
154
- <tr>
155
- <td class="rank">13</td>
156
- <td class="filepath" title="test/res.sendFile.js">test/res.sendFile.js</td>
157
- <td><span class="badge" style="background:#34d399">231.2</span></td>
158
- <td>39</td>
159
- <td>13</td>
160
- <td class="muted">Touched by 13 different authors</td>
161
- </tr>
162
- <tr>
163
- <td class="rank">14</td>
164
- <td class="filepath" title="test/res.send.js">test/res.send.js</td>
165
- <td><span class="badge" style="background:#34d399">222.8</span></td>
166
- <td>37</td>
167
- <td>15</td>
168
- <td class="muted">Touched by 15 different authors</td>
169
- </tr>
170
- <tr>
171
- <td class="rank">15</td>
172
- <td class="filepath" title=".github/workflows/codeql.yml">.github/workflows/codeql.yml</td>
173
- <td><span class="badge" style="background:#34d399">215.5</span></td>
174
- <td>23</td>
175
- <td>5</td>
176
- <td class="muted">Modified very recently</td>
177
- </tr>
178
- <tr>
179
- <td class="rank">16</td>
180
- <td class="filepath" title="Contributing.md">Contributing.md</td>
181
- <td><span class="badge" style="background:#34d399">187.3</span></td>
182
- <td>33</td>
183
- <td>15</td>
184
- <td class="muted">Touched by 15 different authors</td>
185
- </tr>
186
- <tr>
187
- <td class="rank">17</td>
188
- <td class="filepath" title="test/utils.js">test/utils.js</td>
189
- <td><span class="badge" style="background:#34d399">174.6</span></td>
190
- <td>28</td>
191
- <td>10</td>
192
- <td class="muted">Touched by 10 different authors, Modified very recently</td>
193
- </tr>
194
- <tr>
195
- <td class="rank">18</td>
196
- <td class="filepath" title="test/Router.js">test/Router.js</td>
197
- <td><span class="badge" style="background:#34d399">130.5</span></td>
198
- <td>32</td>
199
- <td>11</td>
200
- <td class="muted">Touched by 11 different authors</td>
201
- </tr>
202
- <tr>
203
- <td class="rank">19</td>
204
- <td class="filepath" title="lib/router/index.js">lib/router/index.js</td>
205
- <td><span class="badge" style="background:#34d399">127.7</span></td>
206
- <td>56</td>
207
- <td>14</td>
208
- <td class="muted">Changed 56 times, Touched by 14 different authors</td>
209
- </tr>
210
- <tr>
211
- <td class="rank">20</td>
212
- <td class="filepath" title="test/res.jsonp.js">test/res.jsonp.js</td>
213
- <td><span class="badge" style="background:#34d399">114.9</span></td>
214
- <td>21</td>
215
- <td>9</td>
216
- <td class="muted">Touched by 9 different authors, Modified very recently</td>
217
- </tr></tbody>
218
- </table>
219
- </section>
220
-
221
- <section>
222
- <h2>🚌 Bus Factor — single points of failure</h2>
223
- <table>
224
- <thead><tr><th>Module</th><th>Bus Factor</th><th>Files</th><th>Key People</th><th>Risk</th></tr></thead>
225
- <tbody>
226
- <tr>
227
- <td>(root)</td>
228
- <td><span class="badge" style="background:#f87171">1</span></td>
229
- <td>0</td>
230
- <td>Douglas Christopher Wilson</td>
231
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
232
- </tr>
233
- <tr>
234
- <td>examples</td>
235
- <td><span class="badge" style="background:#f87171">1</span></td>
236
- <td>127</td>
237
- <td>Douglas Christopher Wilson</td>
238
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
239
- </tr>
240
- <tr>
241
- <td>test</td>
242
- <td><span class="badge" style="background:#f87171">1</span></td>
243
- <td>133</td>
244
- <td>Douglas Christopher Wilson</td>
245
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
246
- </tr>
247
- <tr>
248
- <td>lib</td>
249
- <td><span class="badge" style="background:#f87171">1</span></td>
250
- <td>13</td>
251
- <td>Douglas Christopher Wilson</td>
252
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
253
- </tr>
254
- <tr>
255
- <td>benchmarks</td>
256
- <td><span class="badge" style="background:#f87171">1</span></td>
257
- <td>4</td>
258
- <td>Douglas Christopher Wilson</td>
259
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
260
- </tr>
261
- <tr>
262
- <td>bin</td>
263
- <td><span class="badge" style="background:#f87171">1</span></td>
264
- <td>1</td>
265
- <td>Douglas Christopher Wilson</td>
266
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
267
- </tr>
268
- <tr>
269
- <td>support</td>
270
- <td><span class="badge" style="background:#f87171">1</span></td>
271
- <td>3</td>
272
- <td>Douglas Christopher Wilson</td>
273
- <td class="muted"> Single point of failure — only Douglas Christopher Wilson owns this module</td>
274
- </tr>
275
- <tr>
276
- <td>.github</td>
277
- <td><span class="badge" style="background:#fbbf24">2</span></td>
278
- <td>7</td>
279
- <td>dependabot[bot], Douglas Christopher Wilson</td>
280
- <td class="muted"> High risk — only 2 people understand this module</td>
281
- </tr></tbody>
282
- </table>
283
- </section>
284
-
285
- <section>
286
- <h2>👑 Ownership — who truly owns each file</h2>
287
- <table>
288
- <thead><tr><th>File</th><th>Owner</th><th>Ownership</th><th>Other Contributors</th></tr></thead>
289
- <tbody>
290
- <tr>
291
- <td class="filepath" title=".github/dependabot.yml">.github/dependabot.yml</td>
292
- <td>Sebastian Beltran</td>
293
- <td><span class="badge" style="background:#c084fc">100%</span></td>
294
- <td class="muted">—</td>
295
- </tr>
296
- <tr>
297
- <td class="filepath" title=".github/workflows/dependabot.yml">.github/workflows/dependabot.yml</td>
298
- <td>Ulises Gascon</td>
299
- <td><span class="badge" style="background:#c084fc">100%</span></td>
300
- <td class="muted">—</td>
301
- </tr>
302
- <tr>
303
- <td class="filepath" title=".github/workflows/iojs.yml">.github/workflows/iojs.yml</td>
304
- <td>Jon Church</td>
305
- <td><span class="badge" style="background:#c084fc">100%</span></td>
306
- <td class="muted">—</td>
307
- </tr>
308
- <tr>
309
- <td class="filepath" title="test/mocha.opts">test/mocha.opts</td>
310
- <td>Douglas Christopher Wilson</td>
311
- <td><span class="badge" style="background:#c084fc">100%</span></td>
312
- <td class="muted">—</td>
313
- </tr>
314
- <tr>
315
- <td class="filepath" title="test/req.baseUrl.js">test/req.baseUrl.js</td>
316
- <td>Douglas Christopher Wilson</td>
317
- <td><span class="badge" style="background:#c084fc">100%</span></td>
318
- <td class="muted">—</td>
319
- </tr>
320
- <tr>
321
- <td class="filepath" title="test/req.range.js">test/req.range.js</td>
322
- <td>Douglas Christopher Wilson</td>
323
- <td><span class="badge" style="background:#c084fc">100%</span></td>
324
- <td class="muted">—</td>
325
- </tr>
326
- <tr>
327
- <td class="filepath" title="test/res.get.js">test/res.get.js</td>
328
- <td>Douglas Christopher Wilson</td>
329
- <td><span class="badge" style="background:#c084fc">100%</span></td>
330
- <td class="muted">—</td>
331
- </tr>
332
- <tr>
333
- <td class="filepath" title="examples/content-negotiation/db.js">examples/content-negotiation/db.js</td>
334
- <td>Douglas Christopher Wilson</td>
335
- <td><span class="badge" style="background:#c084fc">100%</span></td>
336
- <td class="muted">—</td>
337
- </tr>
338
- <tr>
339
- <td class="filepath" title="examples/content-negotiation/index.js">examples/content-negotiation/index.js</td>
340
- <td>Douglas Christopher Wilson</td>
341
- <td><span class="badge" style="background:#c084fc">100%</span></td>
342
- <td class="muted">—</td>
343
- </tr>
344
- <tr>
345
- <td class="filepath" title="examples/content-negotiation/users.js">examples/content-negotiation/users.js</td>
346
- <td>Douglas Christopher Wilson</td>
347
- <td><span class="badge" style="background:#c084fc">100%</span></td>
348
- <td class="muted">—</td>
349
- </tr>
350
- <tr>
351
- <td class="filepath" title="examples/hello-world/index.js">examples/hello-world/index.js</td>
352
- <td>Douglas Christopher Wilson</td>
353
- <td><span class="badge" style="background:#c084fc">100%</span></td>
354
- <td class="muted">—</td>
355
- </tr>
356
- <tr>
357
- <td class="filepath" title="examples/mvc/controllers/main/index.js">examples/mvc/controllers/main/index.js</td>
358
- <td>Douglas Christopher Wilson</td>
359
- <td><span class="badge" style="background:#c084fc">100%</span></td>
360
- <td class="muted">—</td>
361
- </tr>
362
- <tr>
363
- <td class="filepath" title="examples/mvc/controllers/pet/index.js">examples/mvc/controllers/pet/index.js</td>
364
- <td>Douglas Christopher Wilson</td>
365
- <td><span class="badge" style="background:#c084fc">100%</span></td>
366
- <td class="muted">—</td>
367
- </tr>
368
- <tr>
369
- <td class="filepath" title="examples/mvc/controllers/user-pet/index.js">examples/mvc/controllers/user-pet/index.js</td>
370
- <td>Douglas Christopher Wilson</td>
371
- <td><span class="badge" style="background:#c084fc">100%</span></td>
372
- <td class="muted">—</td>
373
- </tr>
374
- <tr>
375
- <td class="filepath" title="examples/mvc/db.js">examples/mvc/db.js</td>
376
- <td>Douglas Christopher Wilson</td>
377
- <td><span class="badge" style="background:#c084fc">100%</span></td>
378
- <td class="muted">—</td>
379
- </tr>
380
- <tr>
381
- <td class="filepath" title="examples/route-separation/post.js">examples/route-separation/post.js</td>
382
- <td>Douglas Christopher Wilson</td>
383
- <td><span class="badge" style="background:#c084fc">100%</span></td>
384
- <td class="muted">—</td>
385
- </tr>
386
- <tr>
387
- <td class="filepath" title="examples/route-separation/site.js">examples/route-separation/site.js</td>
388
- <td>Douglas Christopher Wilson</td>
389
- <td><span class="badge" style="background:#c084fc">100%</span></td>
390
- <td class="muted">—</td>
391
- </tr>
392
- <tr>
393
- <td class="filepath" title="examples/session/redis.js">examples/session/redis.js</td>
394
- <td>Douglas Christopher Wilson</td>
395
- <td><span class="badge" style="background:#c084fc">100%</span></td>
396
- <td class="muted">—</td>
397
- </tr>
398
- <tr>
399
- <td class="filepath" title="examples/vhost/index.js">examples/vhost/index.js</td>
400
- <td>Douglas Christopher Wilson</td>
401
- <td><span class="badge" style="background:#c084fc">100%</span></td>
402
- <td class="muted">—</td>
403
- </tr>
404
- <tr>
405
- <td class="filepath" title="test/acceptance/hello-world.js">test/acceptance/hello-world.js</td>
406
- <td>Douglas Christopher Wilson</td>
407
- <td><span class="badge" style="background:#c084fc">100%</span></td>
408
- <td class="muted">—</td>
409
- </tr></tbody>
410
- </table>
411
- </section>
412
-
413
- <section>
414
- <h2>🔗 Implicit Coupling — files that always change together</h2>
415
- <table>
416
- <thead><tr><th>File A</th><th>File B</th><th>Co-changes</th><th>Coupling</th></tr></thead>
417
- <tbody>
418
- <tr>
419
- <td class="filepath" title="benchmarks/Makefile">benchmarks/Makefile</td>
420
- <td class="filepath" title="benchmarks/run">benchmarks/run</td>
421
- <td>4</td>
422
- <td><span class="badge" style="background:#f87171">100%</span></td>
423
- </tr>
424
- <tr>
425
- <td class="filepath" title="test/regression.js">test/regression.js</td>
426
- <td class="filepath" title="test/req.accepts.js">test/req.accepts.js</td>
427
- <td>4</td>
428
- <td><span class="badge" style="background:#f87171">100%</span></td>
429
- </tr>
430
- <tr>
431
- <td class="filepath" title="test/regression.js">test/regression.js</td>
432
- <td class="filepath" title="test/req.path.js">test/req.path.js</td>
433
- <td>4</td>
434
- <td><span class="badge" style="background:#f87171">100%</span></td>
435
- </tr>
436
- <tr>
437
- <td class="filepath" title="test/req.accepts.js">test/req.accepts.js</td>
438
- <td class="filepath" title="test/req.path.js">test/req.path.js</td>
439
- <td>4</td>
440
- <td><span class="badge" style="background:#f87171">100%</span></td>
441
- </tr>
442
- <tr>
443
- <td class="filepath" title="examples/content-negotiation/db.js">examples/content-negotiation/db.js</td>
444
- <td class="filepath" title="examples/mvc/controllers/main/index.js">examples/mvc/controllers/main/index.js</td>
445
- <td>4</td>
446
- <td><span class="badge" style="background:#f87171">100%</span></td>
447
- </tr>
448
- <tr>
449
- <td class="filepath" title="examples/content-negotiation/db.js">examples/content-negotiation/db.js</td>
450
- <td class="filepath" title="examples/mvc/db.js">examples/mvc/db.js</td>
451
- <td>4</td>
452
- <td><span class="badge" style="background:#f87171">100%</span></td>
453
- </tr>
454
- <tr>
455
- <td class="filepath" title="examples/content-negotiation/db.js">examples/content-negotiation/db.js</td>
456
- <td class="filepath" title="examples/route-separation/site.js">examples/route-separation/site.js</td>
457
- <td>4</td>
458
- <td><span class="badge" style="background:#f87171">100%</span></td>
459
- </tr>
460
- <tr>
461
- <td class="filepath" title="examples/content-negotiation/users.js">examples/content-negotiation/users.js</td>
462
- <td class="filepath" title="examples/route-separation/post.js">examples/route-separation/post.js</td>
463
- <td>3</td>
464
- <td><span class="badge" style="background:#f87171">100%</span></td>
465
- </tr>
466
- <tr>
467
- <td class="filepath" title="examples/mvc/controllers/main/index.js">examples/mvc/controllers/main/index.js</td>
468
- <td class="filepath" title="examples/mvc/db.js">examples/mvc/db.js</td>
469
- <td>4</td>
470
- <td><span class="badge" style="background:#f87171">100%</span></td>
471
- </tr>
472
- <tr>
473
- <td class="filepath" title="examples/mvc/controllers/main/index.js">examples/mvc/controllers/main/index.js</td>
474
- <td class="filepath" title="examples/route-separation/site.js">examples/route-separation/site.js</td>
475
- <td>4</td>
476
- <td><span class="badge" style="background:#f87171">100%</span></td>
477
- </tr>
478
- <tr>
479
- <td class="filepath" title="examples/mvc/db.js">examples/mvc/db.js</td>
480
- <td class="filepath" title="examples/route-separation/site.js">examples/route-separation/site.js</td>
481
- <td>4</td>
482
- <td><span class="badge" style="background:#f87171">100%</span></td>
483
- </tr>
484
- <tr>
485
- <td class="filepath" title="examples/route-separation/views/index.jade">examples/route-separation/views/index.jade</td>
486
- <td class="filepath" title="examples/route-separation/views/layout.jade">examples/route-separation/views/layout.jade</td>
487
- <td>3</td>
488
- <td><span class="badge" style="background:#f87171">100%</span></td>
489
- </tr>
490
- <tr>
491
- <td class="filepath" title="examples/route-separation/views/index.jade">examples/route-separation/views/index.jade</td>
492
- <td class="filepath" title="examples/route-separation/views/posts/index.jade">examples/route-separation/views/posts/index.jade</td>
493
- <td>3</td>
494
- <td><span class="badge" style="background:#f87171">100%</span></td>
495
- </tr>
496
- <tr>
497
- <td class="filepath" title="examples/route-separation/views/index.jade">examples/route-separation/views/index.jade</td>
498
- <td class="filepath" title="examples/route-separation/views/users/index.jade">examples/route-separation/views/users/index.jade</td>
499
- <td>3</td>
500
- <td><span class="badge" style="background:#f87171">100%</span></td>
501
- </tr>
502
- <tr>
503
- <td class="filepath" title="examples/route-separation/views/index.jade">examples/route-separation/views/index.jade</td>
504
- <td class="filepath" title="examples/route-separation/views/users/view.jade">examples/route-separation/views/users/view.jade</td>
505
- <td>3</td>
506
- <td><span class="badge" style="background:#f87171">100%</span></td>
507
- </tr></tbody>
508
- </table>
509
- </section>
510
- </main>
511
- <footer>Generated by ⛏ Git Archaeologist</footer>
512
- </body>
513
- </html>