ninjs 0.10.2 → 0.11.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.
Files changed (69) hide show
  1. data/Gemfile +1 -0
  2. data/Gemfile.lock +64 -0
  3. data/Rakefile +4 -1
  4. data/VERSION +1 -1
  5. data/bin/ninjs +14 -5
  6. data/lib/ninjs.rb +0 -3
  7. data/lib/ninjs/command.rb +67 -110
  8. data/lib/ninjs/configuration.rb +33 -39
  9. data/lib/ninjs/project.rb +14 -31
  10. data/ninjs.conf +7 -0
  11. data/ninjs.gemspec +63 -5
  12. data/repository/jquery/1.5.js +16 -0
  13. data/repository/jquery/latest.js +1 -1
  14. data/repository/jquery/mobile/1.0a3.js +123 -0
  15. data/repository/jquery/mobile/1.0a3/assets/css/jquery.mobile.css +1652 -0
  16. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/ajax-loader.png +0 -0
  17. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-check-off.png +0 -0
  18. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-check-on.png +0 -0
  19. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-radio-off.png +0 -0
  20. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/form-radio-on.png +0 -0
  21. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icon-search-black.png +0 -0
  22. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-18-black.png +0 -0
  23. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-18-white.png +0 -0
  24. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-36-black.png +0 -0
  25. data/repository/jquery/mobile/1.0a3/assets/images/jquerymobile/icons-36-white.png +0 -0
  26. data/repository/jquery/mobile/latest.js +1 -0
  27. data/spec/fixtures/global.js +7 -0
  28. data/spec/fixtures/global.module.js +7 -0
  29. data/spec/fixtures/myapplication.js +576 -0
  30. data/spec/fixtures/nin.js +573 -0
  31. data/spec/fixtures/ninjs.conf +6 -0
  32. data/spec/fixtures/test.elements.js +4 -0
  33. data/spec/fixtures/test.js +15 -0
  34. data/spec/fixtures/test.model.js +3 -0
  35. data/spec/fixtures/test.module.js +10 -0
  36. data/spec/fixtures/updated.myapplication.js +27 -0
  37. data/spec/fixtures/utilities.js +162 -0
  38. data/spec/ninjs_spec.rb +257 -0
  39. data/spec/spec_helper.rb +2 -1
  40. data/tmp/ff9e83aa019b712b90200b8d1b8fa0c7e14576af.json +1 -0
  41. data/tmp/metric_fu/_data/20110305.yml +1548 -0
  42. data/tmp/metric_fu/output/bluff-min.js +1 -0
  43. data/tmp/metric_fu/output/churn.html +692 -0
  44. data/tmp/metric_fu/output/excanvas.js +35 -0
  45. data/tmp/metric_fu/output/flay.html +566 -0
  46. data/tmp/metric_fu/output/flay.js +11 -0
  47. data/tmp/metric_fu/output/flog.html +2392 -0
  48. data/tmp/metric_fu/output/flog.js +12 -0
  49. data/tmp/metric_fu/output/hotspots.html +3607 -0
  50. data/tmp/metric_fu/output/index.html +572 -0
  51. data/tmp/metric_fu/output/js-class.js +1 -0
  52. data/tmp/metric_fu/output/lib_ninjs.rb.html +49 -0
  53. data/tmp/metric_fu/output/lib_ninjs_command.rb.html +137 -0
  54. data/tmp/metric_fu/output/lib_ninjs_configuration.rb.html +107 -0
  55. data/tmp/metric_fu/output/lib_ninjs_dependencies.rb.html +34 -0
  56. data/tmp/metric_fu/output/lib_ninjs_helpers.rb.html +34 -0
  57. data/tmp/metric_fu/output/lib_ninjs_manifest.rb.html +27 -0
  58. data/tmp/metric_fu/output/lib_ninjs_project.rb.html +236 -0
  59. data/tmp/metric_fu/output/rails_best_practices.js +11 -0
  60. data/tmp/metric_fu/output/rcov.html +566 -0
  61. data/tmp/metric_fu/output/rcov.js +11 -0
  62. data/tmp/metric_fu/output/reek.html +1294 -0
  63. data/tmp/metric_fu/output/reek.js +20 -0
  64. data/tmp/metric_fu/output/roodi.html +599 -0
  65. data/tmp/metric_fu/output/roodi.js +11 -0
  66. data/tmp/metric_fu/report.yml +1548 -0
  67. data/tmp/metric_fu/scratch/rcov/rcov.txt +1 -0
  68. metadata +94 -27
  69. data/spec/test_spec.rb +0 -5
