terrimporter 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1203 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
- <head>
4
- <title>lib/importer.rb</title>
5
- <link href="screen.css" media="all" rel="stylesheet" type="text/css" />
6
- <link href="print.css" media="print" rel="stylesheet" type="text/css" />
7
-
8
- <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
9
- <script type="text/javascript" src="rcov.js"></script>
10
- </head>
11
- <body>
12
- <h1>Terrimporter C0 Coverage Information - RCov</h1>
13
- <h2>lib/importer.rb</h2>
14
-
15
-
16
-
17
- <div class="report_table_wrapper">
18
- <table class='report' id='report_table'>
19
- <thead>
20
- <tr>
21
- <th class="left_align">Name</th>
22
- <th class="right_align">Total Lines</th>
23
- <th class="right_align">Lines of Code</th>
24
- <th class="left_align">Total Coverage</th>
25
- <th class="left_align">Code Coverage</th>
26
- </tr>
27
- </thead>
28
- <tbody>
29
- <tr>
30
- <td class="left_align"><a href="lib-importer_rb.html">lib/importer.rb</a></td>
31
- <td class='right_align'><tt>190</tt></td>
32
- <td class='right_align'><tt>135</tt></td>
33
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>26.84%</tt></div>
34
- <div class="percent_graph">
35
- <div class="covered" style="width:27px"></div>
36
- <div class="uncovered" style="width:73px"></div>
37
- </div></td>
38
- <td class="left_align"><div class="percent_graph_legend"><tt class=''>21.48%</tt></div>
39
- <div class="percent_graph">
40
- <div class="covered" style="width:21px"></div>
41
- <div class="uncovered" style="width:79px"></div>
42
- </div></td>
43
- </tr>
44
- </tbody>
45
- </table>
46
- </div>
47
-
48
- <h3>Key</h3>
49
-
50
- <div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
51
-
52
- <h3>Coverage Details</h3>
53
-
54
- <table class="details">
55
- <tbody>
56
-
57
-
58
-
59
- <tr class="marked">
60
- <td><pre><a name="line1">1</a> require 'fileutils'</pre></td>
61
- </tr>
62
-
63
-
64
-
65
- <tr class="marked">
66
- <td><pre><a name="line2">2</a> require 'app_logger'</pre></td>
67
- </tr>
68
-
69
-
70
-
71
- <tr class="marked">
72
- <td><pre><a name="line3">3</a> require 'yaml'</pre></td>
73
- </tr>
74
-
75
-
76
-
77
- <tr class="marked">
78
- <td><pre><a name="line4">4</a> require 'uri'</pre></td>
79
- </tr>
80
-
81
-
82
-
83
- <tr class="inferred">
84
- <td><pre><a name="line5">5</a> </pre></td>
85
- </tr>
86
-
87
-
88
-
89
- <tr class="inferred">
90
- <td><pre><a name="line6">6</a> </pre></td>
91
- </tr>
92
-
93
-
94
-
95
- <tr class="inferred">
96
- <td><pre><a name="line7">7</a> </pre></td>
97
- </tr>
98
-
99
-
100
-
101
- <tr class="marked">
102
- <td><pre><a name="line8">8</a> module TerrImporter</pre></td>
103
- </tr>
104
-
105
-
106
-
107
- <tr class="inferred">
108
- <td><pre><a name="line9">9</a> </pre></td>
109
- </tr>
110
-
111
-
112
-
113
- <tr class="marked">
114
- <td><pre><a name="line10">10</a> class DefaultError &lt; StandardError</pre></td>
115
- </tr>
116
-
117
-
118
-
119
- <tr class="inferred">
120
- <td><pre><a name="line11">11</a> end</pre></td>
121
- </tr>
122
-
123
-
124
-
125
- <tr class="inferred">
126
- <td><pre><a name="line12">12</a> </pre></td>
127
- </tr>
128
-
129
-
130
-
131
- <tr class="marked">
132
- <td><pre><a name="line13">13</a> class ConfigurationError &lt; StandardError</pre></td>
133
- </tr>
134
-
135
-
136
-
137
- <tr class="inferred">
138
- <td><pre><a name="line14">14</a> end</pre></td>
139
- </tr>
140
-
141
-
142
-
143
- <tr class="inferred">
144
- <td><pre><a name="line15">15</a> </pre></td>
145
- </tr>
146
-
147
-
148
-
149
- <tr class="marked">
150
- <td><pre><a name="line16">16</a> class Importer</pre></td>
151
- </tr>
152
-
153
-
154
-
155
- <tr class="marked">
156
- <td><pre><a name="line17">17</a> require 'options'</pre></td>
157
- </tr>
158
-
159
-
160
-
161
- <tr class="marked">
162
- <td><pre><a name="line18">18</a> require 'configuration'</pre></td>
163
- </tr>
164
-
165
-
166
-
167
- <tr class="marked">
168
- <td><pre><a name="line19">19</a> include Logging</pre></td>
169
- </tr>
170
-
171
-
172
-
173
- <tr class="inferred">
174
- <td><pre><a name="line20">20</a> </pre></td>
175
- </tr>
176
-
177
-
178
-
179
- <tr class="inferred">
180
- <td><pre><a name="line21">21</a> #todo remove</pre></td>
181
- </tr>
182
-
183
-
184
-
185
- <tr class="marked">
186
- <td><pre><a name="line22">22</a> attr_accessor :options, :config</pre></td>
187
- </tr>
188
-
189
-
190
-
191
- <tr class="inferred">
192
- <td><pre><a name="line23">23</a> </pre></td>
193
- </tr>
194
-
195
-
196
-
197
- <tr class="marked">
198
- <td><pre><a name="line24">24</a> def initialize(options = {})</pre></td>
199
- </tr>
200
-
201
-
202
-
203
- <tr class="marked">
204
- <td><pre><a name="line25">25</a> self.options = options</pre></td>
205
- </tr>
206
-
207
-
208
-
209
- <tr class="marked">
210
- <td><pre><a name="line26">26</a> self.config = TerrImporter::Application::Configuration.new options[:config_file]</pre></td>
211
- </tr>
212
-
213
-
214
-
215
- <tr class="inferred">
216
- <td><pre><a name="line27">27</a> </pre></td>
217
- </tr>
218
-
219
-
220
-
221
- <tr class="inferred">
222
- <td><pre><a name="line28">28</a> end</pre></td>
223
- </tr>
224
-
225
-
226
-
227
- <tr class="inferred">
228
- <td><pre><a name="line29">29</a> </pre></td>
229
- </tr>
230
-
231
-
232
-
233
- <tr class="marked">
234
- <td><pre><a name="line30">30</a> def run</pre></td>
235
- </tr>
236
-
237
-
238
-
239
- <tr class="uncovered">
240
- <td><pre><a name="line31">31</a> self.config.load_configuration</pre></td>
241
- </tr>
242
-
243
-
244
-
245
- <tr class="uncovered">
246
- <td><pre><a name="line32">32</a> </pre></td>
247
- </tr>
248
-
249
-
250
-
251
- <tr class="uncovered">
252
- <td><pre><a name="line33">33</a> if options[:all] != nil and options[:all] == true</pre></td>
253
- </tr>
254
-
255
-
256
-
257
- <tr class="uncovered">
258
- <td><pre><a name="line34">34</a> import_js</pre></td>
259
- </tr>
260
-
261
-
262
-
263
- <tr class="uncovered">
264
- <td><pre><a name="line35">35</a> import_css</pre></td>
265
- </tr>
266
-
267
-
268
-
269
- <tr class="uncovered">
270
- <td><pre><a name="line36">36</a> import_images</pre></td>
271
- </tr>
272
-
273
-
274
-
275
- <tr class="uncovered">
276
- <td><pre><a name="line37">37</a> else</pre></td>
277
- </tr>
278
-
279
-
280
-
281
- <tr class="uncovered">
282
- <td><pre><a name="line38">38</a> </pre></td>
283
- </tr>
284
-
285
-
286
-
287
- <tr class="uncovered">
288
- <td><pre><a name="line39">39</a> options.each do |option, value|</pre></td>
289
- </tr>
290
-
291
-
292
-
293
- <tr class="uncovered">
294
- <td><pre><a name="line40">40</a> if option.to_s =~ /^import_/ and value == true</pre></td>
295
- </tr>
296
-
297
-
298
-
299
- <tr class="uncovered">
300
- <td><pre><a name="line41">41</a> #test this really good!!!</pre></td>
301
- </tr>
302
-
303
-
304
-
305
- <tr class="uncovered">
306
- <td><pre><a name="line42">42</a> self.send option.to_s</pre></td>
307
- </tr>
308
-
309
-
310
-
311
- <tr class="uncovered">
312
- <td><pre><a name="line43">43</a> </pre></td>
313
- </tr>
314
-
315
-
316
-
317
- <tr class="uncovered">
318
- <td><pre><a name="line44">44</a> end</pre></td>
319
- </tr>
320
-
321
-
322
-
323
- <tr class="uncovered">
324
- <td><pre><a name="line45">45</a> </pre></td>
325
- </tr>
326
-
327
-
328
-
329
- <tr class="uncovered">
330
- <td><pre><a name="line46">46</a> </pre></td>
331
- </tr>
332
-
333
-
334
-
335
- <tr class="uncovered">
336
- <td><pre><a name="line47">47</a> end</pre></td>
337
- </tr>
338
-
339
-
340
-
341
- <tr class="uncovered">
342
- <td><pre><a name="line48">48</a> end</pre></td>
343
- </tr>
344
-
345
-
346
-
347
- <tr class="uncovered">
348
- <td><pre><a name="line49">49</a> end</pre></td>
349
- </tr>
350
-
351
-
352
-
353
- <tr class="inferred">
354
- <td><pre><a name="line50">50</a> </pre></td>
355
- </tr>
356
-
357
-
358
-
359
- <tr class="marked">
360
- <td><pre><a name="line51">51</a> def import_css</pre></td>
361
- </tr>
362
-
363
-
364
-
365
- <tr class="uncovered">
366
- <td><pre><a name="line52">52</a> unclean_suffix = &quot;_unclean&quot;</pre></td>
367
- </tr>
368
-
369
-
370
-
371
- <tr class="uncovered">
372
- <td><pre><a name="line53">53</a> </pre></td>
373
- </tr>
374
-
375
-
376
-
377
- <tr class="uncovered">
378
- <td><pre><a name="line54">54</a> check_and_create_dir config['stylesheets']['dest']</pre></td>
379
- </tr>
380
-
381
-
382
-
383
- <tr class="uncovered">
384
- <td><pre><a name="line55">55</a> </pre></td>
385
- </tr>
386
-
387
-
388
-
389
- <tr class="uncovered">
390
- <td><pre><a name="line56">56</a> #create stylesheet array and add base.css</pre></td>
391
- </tr>
392
-
393
-
394
-
395
- <tr class="uncovered">
396
- <td><pre><a name="line57">57</a> styles = config['stylesheets']['styles'].split(&quot; &quot;)</pre></td>
397
- </tr>
398
-
399
-
400
-
401
- <tr class="uncovered">
402
- <td><pre><a name="line58">58</a> styles &lt;&lt; &quot;base&quot;</pre></td>
403
- </tr>
404
-
405
-
406
-
407
- <tr class="uncovered">
408
- <td><pre><a name="line59">59</a> </pre></td>
409
- </tr>
410
-
411
-
412
-
413
- <tr class="uncovered">
414
- <td><pre><a name="line60">60</a> styles.each do |css|</pre></td>
415
- </tr>
416
-
417
-
418
-
419
- <tr class="uncovered">
420
- <td><pre><a name="line61">61</a> destination_path = File.join(config['stylesheets']['dest'], css + &quot;.css&quot;)</pre></td>
421
- </tr>
422
-
423
-
424
-
425
- <tr class="uncovered">
426
- <td><pre><a name="line62">62</a> options = {}</pre></td>
427
- </tr>
428
-
429
-
430
-
431
- <tr class="uncovered">
432
- <td><pre><a name="line63">63</a> options[:suffix] = css if css.include?('ie') #add ie option if in array</pre></td>
433
- </tr>
434
-
435
-
436
-
437
- <tr class="uncovered">
438
- <td><pre><a name="line64">64</a> </pre></td>
439
- </tr>
440
-
441
-
442
-
443
- <tr class="uncovered">
444
- <td><pre><a name="line65">65</a> source_url = construct_export_request(:css, options)</pre></td>
445
- </tr>
446
-
447
-
448
-
449
- <tr class="uncovered">
450
- <td><pre><a name="line66">66</a> run_download(source_url, destination_path + unclean_suffix)</pre></td>
451
- </tr>
452
-
453
-
454
-
455
- <tr class="uncovered">
456
- <td><pre><a name="line67">67</a> </pre></td>
457
- </tr>
458
-
459
-
460
-
461
- <tr class="uncovered">
462
- <td><pre><a name="line68">68</a> #do line replacement</pre></td>
463
- </tr>
464
-
465
-
466
-
467
- <tr class="uncovered">
468
- <td><pre><a name="line69">69</a> File.open(destination_path, 'w') do |d|</pre></td>
469
- </tr>
470
-
471
-
472
-
473
- <tr class="uncovered">
474
- <td><pre><a name="line70">70</a> File.open(destination_path + unclean_suffix, 'r') do |s|</pre></td>
475
- </tr>
476
-
477
-
478
-
479
- <tr class="uncovered">
480
- <td><pre><a name="line71">71</a> lines = s.readlines</pre></td>
481
- </tr>
482
-
483
-
484
-
485
- <tr class="uncovered">
486
- <td><pre><a name="line72">72</a> lines.each do |line|</pre></td>
487
- </tr>
488
-
489
-
490
-
491
- <tr class="uncovered">
492
- <td><pre><a name="line73">73</a> d.print stylesheet_replace_strings(line)</pre></td>
493
- </tr>
494
-
495
-
496
-
497
- <tr class="uncovered">
498
- <td><pre><a name="line74">74</a> end</pre></td>
499
- </tr>
500
-
501
-
502
-
503
- <tr class="uncovered">
504
- <td><pre><a name="line75">75</a> end</pre></td>
505
- </tr>
506
-
507
-
508
-
509
- <tr class="uncovered">
510
- <td><pre><a name="line76">76</a> end</pre></td>
511
- </tr>
512
-
513
-
514
-
515
- <tr class="uncovered">
516
- <td><pre><a name="line77">77</a> FileUtils.remove destination_path + unclean_suffix</pre></td>
517
- </tr>
518
-
519
-
520
-
521
- <tr class="uncovered">
522
- <td><pre><a name="line78">78</a> end</pre></td>
523
- </tr>
524
-
525
-
526
-
527
- <tr class="uncovered">
528
- <td><pre><a name="line79">79</a> end</pre></td>
529
- </tr>
530
-
531
-
532
-
533
- <tr class="inferred">
534
- <td><pre><a name="line80">80</a> </pre></td>
535
- </tr>
536
-
537
-
538
-
539
- <tr class="marked">
540
- <td><pre><a name="line81">81</a> def import_js</pre></td>
541
- </tr>
542
-
543
-
544
-
545
- <tr class="uncovered">
546
- <td><pre><a name="line82">82</a> destination_path = File.join(config['javascripts']['dest'], &quot;base.js&quot;)</pre></td>
547
- </tr>
548
-
549
-
550
-
551
- <tr class="uncovered">
552
- <td><pre><a name="line83">83</a> js_source_url = construct_export_request :js</pre></td>
553
- </tr>
554
-
555
-
556
-
557
- <tr class="uncovered">
558
- <td><pre><a name="line84">84</a> puts &quot;Importing base.js from #{js_source_url} to #{destination_path}&quot;</pre></td>
559
- </tr>
560
-
561
-
562
-
563
- <tr class="uncovered">
564
- <td><pre><a name="line85">85</a> run_download(js_source_url, destination_path)</pre></td>
565
- </tr>
566
-
567
-
568
-
569
- <tr class="uncovered">
570
- <td><pre><a name="line86">86</a> </pre></td>
571
- </tr>
572
-
573
-
574
-
575
- <tr class="uncovered">
576
- <td><pre><a name="line87">87</a> #start library import</pre></td>
577
- </tr>
578
-
579
-
580
-
581
- <tr class="uncovered">
582
- <td><pre><a name="line88">88</a> </pre></td>
583
- </tr>
584
-
585
-
586
-
587
- <tr class="uncovered">
588
- <td><pre><a name="line89">89</a> libraries_destination_path = File.join(config['javascripts']['dest'], config['javascripts']['libraries_dest'])</pre></td>
589
- </tr>
590
-
591
-
592
-
593
- <tr class="uncovered">
594
- <td><pre><a name="line90">90</a> </pre></td>
595
- </tr>
596
-
597
-
598
-
599
- <tr class="uncovered">
600
- <td><pre><a name="line91">91</a> check_and_create_dir libraries_destination_path</pre></td>
601
- </tr>
602
-
603
-
604
-
605
- <tr class="uncovered">
606
- <td><pre><a name="line92">92</a> </pre></td>
607
- </tr>
608
-
609
-
610
-
611
- <tr class="uncovered">
612
- <td><pre><a name="line93">93</a> js_libraries = config['javascripts']['dynamic_libraries'].split(&quot; &quot;)</pre></td>
613
- </tr>
614
-
615
-
616
-
617
- <tr class="uncovered">
618
- <td><pre><a name="line94">94</a> </pre></td>
619
- </tr>
620
-
621
-
622
-
623
- <tr class="uncovered">
624
- <td><pre><a name="line95">95</a> puts &quot;Importing libraries from #{config['libraries_source_path']} to #{libraries_destination_path}&quot;</pre></td>
625
- </tr>
626
-
627
-
628
-
629
- <tr class="uncovered">
630
- <td><pre><a name="line96">96</a> </pre></td>
631
- </tr>
632
-
633
-
634
-
635
- <tr class="uncovered">
636
- <td><pre><a name="line97">97</a> js_libraries.each do |lib|</pre></td>
637
- </tr>
638
-
639
-
640
-
641
- <tr class="uncovered">
642
- <td><pre><a name="line98">98</a> run_download(config['libraries_source_path'] + lib + &quot;.js&quot;, File.join(libraries_destination_path, lib + &quot;.js&quot;))</pre></td>
643
- </tr>
644
-
645
-
646
-
647
- <tr class="uncovered">
648
- <td><pre><a name="line99">99</a> end</pre></td>
649
- </tr>
650
-
651
-
652
-
653
- <tr class="uncovered">
654
- <td><pre><a name="line100">100</a> </pre></td>
655
- </tr>
656
-
657
-
658
-
659
- <tr class="uncovered">
660
- <td><pre><a name="line101">101</a> end</pre></td>
661
- </tr>
662
-
663
-
664
-
665
- <tr class="inferred">
666
- <td><pre><a name="line102">102</a> </pre></td>
667
- </tr>
668
-
669
-
670
-
671
- <tr class="marked">
672
- <td><pre><a name="line103">103</a> def import_images</pre></td>
673
- </tr>
674
-
675
-
676
-
677
- <tr class="uncovered">
678
- <td><pre><a name="line104">104</a> config['images'].each do |image|</pre></td>
679
- </tr>
680
-
681
-
682
-
683
- <tr class="uncovered">
684
- <td><pre><a name="line105">105</a> check_and_create_dir image['dest']</pre></td>
685
- </tr>
686
-
687
-
688
-
689
- <tr class="uncovered">
690
- <td><pre><a name="line106">106</a> image_source_path = File.join(config['image_base_path'], image['src'])</pre></td>
691
- </tr>
692
-
693
-
694
-
695
- <tr class="uncovered">
696
- <td><pre><a name="line107">107</a> batch_download_files(image_source_path, image['dest'], image['types'])</pre></td>
697
- </tr>
698
-
699
-
700
-
701
- <tr class="uncovered">
702
- <td><pre><a name="line108">108</a> end</pre></td>
703
- </tr>
704
-
705
-
706
-
707
- <tr class="uncovered">
708
- <td><pre><a name="line109">109</a> end</pre></td>
709
- </tr>
710
-
711
-
712
-
713
- <tr class="inferred">
714
- <td><pre><a name="line110">110</a> </pre></td>
715
- </tr>
716
-
717
-
718
-
719
- <tr class="marked">
720
- <td><pre><a name="line111">111</a> private</pre></td>
721
- </tr>
722
-
723
-
724
-
725
- <tr class="inferred">
726
- <td><pre><a name="line112">112</a> </pre></td>
727
- </tr>
728
-
729
-
730
-
731
- <tr class="marked">
732
- <td><pre><a name="line113">113</a> def batch_download_files(relative_source_path, relative_dest_path, type_filter = &quot;&quot;)</pre></td>
733
- </tr>
734
-
735
-
736
-
737
- <tr class="uncovered">
738
- <td><pre><a name="line114">114</a> source_path = relative_source_path</pre></td>
739
- </tr>
740
-
741
-
742
-
743
- <tr class="uncovered">
744
- <td><pre><a name="line115">115</a> </pre></td>
745
- </tr>
746
-
747
-
748
-
749
- <tr class="uncovered">
750
- <td><pre><a name="line116">116</a> puts &quot;Downloading files from #{config['url']}#{source_path} to #{relative_dest_path} #{&quot;allowed extensions: &quot; + type_filter unless type_filter.empty?}&quot;</pre></td>
751
- </tr>
752
-
753
-
754
-
755
- <tr class="uncovered">
756
- <td><pre><a name="line117">117</a> </pre></td>
757
- </tr>
758
-
759
-
760
-
761
- <tr class="uncovered">
762
- <td><pre><a name="line118">118</a> files = get_file_list(source_path)</pre></td>
763
- </tr>
764
-
765
-
766
-
767
- <tr class="uncovered">
768
- <td><pre><a name="line119">119</a> </pre></td>
769
- </tr>
770
-
771
-
772
-
773
- <tr class="uncovered">
774
- <td><pre><a name="line120">120</a> unless type_filter.empty?</pre></td>
775
- </tr>
776
-
777
-
778
-
779
- <tr class="uncovered">
780
- <td><pre><a name="line121">121</a> puts &quot;Appling type filter: #{type_filter}&quot;</pre></td>
781
- </tr>
782
-
783
-
784
-
785
- <tr class="uncovered">
786
- <td><pre><a name="line122">122</a> files = files.find_all { |file| file =~ Regexp.new(&quot;.*&quot; + type_filter.strip.gsub(&quot; &quot;, &quot;|&quot;) + &quot;$&quot;) }</pre></td>
787
- </tr>
788
-
789
-
790
-
791
- <tr class="uncovered">
792
- <td><pre><a name="line123">123</a> end</pre></td>
793
- </tr>
794
-
795
-
796
-
797
- <tr class="uncovered">
798
- <td><pre><a name="line124">124</a> </pre></td>
799
- </tr>
800
-
801
-
802
-
803
- <tr class="uncovered">
804
- <td><pre><a name="line125">125</a> puts &quot;Downloading #{files.size} files...&quot;</pre></td>
805
- </tr>
806
-
807
-
808
-
809
- <tr class="uncovered">
810
- <td><pre><a name="line126">126</a> files.each do |file|</pre></td>
811
- </tr>
812
-
813
-
814
-
815
- <tr class="uncovered">
816
- <td><pre><a name="line127">127</a> destination_path = File.join(relative_dest_path, file)</pre></td>
817
- </tr>
818
-
819
-
820
-
821
- <tr class="uncovered">
822
- <td><pre><a name="line128">128</a> run_download(source_path + file, destination_path, :remove_old =&gt; false)</pre></td>
823
- </tr>
824
-
825
-
826
-
827
- <tr class="uncovered">
828
- <td><pre><a name="line129">129</a> end</pre></td>
829
- </tr>
830
-
831
-
832
-
833
- <tr class="uncovered">
834
- <td><pre><a name="line130">130</a> end</pre></td>
835
- </tr>
836
-
837
-
838
-
839
- <tr class="inferred">
840
- <td><pre><a name="line131">131</a> </pre></td>
841
- </tr>
842
-
843
-
844
-
845
- <tr class="marked">
846
- <td><pre><a name="line132">132</a> def get_file_list(source_path)</pre></td>
847
- </tr>
848
-
849
-
850
-
851
- <tr class="uncovered">
852
- <td><pre><a name="line133">133</a> output = run_download(source_path)</pre></td>
853
- </tr>
854
-
855
-
856
-
857
- <tr class="uncovered">
858
- <td><pre><a name="line134">134</a> files = []</pre></td>
859
- </tr>
860
-
861
-
862
-
863
- <tr class="uncovered">
864
- <td><pre><a name="line135">135</a> </pre></td>
865
- </tr>
866
-
867
-
868
-
869
- <tr class="uncovered">
870
- <td><pre><a name="line136">136</a> output.scan(/&lt;a\shref=\&quot;([^\&quot;]+)\&quot;/) { |res| files &lt;&lt; res[0] if not res[0] =~ /^\?/ and res[0].size &gt; 1 }</pre></td>
871
- </tr>
872
-
873
-
874
-
875
- <tr class="uncovered">
876
- <td><pre><a name="line137">137</a> files</pre></td>
877
- </tr>
878
-
879
-
880
-
881
- <tr class="uncovered">
882
- <td><pre><a name="line138">138</a> end</pre></td>
883
- </tr>
884
-
885
-
886
-
887
- <tr class="inferred">
888
- <td><pre><a name="line139">139</a> </pre></td>
889
- </tr>
890
-
891
-
892
-
893
- <tr class="marked">
894
- <td><pre><a name="line140">140</a> def construct_export_request(for_what = :js, options={})</pre></td>
895
- </tr>
896
-
897
-
898
-
899
- <tr class="uncovered">
900
- <td><pre><a name="line141">141</a> raise &quot;Specify js or css url&quot; unless for_what == :js or for_what == :css</pre></td>
901
- </tr>
902
-
903
-
904
-
905
- <tr class="uncovered">
906
- <td><pre><a name="line142">142</a> export_settings = config['export_settings'].clone</pre></td>
907
- </tr>
908
-
909
-
910
-
911
- <tr class="uncovered">
912
- <td><pre><a name="line143">143</a> </pre></td>
913
- </tr>
914
-
915
-
916
-
917
- <tr class="uncovered">
918
- <td><pre><a name="line144">144</a> export_settings['application'] = config['app_path']</pre></td>
919
- </tr>
920
-
921
-
922
-
923
- <tr class="uncovered">
924
- <td><pre><a name="line145">145</a> export_settings.merge!(options)</pre></td>
925
- </tr>
926
-
927
-
928
-
929
- <tr class="uncovered">
930
- <td><pre><a name="line146">146</a> export_settings['appbaseurl'] = &quot;&quot; if for_what == :css</pre></td>
931
- </tr>
932
-
933
-
934
-
935
- <tr class="uncovered">
936
- <td><pre><a name="line147">147</a> </pre></td>
937
- </tr>
938
-
939
-
940
-
941
- <tr class="uncovered">
942
- <td><pre><a name="line148">148</a> #glue everything together</pre></td>
943
- </tr>
944
-
945
-
946
-
947
- <tr class="uncovered">
948
- <td><pre><a name="line149">149</a> export_path = config['export_path']</pre></td>
949
- </tr>
950
-
951
-
952
-
953
- <tr class="uncovered">
954
- <td><pre><a name="line150">150</a> export_path.insert(0, &quot;/&quot;) unless export_path.match(/^\//)</pre></td>
955
- </tr>
956
-
957
-
958
-
959
- <tr class="uncovered">
960
- <td><pre><a name="line151">151</a> </pre></td>
961
- </tr>
962
-
963
-
964
-
965
- <tr class="uncovered">
966
- <td><pre><a name="line152">152</a> export_path = export_path % [for_what.to_s, config['version']] #replace placeholders</pre></td>
967
- </tr>
968
-
969
-
970
-
971
- <tr class="uncovered">
972
- <td><pre><a name="line153">153</a> export_path &lt;&lt; '?' &lt;&lt; export_settings.map { |k, v| &quot;#{URI.escape(k.to_s)}=#{URI.escape(v.to_s)}&quot; }.join(&quot;&amp;&quot;)</pre></td>
973
- </tr>
974
-
975
-
976
-
977
- <tr class="uncovered">
978
- <td><pre><a name="line154">154</a> export_path</pre></td>
979
- </tr>
980
-
981
-
982
-
983
- <tr class="uncovered">
984
- <td><pre><a name="line155">155</a> end</pre></td>
985
- </tr>
986
-
987
-
988
-
989
- <tr class="inferred">
990
- <td><pre><a name="line156">156</a> </pre></td>
991
- </tr>
992
-
993
-
994
-
995
- <tr class="marked">
996
- <td><pre><a name="line157">157</a> def check_and_create_dir(dir, create = true)</pre></td>
997
- </tr>
998
-
999
-
1000
-
1001
- <tr class="uncovered">
1002
- <td><pre><a name="line158">158</a> unless File.directory?(dir)</pre></td>
1003
- </tr>
1004
-
1005
-
1006
-
1007
- <tr class="uncovered">
1008
- <td><pre><a name="line159">159</a> puts &quot;Directory #{dir} does not exists... it will #{&quot;not&quot; unless true} be created&quot;</pre></td>
1009
- </tr>
1010
-
1011
-
1012
-
1013
- <tr class="uncovered">
1014
- <td><pre><a name="line160">160</a> FileUtils.mkpath(dir) if create</pre></td>
1015
- </tr>
1016
-
1017
-
1018
-
1019
- <tr class="uncovered">
1020
- <td><pre><a name="line161">161</a> end</pre></td>
1021
- </tr>
1022
-
1023
-
1024
-
1025
- <tr class="uncovered">
1026
- <td><pre><a name="line162">162</a> end</pre></td>
1027
- </tr>
1028
-
1029
-
1030
-
1031
- <tr class="inferred">
1032
- <td><pre><a name="line163">163</a> </pre></td>
1033
- </tr>
1034
-
1035
-
1036
-
1037
- <tr class="marked">
1038
- <td><pre><a name="line164">164</a> def stylesheet_replace_strings(line)</pre></td>
1039
- </tr>
1040
-
1041
-
1042
-
1043
- <tr class="uncovered">
1044
- <td><pre><a name="line165">165</a> config['stylesheets']['replace'].each do |replace|</pre></td>
1045
- </tr>
1046
-
1047
-
1048
-
1049
- <tr class="uncovered">
1050
- <td><pre><a name="line166">166</a> what = replace['what']</pre></td>
1051
- </tr>
1052
-
1053
-
1054
-
1055
- <tr class="uncovered">
1056
- <td><pre><a name="line167">167</a> with = replace['with']</pre></td>
1057
- </tr>
1058
-
1059
-
1060
-
1061
- <tr class="uncovered">
1062
- <td><pre><a name="line168">168</a> what = Regexp.new &quot;/#{$1}&quot; if what.match(/^r\//)</pre></td>
1063
- </tr>
1064
-
1065
-
1066
-
1067
- <tr class="uncovered">
1068
- <td><pre><a name="line169">169</a> line.gsub! what, with</pre></td>
1069
- </tr>
1070
-
1071
-
1072
-
1073
- <tr class="uncovered">
1074
- <td><pre><a name="line170">170</a> end</pre></td>
1075
- </tr>
1076
-
1077
-
1078
-
1079
- <tr class="uncovered">
1080
- <td><pre><a name="line171">171</a> line</pre></td>
1081
- </tr>
1082
-
1083
-
1084
-
1085
- <tr class="uncovered">
1086
- <td><pre><a name="line172">172</a> end</pre></td>
1087
- </tr>
1088
-
1089
-
1090
-
1091
- <tr class="inferred">
1092
- <td><pre><a name="line173">173</a> </pre></td>
1093
- </tr>
1094
-
1095
-
1096
-
1097
- <tr class="inferred">
1098
- <td><pre><a name="line174">174</a> #todo use as central download processing</pre></td>
1099
- </tr>
1100
-
1101
-
1102
-
1103
- <tr class="marked">
1104
- <td><pre><a name="line175">175</a> def run_download(remote_path, local = nil, options = {})</pre></td>
1105
- </tr>
1106
-
1107
-
1108
-
1109
- <tr class="uncovered">
1110
- <td><pre><a name="line176">176</a> FileUtils.remove_file(local) if not local.nil? and File.exists?(local) and not File.directory?(local) and not options[:remove_old] == true</pre></td>
1111
- </tr>
1112
-
1113
-
1114
-
1115
- <tr class="uncovered">
1116
- <td><pre><a name="line177">177</a> remote_url = config['url'] + remote_path</pre></td>
1117
- </tr>
1118
-
1119
-
1120
-
1121
- <tr class="uncovered">
1122
- <td><pre><a name="line178">178</a> </pre></td>
1123
- </tr>
1124
-
1125
-
1126
-
1127
- <tr class="uncovered">
1128
- <td><pre><a name="line179">179</a> case config['downloader']</pre></td>
1129
- </tr>
1130
-
1131
-
1132
-
1133
- <tr class="uncovered">
1134
- <td><pre><a name="line180">180</a> when 'curl'</pre></td>
1135
- </tr>
1136
-
1137
-
1138
-
1139
- <tr class="uncovered">
1140
- <td><pre><a name="line181">181</a> output = `curl '#{remote_url}' #{&quot;&gt; #{local}&quot; if local != nil}`</pre></td>
1141
- </tr>
1142
-
1143
-
1144
-
1145
- <tr class="uncovered">
1146
- <td><pre><a name="line182">182</a> raise &quot;FATAL: An error orrured downloading from #{remote_url} #{&quot;to #{local}: \n #{output}&quot; if local != nil}&quot; if output.include?('error')</pre></td>
1147
- </tr>
1148
-
1149
-
1150
-
1151
- <tr class="uncovered">
1152
- <td><pre><a name="line183">183</a> return output</pre></td>
1153
- </tr>
1154
-
1155
-
1156
-
1157
- <tr class="uncovered">
1158
- <td><pre><a name="line184">184</a> when 'wget'</pre></td>
1159
- </tr>
1160
-
1161
-
1162
-
1163
- <tr class="uncovered">
1164
- <td><pre><a name="line185">185</a> #todo</pre></td>
1165
- </tr>
1166
-
1167
-
1168
-
1169
- <tr class="uncovered">
1170
- <td><pre><a name="line186">186</a> end</pre></td>
1171
- </tr>
1172
-
1173
-
1174
-
1175
- <tr class="uncovered">
1176
- <td><pre><a name="line187">187</a> </pre></td>
1177
- </tr>
1178
-
1179
-
1180
-
1181
- <tr class="uncovered">
1182
- <td><pre><a name="line188">188</a> end</pre></td>
1183
- </tr>
1184
-
1185
-
1186
-
1187
- <tr class="uncovered">
1188
- <td><pre><a name="line189">189</a> end</pre></td>
1189
- </tr>
1190
-
1191
-
1192
-
1193
- <tr class="uncovered">
1194
- <td><pre><a name="line190">190</a> end</pre></td>
1195
- </tr>
1196
-
1197
- </tbody>
1198
- </table>
1199
-
1200
- <p>Generated on Mon Aug 22 22:37:46 +0200 2011 with <a href="http://github.com/relevance/rcov">rcov 0.9.8</a></p>
1201
-
1202
- </body>
1203
- </html>