@@ -0,0 +1,12 @@
1
+ var g = new Bluff.Line('graph', "1000x600");
2
+ g.theme_37signals();
3
+ g.tooltips = true;
4
+ g.title_font_size = "24px"
5
+ g.legend_font_size = "12px"
6
+ g.marker_font_size = "10px"
7
+
8
+ g.title = 'Flog: code complexity';
9
+ g.data('average', [11.7522424130638]);
10
+ g.data('top 5% average', [68.8226460014918])
11
+ g.labels = {"0":"3/5"};
12
+ g.draw();
@@ -0,0 +1,3607 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
5
+ <meta content='en' http-equiv='Content-Language' />
6
+ <title>metrics</title>
7
+ <style>
8
+ /*
9
+ Copyright (c) 2008, Yahoo! Inc. All rights reserved.
10
+ Code licensed under the BSD License:
11
+ http://developer.yahoo.net/yui/license.txt
12
+ version: 2.5.2
13
+ */
14
+ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
15
+
16
+ /* --------------------------------------------------------------
17
+
18
+ buttons.css
19
+ * Gives you some great CSS-only buttons.
20
+
21
+ Created by Kevin Hale [particletree.com]
22
+ * particletree.com/features/rediscovering-the-button-element
23
+
24
+ See Readme.txt in this folder for instructions.
25
+
26
+ -------------------------------------------------------------- */
27
+
28
+ button {
29
+ display:block;
30
+ float:left;
31
+ margin:0 0.583em 0.667em 0;
32
+ padding:5px 10px 5px 7px; /* Links */
33
+
34
+ border:1px solid #dedede;
35
+ border-top:1px solid #eee;
36
+ border-left:1px solid #eee;
37
+
38
+ background-color:#f5f5f5;
39
+ font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
40
+ font-size:100%;
41
+ line-height:130%;
42
+ text-decoration:none;
43
+ font-weight:bold;
44
+ color:#565656;
45
+ cursor:pointer;
46
+ }
47
+ button {
48
+ width:auto;
49
+ overflow:visible;
50
+ padding:4px 10px 3px 7px; /* IE6 */
51
+ }
52
+ button[type] {
53
+ padding:4px 10px 4px 7px; /* Firefox */
54
+ line-height:17px; /* Safari */
55
+ }
56
+ *:first-child+html button[type] {
57
+ padding:4px 10px 3px 7px; /* IE7 */
58
+ }
59
+ button img {
60
+ margin:0 3px -3px 0 !important;
61
+ padding:0;
62
+ border:none;
63
+ width:16px;
64
+ height:16px;
65
+ float:none;
66
+ }
67
+
68
+
69
+ /* Button colors
70
+ -------------------------------------------------------------- */
71
+
72
+ /* Standard */
73
+ button:hover {
74
+ background-color:#dff4ff;
75
+ border:1px solid #c2e1ef;
76
+ color:#336699;
77
+ }
78
+
79
+ /* Positive */
80
+ body .positive {
81
+ color:#529214;
82
+ }
83
+ button.positive:hover {
84
+ background-color:#E6EFC2;
85
+ border:1px solid #C6D880;
86
+ color:#529214;
87
+ }
88
+
89
+ /* Negative */
90
+ body .negative {
91
+ color:#d12f19;
92
+ }
93
+ button.negative:hover {
94
+ background:#fbe3e4;
95
+ border:1px solid #fbc2c4;
96
+ color:#d12f19;
97
+ }
98
+
99
+ html {
100
+ background-color: #e0e0e0; }
101
+
102
+ body {
103
+ font-size: 100%;
104
+ font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
105
+ color: #333333; }
106
+
107
+ a {
108
+ color: #ed1556;
109
+ text-decoration: none; }
110
+ a:hover {
111
+ color: #ffffff;
112
+ background-color: #ed1556; }
113
+
114
+ #header, #content, #footer {
115
+ margin: 0 auto;
116
+ background: #eeeeee;
117
+ padding: 0 2em;
118
+ z-index: 0;
119
+ position: relative;
120
+ font-size: 1em; }
121
+
122
+ #header {
123
+ background: #ffffff; }
124
+ #header h1 {
125
+ font-weight: bold;
126
+ font-size: 1.5em; }
127
+ #header address.watermark {
128
+ position: absolute;
129
+ font-weight: bold;
130
+ right: 3em;
131
+ top: 0;
132
+ font-size: .75em;
133
+ color: #cccccc; }
134
+ #header address.watermark a {
135
+ color: #cccccc;
136
+ font-weight: bold;
137
+ font-size: 2em; }
138
+ #header address.watermark a:hover {
139
+ background: transparent;
140
+ color: #aaaaaa; }
141
+
142
+ #content {
143
+ padding-top: 1em;
144
+ padding-bottom: 2em; }
145
+ #content strong {
146
+ font-weight: bold; }
147
+ #content em {
148
+ font-style: italic; }
149
+ #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
150
+ color: #4e4e4e; }
151
+ #content h1 {
152
+ font-size: 2em;
153
+ font-weight: bold;
154
+ margin-bottom: .75em;
155
+ padding: .25em 0;
156
+ line-height: 1.2;
157
+ border-bottom: 1px solid #c0c0c0; }
158
+ #content h2 {
159
+ font-weight: bold;
160
+ font-size: 1.5em;
161
+ margin: 1em 0 .2em; }
162
+ #content h3 {
163
+ font-weight: bold;
164
+ font-size: 1.25em;
165
+ margin: .25em 0; }
166
+ #content h4, #content h5, #content h6 {
167
+ font-weight: bold;
168
+ margin-top: .5em; }
169
+ #content code, #content pre, #content textarea, #content input {
170
+ font-family: Monaco, Deja Vu Sans Mono, Inconsolata, Consolas, monospace; }
171
+ #content form p {
172
+ margin-top: 1em;
173
+ position: relative; }
174
+ #content form p.checkbox label {
175
+ margin-top: 0 !important; }
176
+ #content form input.text, #content form textarea {
177
+ width: 30em;
178
+ padding: .2em .4em;
179
+ color: #4e4e4e; }
180
+ #content form input.text {
181
+ height: 1.4em; }
182
+ #content form label {
183
+ float: left;
184
+ display: block;
185
+ margin-top: .5em;
186
+ width: 8em;
187
+ margin-right: .75em; }
188
+ #content form .with_errors label {
189
+ background: red;
190
+ color: white;
191
+ position: relative;
192
+ top: -.7em; }
193
+ #content form .with_errors.required label {
194
+ position: static;
195
+ margin-right: .25em;
196
+ padding: 0 .2em; }
197
+ #content form .with_errors input, #content form .with_errors textarea {
198
+ border: 2px solid #f22;
199
+ background: #fee;
200
+ color: #222222; }
201
+ #content form .required label {
202
+ float: none;
203
+ display: block;
204
+ width: auto;
205
+ position: relative;
206
+ font-weight: bold;
207
+ margin-top: 1em;
208
+ text-indent: -.65em; }
209
+ #content form .required label:before {
210
+ content: "* ";
211
+ color: #ed1556; }
212
+ #content form .required input.text {
213
+ width: 25.6em;
214
+ font-size: 24px;
215
+ font-weight: bold; }
216
+ #content form .normal {
217
+ margin-top: 2em; }
218
+ #content form h2.notifier label {
219
+ float: none;
220
+ width: auto;
221
+ margin-right: 0; }
222
+ #content form h2.notifier label .warning {
223
+ font-size: .5em;
224
+ font-weight: normal;
225
+ color: #999999; }
226
+ #content form fieldset {
227
+ padding-bottom: 1em;
228
+ margin-left: 1.35em;
229
+ border-bottom: 1px solid #c0c0c0;
230
+ margin-bottom: 1em; }
231
+ #content form fieldset h3 {
232
+ margin-top: 1em;
233
+ margin-bottom: 0; }
234
+ #content form fieldset p.normal {
235
+ margin-top: 1em; }
236
+ #content form fieldset p label {
237
+ width: 6.7em; }
238
+ #content form p.submit {
239
+ margin-top: 2em; }
240
+ #content form p.submit:after {
241
+ display: block;
242
+ clear: both;
243
+ float: none;
244
+ content: ".";
245
+ text-indent: -9999em;
246
+ text-align: left; }
247
+ #content form p.submit.destroy button, #content form p.submit.manual-build button {
248
+ float: none;
249
+ display: inline; }
250
+ #content form p.submit.manual-build button {
251
+ margin-right: 0; }
252
+ #content #build form, #content #last_build form {
253
+ font-size: .75em; }
254
+ #content #build form p.submit, #content #last_build form p.submit {
255
+ margin: 0;
256
+ padding: 0;
257
+ position: absolute;
258
+ right: .5em;
259
+ top: 1.25em; }
260
+ #content .blank_slate p, #content .error p {
261
+ position: relative;
262
+ top: .3em; }
263
+ #content .blank_slate h1, #content .error h1 {
264
+ border-width: 0;
265
+ margin: 0;
266
+ padding: 0; }
267
+ #content .blank_slate h1 button, #content .error h1 button {
268
+ float: none;
269
+ border: 0 none;
270
+ background: transparent;
271
+ display: inline;
272
+ color: #ed1556;
273
+ padding: 0.25em 0;
274
+ margin: 0; }
275
+ #content .blank_slate h1 button:hover, #content .error h1 button:hover {
276
+ background: #ed1556;
277
+ color: #ffffff; }
278
+ #content .error dt {
279
+ margin-top: 1.4em;
280
+ margin-bottom: .3em;
281
+ font-size: 1.75em;
282
+ font-family: Georgia, Times New Roman, serif; }
283
+ #content .error dd {
284
+ line-height: 1.4; }
285
+ #content .error .backtrace {
286
+ margin: 1em 0;
287
+ overflow: scroll;
288
+ height: 30em;
289
+ border: 1px solid #c0c0c0;
290
+ line-height: 1.6; }
291
+ #content #projects {
292
+ margin: 1em 0 2em;
293
+ border-top: 1px solid #c0c0c0; }
294
+ #content #projects li {
295
+ position: relative;
296
+ border-bottom: 1px solid #c0c0c0; }
297
+ #content #projects li.odd {
298
+ background: #e6e6e6; }
299
+ #content #projects li.building {
300
+ background: transparent url(/spinner.gif) no-repeat scroll right; }
301
+ #content #projects li a {
302
+ font-size: 2em;
303
+ padding: .25em;
304
+ line-height: 1.2;
305
+ font-weight: bold;
306
+ display: block; }
307
+ #content #projects li a.success {
308
+ color: #337022; }
309
+ #content #projects li a.failed {
310
+ color: #ff1100; }
311
+ #content #projects li .meta {
312
+ position: absolute;
313
+ right: .6em;
314
+ top: 1.5em;
315
+ font-size: 0.8em;
316
+ color: #999999;
317
+ text-align: right; }
318
+ #content #projects li.building .meta {
319
+ right: 1.6em; }
320
+ #content #projects li.success .meta {
321
+ color: #337022; }
322
+ #content #projects li.failed .meta {
323
+ color: #ff1100; }
324
+ #content #previous_builds li a {
325
+ display: block;
326
+ padding: .25em;
327
+ margin-bottom: .25em;
328
+ border-width: 1px;
329
+ border-style: solid; }
330
+ #content #previous_builds li a strong {
331
+ font-size: 1.3em; }
332
+ #content #previous_builds li a .attribution {
333
+ font-size: .9em; }
334
+ #content #projects li.success a, #content #previous_builds li.success a {
335
+ background-color: #bbf8aa;
336
+ border-color: #99d688;
337
+ color: #337022; }
338
+ #content #projects li.success a .attribution, #content #previous_builds li.success a .attribution {
339
+ color: #77b466; }
340
+ #content #projects li.success a:hover, #content #previous_builds li.success a:hover {
341
+ background-color: #ddffcc; }
342
+ #content #projects li.failed a, #content #previous_builds li.failed a {
343
+ background-color: #ffbbaa;
344
+ border-color: #dd9988;
345
+ color: #ff1100; }
346
+ #content #projects li.failed a .attribution, #content #previous_builds li.failed a .attribution {
347
+ color: #bb7766; }
348
+ #content #projects li.failed a:hover, #content #previous_builds li.failed a:hover {
349
+ background-color: #ffddcc; }
350
+ #content #build, #content #last_build {
351
+ position: relative; }
352
+ #content #build h1, #content #build blockquote, #content #last_build h1, #content #last_build blockquote {
353
+ border-width: 0 1px;
354
+ border-style: solid; }
355
+ #content #build h1, #content #last_build h1 {
356
+ border-top-width: 1px; }
357
+ #content #build blockquote, #content #last_build blockquote {
358
+ bottom-bottom-width: 1px;
359
+ line-height: 1.4; }
360
+ #content #build.success h1, #content #build.success blockquote, #content #last_build.success h1, #content #last_build.success blockquote {
361
+ background-color: #bbf8aa;
362
+ border-color: #99d688 #ccffbb #ccffbb #99d688; }
363
+ #content #build.success h1, #content #last_build.success h1 {
364
+ color: #337022; }
365
+ #content #build.success .meta, #content #last_build.success .meta {
366
+ color: #77b466; }
367
+ #content #build.failed h1, #content #build.failed blockquote, #content #last_build.failed h1, #content #last_build.failed blockquote {
368
+ background-color: #ffbbaa;
369
+ border-color: #dd9988 #ffccbb #ffccbb #dd9988; }
370
+ #content #build.failed h1, #content #last_build.failed h1 {
371
+ color: #ff1100; }
372
+ #content #build.failed .meta, #content #last_build.failed .meta {
373
+ color: #bb7766; }
374
+ #content #build h1, #content #last_build h1 {
375
+ margin-top: .5em;
376
+ margin-bottom: 0;
377
+ padding: .25em;
378
+ color: #337022; }
379
+ #content #build blockquote, #content #last_build blockquote {
380
+ padding: .75em;
381
+ margin-bottom: 2em; }
382
+ #content #build blockquote .meta, #content #last_build blockquote .meta {
383
+ margin-top: 1em;
384
+ display: block;
385
+ font-size: .9em; }
386
+ #content #build pre.output, #content #last_build pre.output {
387
+ background: #111;
388
+ color: #fff;
389
+ padding: .5em;
390
+ overflow: auto;
391
+ max-height: 50em;
392
+ font-size: .825em; }
393
+ #content #build pre.output .color30, #content #last_build pre.output .color30 {
394
+ color: #333; }
395
+ #content #build pre.output .color31, #content #last_build pre.output .color31 {
396
+ color: #e33; }
397
+ #content #build pre.output .color32, #content #last_build pre.output .color32 {
398
+ color: #3e3; }
399
+ #content #build pre.output .color33, #content #last_build pre.output .color33 {
400
+ color: #ee3; }
401
+ #content #build pre.output .color34, #content #last_build pre.output .color34 {
402
+ color: #33e; }
403
+ #content #build pre.output .color35, #content #last_build pre.output .color35 {
404
+ color: #e3e; }
405
+ #content #build pre.output .color36, #content #last_build pre.output .color36 {
406
+ color: #3ee; }
407
+ #content #build pre.output .color37, #content #last_build pre.output .color37 {
408
+ color: #fff; }
409
+ #content #push_path {
410
+ display: block;
411
+ margin-top: 1em;
412
+ margin-left: 2em; }
413
+
414
+ a.success {
415
+ color: #bbf8aa; }
416
+ a.success:hover {
417
+ background-color: #bbf8aa;
418
+ color: white; }
419
+ a.failed {
420
+ color: #ffbbaa; }
421
+ a.failed:hover {
422
+ background-color: #ffbbaa;
423
+ color: white; }
424
+
425
+ #footer {
426
+ padding: 1.5em 2.5em;
427
+ border-top: 1px solid #ccc;
428
+ font-size: .8em;
429
+ color: #666;
430
+ text-align: right; }
431
+ #footer strong {
432
+ font-weight: bold; }
433
+
434
+ table {
435
+ margin-top: 20px;
436
+ border-collapse: collapse;
437
+ border: 1px solid #666;
438
+ background: #fff;
439
+ margin-bottom: 20px;
440
+ }
441
+
442
+ table tr.light {
443
+ background: #fff;
444
+ }
445
+
446
+ table tr.dark {
447
+ background: #f9f9f9;
448
+ }
449
+
450
+ table tr:hover {
451
+ background: #FFFFC0;
452
+ }
453
+
454
+ table td, table th {
455
+ padding: 4px;
456
+ font-size: 11px;
457
+ }
458
+ table th {
459
+ text-align: center;
460
+ color: #337022;
461
+ background: #DDFFCC;
462
+ font-weight: bold;
463
+ border: #99D688 1px solid;
464
+ }
465
+
466
+ table td {
467
+ border: #d0d0d0 1px solid;
468
+ }
469
+
470
+ table td.score {
471
+ text-align: right;
472
+ }
473
+
474
+ .warning {
475
+ background: yellow;
476
+ }
477
+ .rcov_code td {
478
+ border-bottom: 1px solid #ddd ;
479
+ padding: 0;
480
+ margin: 0;
481
+ }
482
+ .rcov_code tr {
483
+ border: 0px;
484
+ padding:0px;
485
+ margin: 0px;
486
+ }
487
+ .rcov_code pre {
488
+ border: 0px;
489
+ padding: 0px;
490
+ margin: 0px;
491
+ }
492
+ .rcov_run {}
493
+ .rcov_not_run {
494
+ background-color: #d88;
495
+ }
496
+ .rcov_run a, .rcov_not_run a {
497
+ text-decoration: none;
498
+ }
499
+ .rcov_run a {
500
+ color: #333;
501
+ }
502
+ .rcov_not_run a {
503
+ color: #000;
504
+ }
505
+ .rcov_overflow {
506
+ overflow: auto;
507
+ font-size: 50%;
508
+ }
509
+
510
+ .bluff-tooltip {
511
+ background: #fff;
512
+ border: 1px solid #d1edf5;
513
+ padding: 8px 8px 6px;
514
+ }
515
+ .bluff-tooltip .color {
516
+ display: block;
517
+ height: 4px;
518
+ width: 30px;
519
+ margin: 0 0 4px;
520
+ overflow: hidden;
521
+ }
522
+ .bluff-tooltip .data {
523
+ font-weight: bold;
524
+ }
525
+
526
+ </style>
527
+ <link REL="SHORTCUT ICON" HREF="/favicon.ico">
528
+ <script language="javascript" src="js-class.js" type="text/javascript"></script>
529
+ <script language="javascript" src="bluff-min.js" type="text/javascript"></script>
530
+ <script language="javascript" src="excanvas.js" type="text/javascript"></script>
531
+ </head>
532
+ <body>
533
+ <div id='header'>
534
+ <h1><a href="/">metrics</a> | <a href="index.html">ninjs</a></h1>
535
+ <address class='watermark'>
536
+ built with
537
+ <a href='http://metric-fu.rubyforge.org/'>metric-fu</a>
538
+ </address>
539
+ </div>
540
+ <div id='content'>
541
+ <h3>Hotspot Results</h3>
542
+ <p>Meta analysis of your metrics to find hotspots in your code.</p>
543
+ <br/>
544
+
545
+
546
+
547
+
548
+ <table>
549
+ <tr valign="top">
550
+
551
+ <th width='33%'>
552
+ Files</th>
553
+
554
+ <th width='33%'>
555
+ Classes</th>
556
+
557
+ <th width='33%'>
558
+ Methods</th>
559
+
560
+ </tr>
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+ <tr valign="top">
578
+
579
+
580
+
581
+ <td>
582
+ <b>
583
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:88'>lib/ninjs/command.rb:88</a>
584
+ </b>
585
+
586
+
587
+
588
+ <small>&laquo;
589
+ <b><a href="lib_ninjs_command.rb.html#line88">annotate</a></b>
590
+ &raquo;</small>
591
+
592
+
593
+ <br/><br/>
594
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
595
+
596
+ <br/>
597
+ Flog: complexity is 142.8<br/>
598
+
599
+ </td>
600
+
601
+
602
+
603
+
604
+ <td>
605
+ <b>
606
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb'>lib/ninjs/command.rb</a> : Command
607
+ </b>
608
+
609
+
610
+
611
+ <small>&laquo;
612
+ <b><a href="lib_ninjs_command.rb.html">annotate</a></b>
613
+ &raquo;</small>
614
+
615
+
616
+ <br/><br/>
617
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
618
+
619
+ <br/>
620
+ Reek: found 20 code smells<br/>
621
+
622
+ <br/>
623
+ Flog: average complexity is 29.2<br/>
624
+
625
+ </td>
626
+
627
+
628
+
629
+
630
+ <td>
631
+ <b>
632
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb'>lib/ninjs/command.rb</a> : Command#generate
633
+ </b>
634
+
635
+
636
+
637
+ <small>&laquo;
638
+ <b><a href="lib_ninjs_command.rb.html">annotate</a></b>
639
+ &raquo;</small>
640
+
641
+
642
+ <br/><br/>
643
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
644
+
645
+ <br/>
646
+ Reek: found 14 code smells<br/>
647
+
648
+ <br/>
649
+ Flog: complexity is 142.8<br/>
650
+
651
+ </td>
652
+
653
+
654
+
655
+ </tr>
656
+
657
+ <tr valign="top">
658
+
659
+
660
+
661
+ <td>
662
+ <b>
663
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:3'>lib/ninjs/command.rb:3</a>
664
+ </b>
665
+
666
+
667
+
668
+ <small>&laquo;
669
+ <b><a href="lib_ninjs_command.rb.html#line3">annotate</a></b>
670
+ &raquo;</small>
671
+
672
+
673
+ <br/><br/>
674
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
675
+
676
+ <br/>
677
+ Flog: complexity is 43.3<br/>
678
+
679
+ </td>
680
+
681
+
682
+
683
+
684
+ <td>
685
+ <b>
686
+ <a href=''></a> : main
687
+ </b>
688
+
689
+ <br/><br/>
690
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
691
+
692
+ <br/>
693
+ Flog: complexity is 19.5<br/>
694
+
695
+ </td>
696
+
697
+
698
+
699
+
700
+ <td>
701
+ <b>
702
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb'>lib/ninjs/command.rb</a> : Command#watch
703
+ </b>
704
+
705
+
706
+
707
+ <small>&laquo;
708
+ <b><a href="lib_ninjs_command.rb.html">annotate</a></b>
709
+ &raquo;</small>
710
+
711
+
712
+ <br/><br/>
713
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
714
+
715
+ <br/>
716
+ Reek: found 4 code smells<br/>
717
+
718
+ <br/>
719
+ Flog: complexity is 43.3<br/>
720
+
721
+ </td>
722
+
723
+
724
+
725
+ </tr>
726
+
727
+ <tr valign="top">
728
+
729
+
730
+
731
+ <td>
732
+ <b>
733
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:68'>lib/ninjs/project.rb:68</a>
734
+ </b>
735
+
736
+
737
+
738
+ <small>&laquo;
739
+ <b><a href="lib_ninjs_project.rb.html#line68">annotate</a></b>
740
+ &raquo;</small>
741
+
742
+
743
+ <br/><br/>
744
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
745
+
746
+ <br/>
747
+ Flog: complexity is 20.4<br/>
748
+
749
+ </td>
750
+
751
+
752
+
753
+
754
+ <td>
755
+ <b>
756
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project
757
+ </b>
758
+
759
+
760
+
761
+ <small>&laquo;
762
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
763
+ &raquo;</small>
764
+
765
+
766
+ <br/><br/>
767
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
768
+
769
+ <br/>
770
+ Reek: found 18 code smells<br/>
771
+
772
+ <br/>
773
+ Flog: average complexity is 10.3<br/>
774
+
775
+ </td>
776
+
777
+
778
+
779
+
780
+ <td>
781
+ <b>
782
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:68'>lib/ninjs/project.rb:68</a> : Project#create_ninjs_application_file
783
+ </b>
784
+
785
+
786
+
787
+ <small>&laquo;
788
+ <b><a href="lib_ninjs_project.rb.html#line68">annotate</a></b>
789
+ &raquo;</small>
790
+
791
+
792
+ <br/><br/>
793
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
794
+
795
+ <br/>
796
+ Flog: complexity is 20.4<br/>
797
+
798
+ </td>
799
+
800
+
801
+
802
+ </tr>
803
+
804
+ <tr valign="top">
805
+
806
+
807
+
808
+ <td>
809
+ <b>
810
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:78'>lib/ninjs/configuration.rb:78</a>
811
+ </b>
812
+
813
+
814
+
815
+ <small>&laquo;
816
+ <b><a href="lib_ninjs_configuration.rb.html#line78">annotate</a></b>
817
+ &raquo;</small>
818
+
819
+
820
+ <br/><br/>
821
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
822
+
823
+ <br/>
824
+ Flog: complexity is 19.3<br/>
825
+
826
+ </td>
827
+
828
+
829
+
830
+
831
+ <td>
832
+ <b>
833
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb'>lib/ninjs/configuration.rb</a> : Configuration
834
+ </b>
835
+
836
+
837
+
838
+ <small>&laquo;
839
+ <b><a href="lib_ninjs_configuration.rb.html">annotate</a></b>
840
+ &raquo;</small>
841
+
842
+
843
+ <br/><br/>
844
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
845
+
846
+ <br/>
847
+ Reek: found 6 code smells<br/>
848
+
849
+ <br/>
850
+ Flog: average complexity is 7.6<br/>
851
+
852
+ </td>
853
+
854
+
855
+
856
+
857
+ <td>
858
+ <b>
859
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb'>lib/ninjs/configuration.rb</a> : Configuration#read
860
+ </b>
861
+
862
+
863
+
864
+ <small>&laquo;
865
+ <b><a href="lib_ninjs_configuration.rb.html">annotate</a></b>
866
+ &raquo;</small>
867
+
868
+
869
+ <br/><br/>
870
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
871
+
872
+ <br/>
873
+ Reek: found 2 code smells<br/>
874
+
875
+ <br/>
876
+ Flog: complexity is 19.3<br/>
877
+
878
+ </td>
879
+
880
+
881
+
882
+ </tr>
883
+
884
+ <tr valign="top">
885
+
886
+
887
+
888
+ <td>
889
+ <b>
890
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:201'>lib/ninjs/project.rb:201</a>
891
+ </b>
892
+
893
+
894
+
895
+ <small>&laquo;
896
+ <b><a href="lib_ninjs_project.rb.html#line201">annotate</a></b>
897
+ &raquo;</small>
898
+
899
+
900
+ <br/><br/>
901
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
902
+
903
+ <br/>
904
+ Flog: complexity is 18.6<br/>
905
+
906
+ </td>
907
+
908
+
909
+
910
+
911
+ <td>
912
+ <b>
913
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/helpers.rb'>lib/ninjs/helpers.rb</a> : Helpers
914
+ </b>
915
+
916
+
917
+
918
+ <small>&laquo;
919
+ <b><a href="lib_ninjs_helpers.rb.html">annotate</a></b>
920
+ &raquo;</small>
921
+
922
+
923
+ <br/><br/>
924
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
925
+
926
+ <br/>
927
+ Reek: found 5 code smells<br/>
928
+
929
+ <br/>
930
+ Flog: average complexity is 4.4<br/>
931
+
932
+ </td>
933
+
934
+
935
+
936
+
937
+ <td>
938
+ <b>
939
+ <a href=''></a> : main#none
940
+ </b>
941
+
942
+ <br/><br/>
943
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
944
+
945
+ <br/>
946
+ Flog: complexity is 19.5<br/>
947
+
948
+ </td>
949
+
950
+
951
+
952
+ </tr>
953
+
954
+ <tr valign="top">
955
+
956
+
957
+
958
+ <td>
959
+ <b>
960
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:126'>lib/ninjs/project.rb:126</a>
961
+ </b>
962
+
963
+
964
+
965
+ <small>&laquo;
966
+ <b><a href="lib_ninjs_project.rb.html#line126">annotate</a></b>
967
+ &raquo;</small>
968
+
969
+
970
+ <br/><br/>
971
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
972
+
973
+ <br/>
974
+ Flog: complexity is 15.8<br/>
975
+
976
+ </td>
977
+
978
+
979
+
980
+
981
+ <td>
982
+ <b>
983
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb'>lib/ninjs.rb</a> : Ninjs
984
+ </b>
985
+
986
+
987
+
988
+ <small>&laquo;
989
+ <b><a href="lib_ninjs.rb.html">annotate</a></b>
990
+ &raquo;</small>
991
+
992
+
993
+ <br/><br/>
994
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
995
+
996
+ <br/>
997
+ Reek: found 2 code smells<br/>
998
+
999
+ <br/>
1000
+ Flog: average complexity is 2.9<br/>
1001
+
1002
+ </td>
1003
+
1004
+
1005
+
1006
+
1007
+ <td>
1008
+ <b>
1009
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#compress_application
1010
+ </b>
1011
+
1012
+
1013
+
1014
+ <small>&laquo;
1015
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1016
+ &raquo;</small>
1017
+
1018
+
1019
+ <br/><br/>
1020
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1021
+
1022
+ <br/>
1023
+ Reek: found 3 code smells<br/>
1024
+
1025
+ <br/>
1026
+ Flog: complexity is 18.6<br/>
1027
+
1028
+ </td>
1029
+
1030
+
1031
+
1032
+ </tr>
1033
+
1034
+ <tr valign="top">
1035
+
1036
+
1037
+
1038
+ <td>
1039
+ <b>
1040
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:183'>lib/ninjs/project.rb:183</a>
1041
+ </b>
1042
+
1043
+
1044
+
1045
+ <small>&laquo;
1046
+ <b><a href="lib_ninjs_project.rb.html#line183">annotate</a></b>
1047
+ &raquo;</small>
1048
+
1049
+
1050
+ <br/><br/>
1051
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1052
+
1053
+ <br/>
1054
+ Flog: complexity is 13.1<br/>
1055
+
1056
+ </td>
1057
+
1058
+
1059
+
1060
+
1061
+ <td>
1062
+ <b>
1063
+ <a href=''></a> : Manifest
1064
+ </b>
1065
+
1066
+ <br/><br/>
1067
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1068
+
1069
+ <br/>
1070
+ Flog: complexity is 1.1<br/>
1071
+
1072
+ </td>
1073
+
1074
+
1075
+
1076
+
1077
+ <td>
1078
+ <b>
1079
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#create_module_file
1080
+ </b>
1081
+
1082
+
1083
+
1084
+ <small>&laquo;
1085
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1086
+ &raquo;</small>
1087
+
1088
+
1089
+ <br/><br/>
1090
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1091
+
1092
+ <br/>
1093
+ Reek: found 1 code smells<br/>
1094
+
1095
+ <br/>
1096
+ Flog: complexity is 15.8<br/>
1097
+
1098
+ </td>
1099
+
1100
+
1101
+
1102
+ </tr>
1103
+
1104
+ <tr valign="top">
1105
+
1106
+
1107
+
1108
+ <td>
1109
+ <b>
1110
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:78'>lib/ninjs/project.rb:78</a>
1111
+ </b>
1112
+
1113
+
1114
+
1115
+ <small>&laquo;
1116
+ <b><a href="lib_ninjs_project.rb.html#line78">annotate</a></b>
1117
+ &raquo;</small>
1118
+
1119
+
1120
+ <br/><br/>
1121
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1122
+
1123
+ <br/>
1124
+ Flog: complexity is 13.0<br/>
1125
+
1126
+ </td>
1127
+
1128
+
1129
+
1130
+
1131
+ <td> &nbsp; </td>
1132
+
1133
+
1134
+
1135
+
1136
+ <td>
1137
+ <b>
1138
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#compile_application_file
1139
+ </b>
1140
+
1141
+
1142
+
1143
+ <small>&laquo;
1144
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1145
+ &raquo;</small>
1146
+
1147
+
1148
+ <br/><br/>
1149
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1150
+
1151
+ <br/>
1152
+ Reek: found 1 code smells<br/>
1153
+
1154
+ <br/>
1155
+ Flog: complexity is 13.1<br/>
1156
+
1157
+ </td>
1158
+
1159
+
1160
+
1161
+ </tr>
1162
+
1163
+ <tr valign="top">
1164
+
1165
+
1166
+
1167
+ <td>
1168
+ <b>
1169
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:34'>lib/ninjs/project.rb:34</a>
1170
+ </b>
1171
+
1172
+
1173
+
1174
+ <small>&laquo;
1175
+ <b><a href="lib_ninjs_project.rb.html#line34">annotate</a></b>
1176
+ &raquo;</small>
1177
+
1178
+
1179
+ <br/><br/>
1180
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1181
+
1182
+ <br/>
1183
+ Flog: complexity is 12.1<br/>
1184
+
1185
+ </td>
1186
+
1187
+
1188
+
1189
+
1190
+ <td> &nbsp; </td>
1191
+
1192
+
1193
+
1194
+
1195
+ <td>
1196
+ <b>
1197
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#import_test_files
1198
+ </b>
1199
+
1200
+
1201
+
1202
+ <small>&laquo;
1203
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1204
+ &raquo;</small>
1205
+
1206
+
1207
+ <br/><br/>
1208
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1209
+
1210
+ <br/>
1211
+ Reek: found 1 code smells<br/>
1212
+
1213
+ <br/>
1214
+ Flog: complexity is 13.0<br/>
1215
+
1216
+ </td>
1217
+
1218
+
1219
+
1220
+ </tr>
1221
+
1222
+ <tr valign="top">
1223
+
1224
+
1225
+
1226
+ <td>
1227
+ <b>
1228
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:42'>lib/ninjs/configuration.rb:42</a>
1229
+ </b>
1230
+
1231
+
1232
+
1233
+ <small>&laquo;
1234
+ <b><a href="lib_ninjs_configuration.rb.html#line42">annotate</a></b>
1235
+ &raquo;</small>
1236
+
1237
+
1238
+ <br/><br/>
1239
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1240
+
1241
+ <br/>
1242
+ Flog: complexity is 11.3<br/>
1243
+
1244
+ </td>
1245
+
1246
+
1247
+
1248
+
1249
+ <td> &nbsp; </td>
1250
+
1251
+
1252
+
1253
+
1254
+ <td>
1255
+ <b>
1256
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#create_project_structure
1257
+ </b>
1258
+
1259
+
1260
+
1261
+ <small>&laquo;
1262
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1263
+ &raquo;</small>
1264
+
1265
+
1266
+ <br/><br/>
1267
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1268
+
1269
+ <br/>
1270
+ Reek: found 1 code smells<br/>
1271
+
1272
+ <br/>
1273
+ Flog: complexity is 12.1<br/>
1274
+
1275
+ </td>
1276
+
1277
+
1278
+
1279
+ </tr>
1280
+
1281
+ <tr valign="top">
1282
+
1283
+
1284
+
1285
+ <td>
1286
+ <b>
1287
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:23'>lib/ninjs/project.rb:23</a>
1288
+ </b>
1289
+
1290
+
1291
+
1292
+ <small>&laquo;
1293
+ <b><a href="lib_ninjs_project.rb.html#line23">annotate</a></b>
1294
+ &raquo;</small>
1295
+
1296
+
1297
+ <br/><br/>
1298
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1299
+
1300
+ <br/>
1301
+ Flog: complexity is 11.0<br/>
1302
+
1303
+ </td>
1304
+
1305
+
1306
+
1307
+
1308
+ <td> &nbsp; </td>
1309
+
1310
+
1311
+
1312
+
1313
+ <td>
1314
+ <b>
1315
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb'>lib/ninjs/configuration.rb</a> : Configuration#conf_content
1316
+ </b>
1317
+
1318
+
1319
+
1320
+ <small>&laquo;
1321
+ <b><a href="lib_ninjs_configuration.rb.html">annotate</a></b>
1322
+ &raquo;</small>
1323
+
1324
+
1325
+ <br/><br/>
1326
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1327
+
1328
+ <br/>
1329
+ Reek: found 2 code smells<br/>
1330
+
1331
+ <br/>
1332
+ Flog: complexity is 11.3<br/>
1333
+
1334
+ </td>
1335
+
1336
+
1337
+
1338
+ </tr>
1339
+
1340
+ <tr valign="top">
1341
+
1342
+
1343
+
1344
+ <td>
1345
+ <b>
1346
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:15'>lib/ninjs/configuration.rb:15</a>
1347
+ </b>
1348
+
1349
+
1350
+
1351
+ <small>&laquo;
1352
+ <b><a href="lib_ninjs_configuration.rb.html#line15">annotate</a></b>
1353
+ &raquo;</small>
1354
+
1355
+
1356
+ <br/><br/>
1357
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1358
+
1359
+ <br/>
1360
+ Flog: complexity is 10.9<br/>
1361
+
1362
+ </td>
1363
+
1364
+
1365
+
1366
+
1367
+ <td> &nbsp; </td>
1368
+
1369
+
1370
+
1371
+
1372
+ <td>
1373
+ <b>
1374
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#create
1375
+ </b>
1376
+
1377
+
1378
+
1379
+ <small>&laquo;
1380
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1381
+ &raquo;</small>
1382
+
1383
+
1384
+ <br/><br/>
1385
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1386
+
1387
+ <br/>
1388
+ Reek: found 1 code smells<br/>
1389
+
1390
+ <br/>
1391
+ Flog: complexity is 11.0<br/>
1392
+
1393
+ </td>
1394
+
1395
+
1396
+
1397
+ </tr>
1398
+
1399
+ <tr valign="top">
1400
+
1401
+
1402
+
1403
+ <td>
1404
+ <b>
1405
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:110'>lib/ninjs/project.rb:110</a>
1406
+ </b>
1407
+
1408
+
1409
+
1410
+ <small>&laquo;
1411
+ <b><a href="lib_ninjs_project.rb.html#line110">annotate</a></b>
1412
+ &raquo;</small>
1413
+
1414
+
1415
+ <br/><br/>
1416
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1417
+
1418
+ <br/>
1419
+ Flog: complexity is 10.8<br/>
1420
+
1421
+ </td>
1422
+
1423
+
1424
+
1425
+
1426
+ <td> &nbsp; </td>
1427
+
1428
+
1429
+
1430
+
1431
+ <td>
1432
+ <b>
1433
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:15'>lib/ninjs/configuration.rb:15</a> : Configuration#initialize
1434
+ </b>
1435
+
1436
+
1437
+
1438
+ <small>&laquo;
1439
+ <b><a href="lib_ninjs_configuration.rb.html#line15">annotate</a></b>
1440
+ &raquo;</small>
1441
+
1442
+
1443
+ <br/><br/>
1444
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1445
+
1446
+ <br/>
1447
+ Flog: complexity is 10.9<br/>
1448
+
1449
+ </td>
1450
+
1451
+
1452
+
1453
+ </tr>
1454
+
1455
+ <tr valign="top">
1456
+
1457
+
1458
+
1459
+ <td>
1460
+ <b>
1461
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:175'>lib/ninjs/project.rb:175</a>
1462
+ </b>
1463
+
1464
+
1465
+
1466
+ <small>&laquo;
1467
+ <b><a href="lib_ninjs_project.rb.html#line175">annotate</a></b>
1468
+ &raquo;</small>
1469
+
1470
+
1471
+ <br/><br/>
1472
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1473
+
1474
+ <br/>
1475
+ Flog: complexity is 10.7<br/>
1476
+
1477
+ </td>
1478
+
1479
+
1480
+
1481
+
1482
+ <td> &nbsp; </td>
1483
+
1484
+
1485
+
1486
+
1487
+ <td>
1488
+ <b>
1489
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:110'>lib/ninjs/project.rb:110</a> : Project#get_updated_modules
1490
+ </b>
1491
+
1492
+
1493
+
1494
+ <small>&laquo;
1495
+ <b><a href="lib_ninjs_project.rb.html#line110">annotate</a></b>
1496
+ &raquo;</small>
1497
+
1498
+
1499
+ <br/><br/>
1500
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1501
+
1502
+ <br/>
1503
+ Flog: complexity is 10.8<br/>
1504
+
1505
+ </td>
1506
+
1507
+
1508
+
1509
+ </tr>
1510
+
1511
+ <tr valign="top">
1512
+
1513
+
1514
+
1515
+ <td>
1516
+ <b>
1517
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:161'>lib/ninjs/project.rb:161</a>
1518
+ </b>
1519
+
1520
+
1521
+
1522
+ <small>&laquo;
1523
+ <b><a href="lib_ninjs_project.rb.html#line161">annotate</a></b>
1524
+ &raquo;</small>
1525
+
1526
+
1527
+ <br/><br/>
1528
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1529
+
1530
+ <br/>
1531
+ Flog: complexity is 10.7<br/>
1532
+
1533
+ </td>
1534
+
1535
+
1536
+
1537
+
1538
+ <td> &nbsp; </td>
1539
+
1540
+
1541
+
1542
+
1543
+ <td>
1544
+ <b>
1545
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#write_autoload
1546
+ </b>
1547
+
1548
+
1549
+
1550
+ <small>&laquo;
1551
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1552
+ &raquo;</small>
1553
+
1554
+
1555
+ <br/><br/>
1556
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1557
+
1558
+ <br/>
1559
+ Reek: found 1 code smells<br/>
1560
+
1561
+ <br/>
1562
+ Flog: complexity is 10.7<br/>
1563
+
1564
+ </td>
1565
+
1566
+
1567
+
1568
+ </tr>
1569
+
1570
+ <tr valign="top">
1571
+
1572
+
1573
+
1574
+ <td>
1575
+ <b>
1576
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:10'>lib/ninjs/project.rb:10</a>
1577
+ </b>
1578
+
1579
+
1580
+
1581
+ <small>&laquo;
1582
+ <b><a href="lib_ninjs_project.rb.html#line10">annotate</a></b>
1583
+ &raquo;</small>
1584
+
1585
+
1586
+ <br/><br/>
1587
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1588
+
1589
+ <br/>
1590
+ Flog: complexity is 9.5<br/>
1591
+
1592
+ </td>
1593
+
1594
+
1595
+
1596
+
1597
+ <td> &nbsp; </td>
1598
+
1599
+
1600
+
1601
+
1602
+ <td>
1603
+ <b>
1604
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#write_dependencies
1605
+ </b>
1606
+
1607
+
1608
+
1609
+ <small>&laquo;
1610
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1611
+ &raquo;</small>
1612
+
1613
+
1614
+ <br/><br/>
1615
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1616
+
1617
+ <br/>
1618
+ Reek: found 1 code smells<br/>
1619
+
1620
+ <br/>
1621
+ Flog: complexity is 10.7<br/>
1622
+
1623
+ </td>
1624
+
1625
+
1626
+
1627
+ </tr>
1628
+
1629
+ <tr valign="top">
1630
+
1631
+
1632
+
1633
+ <td>
1634
+ <b>
1635
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:86'>lib/ninjs/project.rb:86</a>
1636
+ </b>
1637
+
1638
+
1639
+
1640
+ <small>&laquo;
1641
+ <b><a href="lib_ninjs_project.rb.html#line86">annotate</a></b>
1642
+ &raquo;</small>
1643
+
1644
+
1645
+ <br/><br/>
1646
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1647
+
1648
+ <br/>
1649
+ Flog: complexity is 9.2<br/>
1650
+
1651
+ </td>
1652
+
1653
+
1654
+
1655
+
1656
+ <td> &nbsp; </td>
1657
+
1658
+
1659
+
1660
+
1661
+ <td>
1662
+ <b>
1663
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:10'>lib/ninjs/project.rb:10</a> : Project#initialize
1664
+ </b>
1665
+
1666
+
1667
+
1668
+ <small>&laquo;
1669
+ <b><a href="lib_ninjs_project.rb.html#line10">annotate</a></b>
1670
+ &raquo;</small>
1671
+
1672
+
1673
+ <br/><br/>
1674
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1675
+
1676
+ <br/>
1677
+ Flog: complexity is 9.5<br/>
1678
+
1679
+ </td>
1680
+
1681
+
1682
+
1683
+ </tr>
1684
+
1685
+ <tr valign="top">
1686
+
1687
+
1688
+
1689
+ <td>
1690
+ <b>
1691
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:149'>lib/ninjs/project.rb:149</a>
1692
+ </b>
1693
+
1694
+
1695
+
1696
+ <small>&laquo;
1697
+ <b><a href="lib_ninjs_project.rb.html#line149">annotate</a></b>
1698
+ &raquo;</small>
1699
+
1700
+
1701
+ <br/><br/>
1702
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1703
+
1704
+ <br/>
1705
+ Flog: complexity is 8.3<br/>
1706
+
1707
+ </td>
1708
+
1709
+
1710
+
1711
+
1712
+ <td> &nbsp; </td>
1713
+
1714
+
1715
+
1716
+
1717
+ <td>
1718
+ <b>
1719
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#update
1720
+ </b>
1721
+
1722
+
1723
+
1724
+ <small>&laquo;
1725
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1726
+ &raquo;</small>
1727
+
1728
+
1729
+ <br/><br/>
1730
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1731
+
1732
+ <br/>
1733
+ Reek: found 1 code smells<br/>
1734
+
1735
+ <br/>
1736
+ Flog: complexity is 9.2<br/>
1737
+
1738
+ </td>
1739
+
1740
+
1741
+
1742
+ </tr>
1743
+
1744
+ <tr valign="top">
1745
+
1746
+
1747
+
1748
+ <td>
1749
+ <b>
1750
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:102'>lib/ninjs/project.rb:102</a>
1751
+ </b>
1752
+
1753
+
1754
+
1755
+ <small>&laquo;
1756
+ <b><a href="lib_ninjs_project.rb.html#line102">annotate</a></b>
1757
+ &raquo;</small>
1758
+
1759
+
1760
+ <br/><br/>
1761
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1762
+
1763
+ <br/>
1764
+ Flog: complexity is 8.0<br/>
1765
+
1766
+ </td>
1767
+
1768
+
1769
+
1770
+
1771
+ <td> &nbsp; </td>
1772
+
1773
+
1774
+
1775
+
1776
+ <td>
1777
+ <b>
1778
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#get_files_timestamps
1779
+ </b>
1780
+
1781
+
1782
+
1783
+ <small>&laquo;
1784
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1785
+ &raquo;</small>
1786
+
1787
+
1788
+ <br/><br/>
1789
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1790
+
1791
+ <br/>
1792
+ Reek: found 3 code smells<br/>
1793
+
1794
+ <br/>
1795
+ Flog: complexity is 8.0<br/>
1796
+
1797
+ </td>
1798
+
1799
+
1800
+
1801
+ </tr>
1802
+
1803
+ <tr valign="top">
1804
+
1805
+
1806
+
1807
+ <td>
1808
+ <b>
1809
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:51'>lib/ninjs/command.rb:51</a>
1810
+ </b>
1811
+
1812
+
1813
+
1814
+ <small>&laquo;
1815
+ <b><a href="lib_ninjs_command.rb.html#line51">annotate</a></b>
1816
+ &raquo;</small>
1817
+
1818
+
1819
+ <br/><br/>
1820
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1821
+
1822
+ <br/>
1823
+ Flog: complexity is 8.0<br/>
1824
+
1825
+ </td>
1826
+
1827
+
1828
+
1829
+
1830
+ <td> &nbsp; </td>
1831
+
1832
+
1833
+
1834
+
1835
+ <td>
1836
+ <b>
1837
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/helpers.rb'>lib/ninjs/helpers.rb</a> : Helpers#create_module_filename
1838
+ </b>
1839
+
1840
+
1841
+
1842
+ <small>&laquo;
1843
+ <b><a href="lib_ninjs_helpers.rb.html">annotate</a></b>
1844
+ &raquo;</small>
1845
+
1846
+
1847
+ <br/><br/>
1848
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1849
+
1850
+ <br/>
1851
+ Reek: found 5 code smells<br/>
1852
+
1853
+ <br/>
1854
+ Flog: complexity is 7.7<br/>
1855
+
1856
+ </td>
1857
+
1858
+
1859
+
1860
+ </tr>
1861
+
1862
+ <tr valign="top">
1863
+
1864
+
1865
+
1866
+ <td>
1867
+ <b>
1868
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:55'>lib/ninjs/project.rb:55</a>
1869
+ </b>
1870
+
1871
+
1872
+
1873
+ <small>&laquo;
1874
+ <b><a href="lib_ninjs_project.rb.html#line55">annotate</a></b>
1875
+ &raquo;</small>
1876
+
1877
+
1878
+ <br/><br/>
1879
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1880
+
1881
+ <br/>
1882
+ Flog: complexity is 7.9<br/>
1883
+
1884
+ </td>
1885
+
1886
+
1887
+
1888
+
1889
+ <td> &nbsp; </td>
1890
+
1891
+
1892
+
1893
+
1894
+ <td>
1895
+ <b>
1896
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#update_application_file
1897
+ </b>
1898
+
1899
+
1900
+
1901
+ <small>&laquo;
1902
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
1903
+ &raquo;</small>
1904
+
1905
+
1906
+ <br/><br/>
1907
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1908
+
1909
+ <br/>
1910
+ Reek: found 1 code smells<br/>
1911
+
1912
+ <br/>
1913
+ Flog: complexity is 8.3<br/>
1914
+
1915
+ </td>
1916
+
1917
+
1918
+
1919
+ </tr>
1920
+
1921
+ <tr valign="top">
1922
+
1923
+
1924
+
1925
+ <td>
1926
+ <b>
1927
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:42'>lib/ninjs/project.rb:42</a>
1928
+ </b>
1929
+
1930
+
1931
+
1932
+ <small>&laquo;
1933
+ <b><a href="lib_ninjs_project.rb.html#line42">annotate</a></b>
1934
+ &raquo;</small>
1935
+
1936
+
1937
+ <br/><br/>
1938
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1939
+
1940
+ <br/>
1941
+ Flog: complexity is 7.9<br/>
1942
+
1943
+ </td>
1944
+
1945
+
1946
+
1947
+
1948
+ <td> &nbsp; </td>
1949
+
1950
+
1951
+
1952
+
1953
+ <td>
1954
+ <b>
1955
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:51'>lib/ninjs/command.rb:51</a> : Command#compile
1956
+ </b>
1957
+
1958
+
1959
+
1960
+ <small>&laquo;
1961
+ <b><a href="lib_ninjs_command.rb.html#line51">annotate</a></b>
1962
+ &raquo;</small>
1963
+
1964
+
1965
+ <br/><br/>
1966
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1967
+
1968
+ <br/>
1969
+ Flog: complexity is 8.0<br/>
1970
+
1971
+ </td>
1972
+
1973
+
1974
+
1975
+ </tr>
1976
+
1977
+ <tr valign="top">
1978
+
1979
+
1980
+
1981
+ <td>
1982
+ <b>
1983
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:169'>lib/ninjs/project.rb:169</a>
1984
+ </b>
1985
+
1986
+
1987
+
1988
+ <small>&laquo;
1989
+ <b><a href="lib_ninjs_project.rb.html#line169">annotate</a></b>
1990
+ &raquo;</small>
1991
+
1992
+
1993
+ <br/><br/>
1994
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
1995
+
1996
+ <br/>
1997
+ Flog: complexity is 7.8<br/>
1998
+
1999
+ </td>
2000
+
2001
+
2002
+
2003
+
2004
+ <td> &nbsp; </td>
2005
+
2006
+
2007
+
2008
+
2009
+ <td>
2010
+ <b>
2011
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:55'>lib/ninjs/project.rb:55</a> : Project#create_utility_lib_file
2012
+ </b>
2013
+
2014
+
2015
+
2016
+ <small>&laquo;
2017
+ <b><a href="lib_ninjs_project.rb.html#line55">annotate</a></b>
2018
+ &raquo;</small>
2019
+
2020
+
2021
+ <br/><br/>
2022
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2023
+
2024
+ <br/>
2025
+ Flog: complexity is 7.9<br/>
2026
+
2027
+ </td>
2028
+
2029
+
2030
+
2031
+ </tr>
2032
+
2033
+ <tr valign="top">
2034
+
2035
+
2036
+
2037
+ <td>
2038
+ <b>
2039
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/helpers.rb:4'>lib/ninjs/helpers.rb:4</a>
2040
+ </b>
2041
+
2042
+
2043
+
2044
+ <small>&laquo;
2045
+ <b><a href="lib_ninjs_helpers.rb.html#line4">annotate</a></b>
2046
+ &raquo;</small>
2047
+
2048
+
2049
+ <br/><br/>
2050
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2051
+
2052
+ <br/>
2053
+ Flog: complexity is 7.7<br/>
2054
+
2055
+ </td>
2056
+
2057
+
2058
+
2059
+
2060
+ <td> &nbsp; </td>
2061
+
2062
+
2063
+
2064
+
2065
+ <td>
2066
+ <b>
2067
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:42'>lib/ninjs/project.rb:42</a> : Project#create_ninjs_lib_file
2068
+ </b>
2069
+
2070
+
2071
+
2072
+ <small>&laquo;
2073
+ <b><a href="lib_ninjs_project.rb.html#line42">annotate</a></b>
2074
+ &raquo;</small>
2075
+
2076
+
2077
+ <br/><br/>
2078
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2079
+
2080
+ <br/>
2081
+ Flog: complexity is 7.9<br/>
2082
+
2083
+ </td>
2084
+
2085
+
2086
+
2087
+ </tr>
2088
+
2089
+ <tr valign="top">
2090
+
2091
+
2092
+
2093
+ <td>
2094
+ <b>
2095
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:95'>lib/ninjs/project.rb:95</a>
2096
+ </b>
2097
+
2098
+
2099
+
2100
+ <small>&laquo;
2101
+ <b><a href="lib_ninjs_project.rb.html#line95">annotate</a></b>
2102
+ &raquo;</small>
2103
+
2104
+
2105
+ <br/><br/>
2106
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2107
+
2108
+ <br/>
2109
+ Flog: complexity is 7.4<br/>
2110
+
2111
+ </td>
2112
+
2113
+
2114
+
2115
+
2116
+ <td> &nbsp; </td>
2117
+
2118
+
2119
+
2120
+
2121
+ <td>
2122
+ <b>
2123
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb'>lib/ninjs/command.rb</a> : Command#create
2124
+ </b>
2125
+
2126
+
2127
+
2128
+ <small>&laquo;
2129
+ <b><a href="lib_ninjs_command.rb.html">annotate</a></b>
2130
+ &raquo;</small>
2131
+
2132
+
2133
+ <br/><br/>
2134
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2135
+
2136
+ <br/>
2137
+ Reek: found 2 code smells<br/>
2138
+
2139
+ <br/>
2140
+ Flog: complexity is 7.2<br/>
2141
+
2142
+ </td>
2143
+
2144
+
2145
+
2146
+ </tr>
2147
+
2148
+ <tr valign="top">
2149
+
2150
+
2151
+
2152
+ <td>
2153
+ <b>
2154
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:45'>lib/ninjs/command.rb:45</a>
2155
+ </b>
2156
+
2157
+
2158
+
2159
+ <small>&laquo;
2160
+ <b><a href="lib_ninjs_command.rb.html#line45">annotate</a></b>
2161
+ &raquo;</small>
2162
+
2163
+
2164
+ <br/><br/>
2165
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2166
+
2167
+ <br/>
2168
+ Flog: complexity is 7.2<br/>
2169
+
2170
+ </td>
2171
+
2172
+
2173
+
2174
+
2175
+ <td> &nbsp; </td>
2176
+
2177
+
2178
+
2179
+
2180
+ <td>
2181
+ <b>
2182
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:169'>lib/ninjs/project.rb:169</a> : Project#write_core
2183
+ </b>
2184
+
2185
+
2186
+
2187
+ <small>&laquo;
2188
+ <b><a href="lib_ninjs_project.rb.html#line169">annotate</a></b>
2189
+ &raquo;</small>
2190
+
2191
+
2192
+ <br/><br/>
2193
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2194
+
2195
+ <br/>
2196
+ Flog: complexity is 7.8<br/>
2197
+
2198
+ </td>
2199
+
2200
+
2201
+
2202
+ </tr>
2203
+
2204
+ <tr valign="top">
2205
+
2206
+
2207
+
2208
+ <td>
2209
+ <b>
2210
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:17'>lib/ninjs/project.rb:17</a>
2211
+ </b>
2212
+
2213
+
2214
+
2215
+ <small>&laquo;
2216
+ <b><a href="lib_ninjs_project.rb.html#line17">annotate</a></b>
2217
+ &raquo;</small>
2218
+
2219
+
2220
+ <br/><br/>
2221
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2222
+
2223
+ <br/>
2224
+ Flog: complexity is 6.1<br/>
2225
+
2226
+ </td>
2227
+
2228
+
2229
+
2230
+
2231
+ <td> &nbsp; </td>
2232
+
2233
+
2234
+
2235
+
2236
+ <td>
2237
+ <b>
2238
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:95'>lib/ninjs/project.rb:95</a> : Project#get_directory_script_files
2239
+ </b>
2240
+
2241
+
2242
+
2243
+ <small>&laquo;
2244
+ <b><a href="lib_ninjs_project.rb.html#line95">annotate</a></b>
2245
+ &raquo;</small>
2246
+
2247
+
2248
+ <br/><br/>
2249
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2250
+
2251
+ <br/>
2252
+ Flog: complexity is 7.4<br/>
2253
+
2254
+ </td>
2255
+
2256
+
2257
+
2258
+ </tr>
2259
+
2260
+ <tr valign="top">
2261
+
2262
+
2263
+
2264
+ <td>
2265
+ <b>
2266
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:56'>lib/ninjs/configuration.rb:56</a>
2267
+ </b>
2268
+
2269
+
2270
+
2271
+ <small>&laquo;
2272
+ <b><a href="lib_ninjs_configuration.rb.html#line56">annotate</a></b>
2273
+ &raquo;</small>
2274
+
2275
+
2276
+ <br/><br/>
2277
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2278
+
2279
+ <br/>
2280
+ Flog: complexity is 5.5<br/>
2281
+
2282
+ </td>
2283
+
2284
+
2285
+
2286
+
2287
+ <td> &nbsp; </td>
2288
+
2289
+
2290
+
2291
+
2292
+ <td>
2293
+ <b>
2294
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a> : Project#add_slashes
2295
+ </b>
2296
+
2297
+
2298
+
2299
+ <small>&laquo;
2300
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
2301
+ &raquo;</small>
2302
+
2303
+
2304
+ <br/><br/>
2305
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2306
+
2307
+ <br/>
2308
+ Reek: found 2 code smells<br/>
2309
+
2310
+ <br/>
2311
+ Flog: complexity is 6.1<br/>
2312
+
2313
+ </td>
2314
+
2315
+
2316
+
2317
+ </tr>
2318
+
2319
+ <tr valign="top">
2320
+
2321
+
2322
+
2323
+ <td>
2324
+ <b>
2325
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:119'>lib/ninjs/project.rb:119</a>
2326
+ </b>
2327
+
2328
+
2329
+
2330
+ <small>&laquo;
2331
+ <b><a href="lib_ninjs_project.rb.html#line119">annotate</a></b>
2332
+ &raquo;</small>
2333
+
2334
+
2335
+ <br/><br/>
2336
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2337
+
2338
+ <br/>
2339
+ Flog: complexity is 5.0<br/>
2340
+
2341
+ </td>
2342
+
2343
+
2344
+
2345
+
2346
+ <td> &nbsp; </td>
2347
+
2348
+
2349
+
2350
+
2351
+ <td>
2352
+ <b>
2353
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:56'>lib/ninjs/configuration.rb:56</a> : Configuration#create_conf_file
2354
+ </b>
2355
+
2356
+
2357
+
2358
+ <small>&laquo;
2359
+ <b><a href="lib_ninjs_configuration.rb.html#line56">annotate</a></b>
2360
+ &raquo;</small>
2361
+
2362
+
2363
+ <br/><br/>
2364
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2365
+
2366
+ <br/>
2367
+ Flog: complexity is 5.5<br/>
2368
+
2369
+ </td>
2370
+
2371
+
2372
+
2373
+ </tr>
2374
+
2375
+ <tr valign="top">
2376
+
2377
+
2378
+
2379
+ <td>
2380
+ <b>
2381
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:6'>lib/ninjs.rb:6</a>
2382
+ </b>
2383
+
2384
+
2385
+
2386
+ <small>&laquo;
2387
+ <b><a href="lib_ninjs.rb.html#line6">annotate</a></b>
2388
+ &raquo;</small>
2389
+
2390
+
2391
+ <br/><br/>
2392
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2393
+
2394
+ <br/>
2395
+ Flog: complexity is 4.5<br/>
2396
+
2397
+ </td>
2398
+
2399
+
2400
+
2401
+
2402
+ <td> &nbsp; </td>
2403
+
2404
+
2405
+
2406
+
2407
+ <td>
2408
+ <b>
2409
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb:119'>lib/ninjs/project.rb:119</a> : Project#compile_modules
2410
+ </b>
2411
+
2412
+
2413
+
2414
+ <small>&laquo;
2415
+ <b><a href="lib_ninjs_project.rb.html#line119">annotate</a></b>
2416
+ &raquo;</small>
2417
+
2418
+
2419
+ <br/><br/>
2420
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2421
+
2422
+ <br/>
2423
+ Flog: complexity is 5.0<br/>
2424
+
2425
+ </td>
2426
+
2427
+
2428
+
2429
+ </tr>
2430
+
2431
+ <tr valign="top">
2432
+
2433
+
2434
+
2435
+ <td>
2436
+ <b>
2437
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:10'>lib/ninjs.rb:10</a>
2438
+ </b>
2439
+
2440
+
2441
+
2442
+ <small>&laquo;
2443
+ <b><a href="lib_ninjs.rb.html#line10">annotate</a></b>
2444
+ &raquo;</small>
2445
+
2446
+
2447
+ <br/><br/>
2448
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2449
+
2450
+ <br/>
2451
+ Flog: complexity is 4.5<br/>
2452
+
2453
+ </td>
2454
+
2455
+
2456
+
2457
+
2458
+ <td> &nbsp; </td>
2459
+
2460
+
2461
+
2462
+
2463
+ <td>
2464
+ <b>
2465
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb'>lib/ninjs.rb</a> : Ninjs#base_directory
2466
+ </b>
2467
+
2468
+
2469
+
2470
+ <small>&laquo;
2471
+ <b><a href="lib_ninjs.rb.html">annotate</a></b>
2472
+ &raquo;</small>
2473
+
2474
+
2475
+ <br/><br/>
2476
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2477
+
2478
+ <br/>
2479
+ Reek: found 1 code smells<br/>
2480
+
2481
+ <br/>
2482
+ Flog: complexity is 4.5<br/>
2483
+
2484
+ </td>
2485
+
2486
+
2487
+
2488
+ </tr>
2489
+
2490
+ <tr valign="top">
2491
+
2492
+
2493
+
2494
+ <td>
2495
+ <b>
2496
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:18'>lib/ninjs.rb:18</a>
2497
+ </b>
2498
+
2499
+
2500
+
2501
+ <small>&laquo;
2502
+ <b><a href="lib_ninjs.rb.html#line18">annotate</a></b>
2503
+ &raquo;</small>
2504
+
2505
+
2506
+ <br/><br/>
2507
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2508
+
2509
+ <br/>
2510
+ Flog: complexity is 2.8<br/>
2511
+
2512
+ </td>
2513
+
2514
+
2515
+
2516
+
2517
+ <td> &nbsp; </td>
2518
+
2519
+
2520
+
2521
+
2522
+ <td>
2523
+ <b>
2524
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb'>lib/ninjs.rb</a> : Ninjs#lib_directory
2525
+ </b>
2526
+
2527
+
2528
+
2529
+ <small>&laquo;
2530
+ <b><a href="lib_ninjs.rb.html">annotate</a></b>
2531
+ &raquo;</small>
2532
+
2533
+
2534
+ <br/><br/>
2535
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2536
+
2537
+ <br/>
2538
+ Reek: found 1 code smells<br/>
2539
+
2540
+ <br/>
2541
+ Flog: complexity is 4.5<br/>
2542
+
2543
+ </td>
2544
+
2545
+
2546
+
2547
+ </tr>
2548
+
2549
+ <tr valign="top">
2550
+
2551
+
2552
+
2553
+ <td>
2554
+ <b>
2555
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:37'>lib/ninjs/configuration.rb:37</a>
2556
+ </b>
2557
+
2558
+
2559
+
2560
+ <small>&laquo;
2561
+ <b><a href="lib_ninjs_configuration.rb.html#line37">annotate</a></b>
2562
+ &raquo;</small>
2563
+
2564
+
2565
+ <br/><br/>
2566
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2567
+
2568
+ <br/>
2569
+ Flog: complexity is 2.7<br/>
2570
+
2571
+ </td>
2572
+
2573
+
2574
+
2575
+
2576
+ <td> &nbsp; </td>
2577
+
2578
+
2579
+
2580
+
2581
+ <td>
2582
+ <b>
2583
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:18'>lib/ninjs.rb:18</a> : Ninjs#repository_root
2584
+ </b>
2585
+
2586
+
2587
+
2588
+ <small>&laquo;
2589
+ <b><a href="lib_ninjs.rb.html#line18">annotate</a></b>
2590
+ &raquo;</small>
2591
+
2592
+
2593
+ <br/><br/>
2594
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2595
+
2596
+ <br/>
2597
+ Flog: complexity is 2.8<br/>
2598
+
2599
+ </td>
2600
+
2601
+
2602
+
2603
+ </tr>
2604
+
2605
+ <tr valign="top">
2606
+
2607
+
2608
+
2609
+ <td>
2610
+ <b>
2611
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:64'>lib/ninjs/configuration.rb:64</a>
2612
+ </b>
2613
+
2614
+
2615
+
2616
+ <small>&laquo;
2617
+ <b><a href="lib_ninjs_configuration.rb.html#line64">annotate</a></b>
2618
+ &raquo;</small>
2619
+
2620
+
2621
+ <br/><br/>
2622
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2623
+
2624
+ <br/>
2625
+ Flog: complexity is 2.7<br/>
2626
+
2627
+ </td>
2628
+
2629
+
2630
+
2631
+
2632
+ <td> &nbsp; </td>
2633
+
2634
+
2635
+
2636
+
2637
+ <td>
2638
+ <b>
2639
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:64'>lib/ninjs/configuration.rb:64</a> : Configuration#update
2640
+ </b>
2641
+
2642
+
2643
+
2644
+ <small>&laquo;
2645
+ <b><a href="lib_ninjs_configuration.rb.html#line64">annotate</a></b>
2646
+ &raquo;</small>
2647
+
2648
+
2649
+ <br/><br/>
2650
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2651
+
2652
+ <br/>
2653
+ Flog: complexity is 2.7<br/>
2654
+
2655
+ </td>
2656
+
2657
+
2658
+
2659
+ </tr>
2660
+
2661
+ <tr valign="top">
2662
+
2663
+
2664
+
2665
+ <td>
2666
+ <b>
2667
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:14'>lib/ninjs.rb:14</a>
2668
+ </b>
2669
+
2670
+
2671
+
2672
+ <small>&laquo;
2673
+ <b><a href="lib_ninjs.rb.html#line14">annotate</a></b>
2674
+ &raquo;</small>
2675
+
2676
+
2677
+ <br/><br/>
2678
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2679
+
2680
+ <br/>
2681
+ Flog: complexity is 1.3<br/>
2682
+
2683
+ </td>
2684
+
2685
+
2686
+
2687
+
2688
+ <td> &nbsp; </td>
2689
+
2690
+
2691
+
2692
+
2693
+ <td>
2694
+ <b>
2695
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb:37'>lib/ninjs/configuration.rb:37</a> : Configuration#create
2696
+ </b>
2697
+
2698
+
2699
+
2700
+ <small>&laquo;
2701
+ <b><a href="lib_ninjs_configuration.rb.html#line37">annotate</a></b>
2702
+ &raquo;</small>
2703
+
2704
+
2705
+ <br/><br/>
2706
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2707
+
2708
+ <br/>
2709
+ Flog: complexity is 2.7<br/>
2710
+
2711
+ </td>
2712
+
2713
+
2714
+
2715
+ </tr>
2716
+
2717
+ <tr valign="top">
2718
+
2719
+
2720
+
2721
+ <td>
2722
+ <b>
2723
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb'>lib/ninjs/command.rb</a>
2724
+ </b>
2725
+
2726
+
2727
+
2728
+ <small>&laquo;
2729
+ <b><a href="lib_ninjs_command.rb.html">annotate</a></b>
2730
+ &raquo;</small>
2731
+
2732
+
2733
+ <br/><br/>
2734
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2735
+
2736
+ <br/>
2737
+ Reek: found 20 code smells<br/>
2738
+
2739
+ <br/>
2740
+ Roodi: found 6 design problems<br/>
2741
+
2742
+ <br/>
2743
+ Churn: detected high level of churn (changed 4 times)<br/>
2744
+
2745
+ </td>
2746
+
2747
+
2748
+
2749
+
2750
+ <td> &nbsp; </td>
2751
+
2752
+
2753
+
2754
+
2755
+ <td>
2756
+ <b>
2757
+ <a href=''></a> : Project#none
2758
+ </b>
2759
+
2760
+ <br/><br/>
2761
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2762
+
2763
+ <br/>
2764
+ Flog: complexity is 2.2<br/>
2765
+
2766
+ </td>
2767
+
2768
+
2769
+
2770
+ </tr>
2771
+
2772
+ <tr valign="top">
2773
+
2774
+
2775
+
2776
+ <td>
2777
+ <b>
2778
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:62'>lib/ninjs/command.rb:62</a>
2779
+ </b>
2780
+
2781
+
2782
+
2783
+ <small>&laquo;
2784
+ <b><a href="lib_ninjs_command.rb.html#line62">annotate</a></b>
2785
+ &raquo;</small>
2786
+
2787
+
2788
+ <br/><br/>
2789
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2790
+
2791
+ <br/>
2792
+ Flog: complexity is 1.2<br/>
2793
+
2794
+ </td>
2795
+
2796
+
2797
+
2798
+
2799
+ <td> &nbsp; </td>
2800
+
2801
+
2802
+
2803
+
2804
+ <td>
2805
+ <b>
2806
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb:14'>lib/ninjs.rb:14</a> : Ninjs#root_directory
2807
+ </b>
2808
+
2809
+
2810
+
2811
+ <small>&laquo;
2812
+ <b><a href="lib_ninjs.rb.html#line14">annotate</a></b>
2813
+ &raquo;</small>
2814
+
2815
+
2816
+ <br/><br/>
2817
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2818
+
2819
+ <br/>
2820
+ Flog: complexity is 1.3<br/>
2821
+
2822
+ </td>
2823
+
2824
+
2825
+
2826
+ </tr>
2827
+
2828
+ <tr valign="top">
2829
+
2830
+
2831
+
2832
+ <td>
2833
+ <b>
2834
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:58'>lib/ninjs/command.rb:58</a>
2835
+ </b>
2836
+
2837
+
2838
+
2839
+ <small>&laquo;
2840
+ <b><a href="lib_ninjs_command.rb.html#line58">annotate</a></b>
2841
+ &raquo;</small>
2842
+
2843
+
2844
+ <br/><br/>
2845
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2846
+
2847
+ <br/>
2848
+ Flog: complexity is 1.2<br/>
2849
+
2850
+ </td>
2851
+
2852
+
2853
+
2854
+
2855
+ <td> &nbsp; </td>
2856
+
2857
+
2858
+
2859
+
2860
+ <td>
2861
+ <b>
2862
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:58'>lib/ninjs/command.rb:58</a> : Command#import
2863
+ </b>
2864
+
2865
+
2866
+
2867
+ <small>&laquo;
2868
+ <b><a href="lib_ninjs_command.rb.html#line58">annotate</a></b>
2869
+ &raquo;</small>
2870
+
2871
+
2872
+ <br/><br/>
2873
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2874
+
2875
+ <br/>
2876
+ Flog: complexity is 1.2<br/>
2877
+
2878
+ </td>
2879
+
2880
+
2881
+
2882
+ </tr>
2883
+
2884
+ <tr valign="top">
2885
+
2886
+
2887
+
2888
+ <td>
2889
+ <b>
2890
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/project.rb'>lib/ninjs/project.rb</a>
2891
+ </b>
2892
+
2893
+
2894
+
2895
+ <small>&laquo;
2896
+ <b><a href="lib_ninjs_project.rb.html">annotate</a></b>
2897
+ &raquo;</small>
2898
+
2899
+
2900
+ <br/><br/>
2901
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2902
+
2903
+ <br/>
2904
+ Reek: found 18 code smells<br/>
2905
+
2906
+ <br/>
2907
+ Churn: detected high level of churn (changed 10 times)<br/>
2908
+
2909
+ </td>
2910
+
2911
+
2912
+
2913
+
2914
+ <td> &nbsp; </td>
2915
+
2916
+
2917
+
2918
+
2919
+ <td>
2920
+ <b>
2921
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/command.rb:62'>lib/ninjs/command.rb:62</a> : Command#help
2922
+ </b>
2923
+
2924
+
2925
+
2926
+ <small>&laquo;
2927
+ <b><a href="lib_ninjs_command.rb.html#line62">annotate</a></b>
2928
+ &raquo;</small>
2929
+
2930
+
2931
+ <br/><br/>
2932
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2933
+
2934
+ <br/>
2935
+ Flog: complexity is 1.2<br/>
2936
+
2937
+ </td>
2938
+
2939
+
2940
+
2941
+ </tr>
2942
+
2943
+ <tr valign="top">
2944
+
2945
+
2946
+
2947
+ <td>
2948
+ <b>
2949
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/configuration.rb'>lib/ninjs/configuration.rb</a>
2950
+ </b>
2951
+
2952
+
2953
+
2954
+ <small>&laquo;
2955
+ <b><a href="lib_ninjs_configuration.rb.html">annotate</a></b>
2956
+ &raquo;</small>
2957
+
2958
+
2959
+ <br/><br/>
2960
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2961
+
2962
+ <br/>
2963
+ Reek: found 6 code smells<br/>
2964
+
2965
+ <br/>
2966
+ Churn: detected high level of churn (changed 4 times)<br/>
2967
+
2968
+ </td>
2969
+
2970
+
2971
+
2972
+
2973
+ <td> &nbsp; </td>
2974
+
2975
+
2976
+
2977
+
2978
+ <td>
2979
+ <b>
2980
+ <a href=''></a> : Ninjs#none
2981
+ </b>
2982
+
2983
+ <br/><br/>
2984
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
2985
+
2986
+ <br/>
2987
+ Flog: complexity is 1.2<br/>
2988
+
2989
+ </td>
2990
+
2991
+
2992
+
2993
+ </tr>
2994
+
2995
+ <tr valign="top">
2996
+
2997
+
2998
+
2999
+ <td>
3000
+ <b>
3001
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs.rb'>lib/ninjs.rb</a>
3002
+ </b>
3003
+
3004
+
3005
+
3006
+ <small>&laquo;
3007
+ <b><a href="lib_ninjs.rb.html">annotate</a></b>
3008
+ &raquo;</small>
3009
+
3010
+
3011
+ <br/><br/>
3012
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3013
+
3014
+ <br/>
3015
+ Reek: found 2 code smells<br/>
3016
+
3017
+ <br/>
3018
+ Churn: detected high level of churn (changed 3 times)<br/>
3019
+
3020
+ </td>
3021
+
3022
+
3023
+
3024
+
3025
+ <td> &nbsp; </td>
3026
+
3027
+
3028
+
3029
+
3030
+ <td>
3031
+ <b>
3032
+ <a href=''></a> : Command#none
3033
+ </b>
3034
+
3035
+ <br/><br/>
3036
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3037
+
3038
+ <br/>
3039
+ Flog: complexity is 1.1<br/>
3040
+
3041
+ </td>
3042
+
3043
+
3044
+
3045
+ </tr>
3046
+
3047
+ <tr valign="top">
3048
+
3049
+
3050
+
3051
+ <td>
3052
+ <b>
3053
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/README'>README</a>
3054
+ </b>
3055
+
3056
+
3057
+
3058
+
3059
+ <br/><br/>
3060
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3061
+
3062
+ <br/>
3063
+ Churn: detected high level of churn (changed 3 times)<br/>
3064
+
3065
+ </td>
3066
+
3067
+
3068
+
3069
+
3070
+ <td> &nbsp; </td>
3071
+
3072
+
3073
+
3074
+
3075
+ <td>
3076
+ <b>
3077
+ <a href=''></a> : Configuration#none
3078
+ </b>
3079
+
3080
+ <br/><br/>
3081
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3082
+
3083
+ <br/>
3084
+ Flog: complexity is 1.1<br/>
3085
+
3086
+ </td>
3087
+
3088
+
3089
+
3090
+ </tr>
3091
+
3092
+ <tr valign="top">
3093
+
3094
+
3095
+
3096
+ <td>
3097
+ <b>
3098
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/README.textile'>README.textile</a>
3099
+ </b>
3100
+
3101
+
3102
+
3103
+
3104
+ <br/><br/>
3105
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3106
+
3107
+ <br/>
3108
+ Churn: detected high level of churn (changed 14 times)<br/>
3109
+
3110
+ </td>
3111
+
3112
+
3113
+
3114
+
3115
+ <td> &nbsp; </td>
3116
+
3117
+
3118
+
3119
+
3120
+ <td>
3121
+ <b>
3122
+ <a href=''></a> : Helpers#none
3123
+ </b>
3124
+
3125
+ <br/><br/>
3126
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3127
+
3128
+ <br/>
3129
+ Flog: complexity is 1.1<br/>
3130
+
3131
+ </td>
3132
+
3133
+
3134
+
3135
+ </tr>
3136
+
3137
+ <tr valign="top">
3138
+
3139
+
3140
+
3141
+ <td>
3142
+ <b>
3143
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/ninjs.gemspec'>ninjs.gemspec</a>
3144
+ </b>
3145
+
3146
+
3147
+
3148
+
3149
+ <br/><br/>
3150
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3151
+
3152
+ <br/>
3153
+ Churn: detected high level of churn (changed 12 times)<br/>
3154
+
3155
+ </td>
3156
+
3157
+
3158
+
3159
+
3160
+ <td> &nbsp; </td>
3161
+
3162
+
3163
+
3164
+
3165
+ <td>
3166
+ <b>
3167
+ <a href=''></a> : Manifest#none
3168
+ </b>
3169
+
3170
+ <br/><br/>
3171
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3172
+
3173
+ <br/>
3174
+ Flog: complexity is 1.1<br/>
3175
+
3176
+ </td>
3177
+
3178
+
3179
+
3180
+ </tr>
3181
+
3182
+ <tr valign="top">
3183
+
3184
+
3185
+
3186
+ <td>
3187
+ <b>
3188
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/repository/ninjs/core/nin.js'>repository/ninjs/core/nin.js</a>
3189
+ </b>
3190
+
3191
+
3192
+
3193
+
3194
+ <br/><br/>
3195
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3196
+
3197
+ <br/>
3198
+ Churn: detected high level of churn (changed 9 times)<br/>
3199
+
3200
+ </td>
3201
+
3202
+
3203
+
3204
+
3205
+ <td> &nbsp; </td>
3206
+
3207
+
3208
+
3209
+
3210
+ <td> &nbsp; </td>
3211
+
3212
+
3213
+
3214
+ </tr>
3215
+
3216
+ <tr valign="top">
3217
+
3218
+
3219
+
3220
+ <td>
3221
+ <b>
3222
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/bin/ninjs'>bin/ninjs</a>
3223
+ </b>
3224
+
3225
+
3226
+
3227
+
3228
+ <br/><br/>
3229
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3230
+
3231
+ <br/>
3232
+ Churn: detected high level of churn (changed 7 times)<br/>
3233
+
3234
+ </td>
3235
+
3236
+
3237
+
3238
+
3239
+ <td> &nbsp; </td>
3240
+
3241
+
3242
+
3243
+
3244
+ <td> &nbsp; </td>
3245
+
3246
+
3247
+
3248
+ </tr>
3249
+
3250
+ <tr valign="top">
3251
+
3252
+
3253
+
3254
+ <td>
3255
+ <b>
3256
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/repository/ninjs/core/existence.js'>repository/ninjs/core/existence.js</a>
3257
+ </b>
3258
+
3259
+
3260
+
3261
+
3262
+ <br/><br/>
3263
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3264
+
3265
+ <br/>
3266
+ Churn: detected high level of churn (changed 5 times)<br/>
3267
+
3268
+ </td>
3269
+
3270
+
3271
+
3272
+
3273
+ <td> &nbsp; </td>
3274
+
3275
+
3276
+
3277
+
3278
+ <td> &nbsp; </td>
3279
+
3280
+
3281
+
3282
+ </tr>
3283
+
3284
+ <tr valign="top">
3285
+
3286
+
3287
+
3288
+ <td>
3289
+ <b>
3290
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/Rakefile'>Rakefile</a>
3291
+ </b>
3292
+
3293
+
3294
+
3295
+
3296
+ <br/><br/>
3297
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3298
+
3299
+ <br/>
3300
+ Churn: detected high level of churn (changed 4 times)<br/>
3301
+
3302
+ </td>
3303
+
3304
+
3305
+
3306
+
3307
+ <td> &nbsp; </td>
3308
+
3309
+
3310
+
3311
+
3312
+ <td> &nbsp; </td>
3313
+
3314
+
3315
+
3316
+ </tr>
3317
+
3318
+ <tr valign="top">
3319
+
3320
+
3321
+
3322
+ <td>
3323
+ <b>
3324
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/spec/ninjs_spec.rb'>spec/ninjs_spec.rb</a>
3325
+ </b>
3326
+
3327
+
3328
+
3329
+
3330
+ <br/><br/>
3331
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3332
+
3333
+ <br/>
3334
+ Churn: detected high level of churn (changed 3 times)<br/>
3335
+
3336
+ </td>
3337
+
3338
+
3339
+
3340
+
3341
+ <td> &nbsp; </td>
3342
+
3343
+
3344
+
3345
+
3346
+ <td> &nbsp; </td>
3347
+
3348
+
3349
+
3350
+ </tr>
3351
+
3352
+ <tr valign="top">
3353
+
3354
+
3355
+
3356
+ <td>
3357
+ <b>
3358
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/dependencies.rb'>lib/ninjs/dependencies.rb</a>
3359
+ </b>
3360
+
3361
+
3362
+
3363
+ <small>&laquo;
3364
+ <b><a href="lib_ninjs_dependencies.rb.html">annotate</a></b>
3365
+ &raquo;</small>
3366
+
3367
+
3368
+ <br/><br/>
3369
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3370
+
3371
+ <br/>
3372
+ Churn: detected high level of churn (changed 3 times)<br/>
3373
+
3374
+ </td>
3375
+
3376
+
3377
+
3378
+
3379
+ <td> &nbsp; </td>
3380
+
3381
+
3382
+
3383
+
3384
+ <td> &nbsp; </td>
3385
+
3386
+
3387
+
3388
+ </tr>
3389
+
3390
+ <tr valign="top">
3391
+
3392
+
3393
+
3394
+ <td>
3395
+ <b>
3396
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/VERSION'>VERSION</a>
3397
+ </b>
3398
+
3399
+
3400
+
3401
+
3402
+ <br/><br/>
3403
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3404
+
3405
+ <br/>
3406
+ Churn: detected high level of churn (changed 3 times)<br/>
3407
+
3408
+ </td>
3409
+
3410
+
3411
+
3412
+
3413
+ <td> &nbsp; </td>
3414
+
3415
+
3416
+
3417
+
3418
+ <td> &nbsp; </td>
3419
+
3420
+
3421
+
3422
+ </tr>
3423
+
3424
+ <tr valign="top">
3425
+
3426
+
3427
+
3428
+ <td>
3429
+ <b>
3430
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/repository/ninjs/tests/index.html'>repository/ninjs/tests/index.html</a>
3431
+ </b>
3432
+
3433
+
3434
+
3435
+
3436
+ <br/><br/>
3437
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3438
+
3439
+ <br/>
3440
+ Churn: detected high level of churn (changed 3 times)<br/>
3441
+
3442
+ </td>
3443
+
3444
+
3445
+
3446
+
3447
+ <td> &nbsp; </td>
3448
+
3449
+
3450
+
3451
+
3452
+ <td> &nbsp; </td>
3453
+
3454
+
3455
+
3456
+ </tr>
3457
+
3458
+ <tr valign="top">
3459
+
3460
+
3461
+
3462
+ <td>
3463
+ <b>
3464
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/repository/ninjs/tests/ninjs.test.js'>repository/ninjs/tests/ninjs.test.js</a>
3465
+ </b>
3466
+
3467
+
3468
+
3469
+
3470
+ <br/><br/>
3471
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3472
+
3473
+ <br/>
3474
+ Churn: detected high level of churn (changed 3 times)<br/>
3475
+
3476
+ </td>
3477
+
3478
+
3479
+
3480
+
3481
+ <td> &nbsp; </td>
3482
+
3483
+
3484
+
3485
+
3486
+ <td> &nbsp; </td>
3487
+
3488
+
3489
+
3490
+ </tr>
3491
+
3492
+ <tr valign="top">
3493
+
3494
+
3495
+
3496
+ <td>
3497
+ <b>
3498
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/Gemfile'>Gemfile</a>
3499
+ </b>
3500
+
3501
+
3502
+
3503
+
3504
+ <br/><br/>
3505
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3506
+
3507
+ <br/>
3508
+ Churn: detected high level of churn (changed 3 times)<br/>
3509
+
3510
+ </td>
3511
+
3512
+
3513
+
3514
+
3515
+ <td> &nbsp; </td>
3516
+
3517
+
3518
+
3519
+
3520
+ <td> &nbsp; </td>
3521
+
3522
+
3523
+
3524
+ </tr>
3525
+
3526
+ <tr valign="top">
3527
+
3528
+
3529
+
3530
+ <td>
3531
+ <b>
3532
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/repository/ninjs/core/module.js'>repository/ninjs/core/module.js</a>
3533
+ </b>
3534
+
3535
+
3536
+
3537
+
3538
+ <br/><br/>
3539
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3540
+
3541
+ <br/>
3542
+ Churn: detected high level of churn (changed 4 times)<br/>
3543
+
3544
+ </td>
3545
+
3546
+
3547
+
3548
+
3549
+ <td> &nbsp; </td>
3550
+
3551
+
3552
+
3553
+
3554
+ <td> &nbsp; </td>
3555
+
3556
+
3557
+
3558
+ </tr>
3559
+
3560
+ <tr valign="top">
3561
+
3562
+
3563
+
3564
+ <td>
3565
+ <b>
3566
+ <a href='txmt://open/?url=file:///Volumes/Storage/Development/ninjs/lib/ninjs/helpers.rb'>lib/ninjs/helpers.rb</a>
3567
+ </b>
3568
+
3569
+
3570
+
3571
+ <small>&laquo;
3572
+ <b><a href="lib_ninjs_helpers.rb.html">annotate</a></b>
3573
+ &raquo;</small>
3574
+
3575
+
3576
+ <br/><br/>
3577
+ <!-- TODO HOTSPOTS for metric fu nice metric_link method -->
3578
+
3579
+ <br/>
3580
+ Reek: found 5 code smells<br/>
3581
+
3582
+ </td>
3583
+
3584
+
3585
+
3586
+
3587
+ <td> &nbsp; </td>
3588
+
3589
+
3590
+
3591
+
3592
+ <td> &nbsp; </td>
3593
+
3594
+
3595
+
3596
+ </tr>
3597
+
3598
+
3599
+ </table>
3600
+
3601
+
3602
+
3603
+ <p>Generated on 2011-03-05 14:06:52 -0600</p>
3604
+
3605
+ </div>
3606
+ </body>
3607
+ </html>