fhlow 1.91.0 → 1.91.1

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 (59) hide show
  1. data/bin/fhlow +58 -10
  2. data/lib/module_config/complexitem.rb +57 -0
  3. data/lib/module_config/config.rb +5 -3
  4. data/lib/module_config/item.rb +0 -4
  5. data/lib/module_config/items/complex.rb +44 -0
  6. data/lib/module_config/items/complexfreqencies.rb +59 -0
  7. data/lib/module_config/items/complexlibrary.rb +46 -0
  8. data/lib/module_config/items/complexpackage.rb +47 -0
  9. data/lib/module_config/items/complexpins.rb +59 -0
  10. data/lib/module_config/items/complexunit.rb +53 -0
  11. data/lib/module_config/items/simple.rb +29 -0
  12. data/lib/module_config/items/simplearchitecture.rb +34 -0
  13. data/lib/module_config/items/simplebindir.rb +31 -0
  14. data/lib/module_config/items/simplebool.rb +24 -0
  15. data/lib/module_config/items/simplepostlayoutsdf.rb +24 -0
  16. data/lib/module_config/items/simplesimulaterun.rb +25 -0
  17. data/lib/module_config/items/simpleverbose.rb +33 -0
  18. data/lib/module_config/section.rb +16 -4
  19. data/lib/module_config/simpleitem.rb +37 -0
  20. data/lib/module_config/test.flw +33 -12
  21. data/lib/module_config/test.rb +54 -4
  22. data/lib/module_config/unittests/config_test.rb +15 -12
  23. data/lib/module_fhlow/leaf.rb +28 -24
  24. data/lib/module_fhlow/leafs/Library.rb +60 -0
  25. data/lib/module_fhlow/leafs/Package.rb +4 -1
  26. data/lib/module_fhlow/leafs/Unit.rb +9 -1
  27. data/lib/module_fhlow/node.rb +4 -5
  28. data/lib/module_fhlow/plugin.rb +11 -0
  29. data/lib/module_fhlow/pluginpool.rb +17 -5
  30. data/lib/module_fhlow/rootnode.rb +4 -3
  31. data/lib/plugins/Modelsim.flw +18 -0
  32. data/lib/plugins/Modelsim.rb +331 -0
  33. data/lib/plugins/Quartus.flw +5 -0
  34. data/lib/plugins/Quartus.rb +237 -0
  35. data/tests/testsuite.rb +0 -0
  36. metadata +84 -79
  37. data/lib/module_config/configitems/complex.rb +0 -71
  38. data/lib/module_config/configitems/complexpackage.rb +0 -67
  39. data/lib/module_config/configitems/complexunit.rb +0 -76
  40. data/lib/module_config/configitems/simple.rb +0 -56
  41. data/lib/module_config/configitems/simplearchitecture.rb +0 -52
  42. data/lib/module_config/configitems/simplepackage.rb +0 -47
  43. data/lib/module_config/configitems/simpleunit.rb +0 -53
  44. data/lib/module_config/configs.test +0 -24
  45. data/lib/module_config/tmp +0 -3
  46. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configexception_rb.html +0 -647
  47. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complex_rb.html +0 -700
  48. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complexpackage_rb.html +0 -694
  49. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complexunit_rb.html +0 -704
  50. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simple_rb.html +0 -685
  51. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simplepackage_rb.html +0 -676
  52. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simpleunit_rb.html +0 -682
  53. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-item_rb.html +0 -663
  54. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-itemfactory_rb.html +0 -687
  55. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-myconfig_rb.html +0 -687
  56. data/lib/module_config/unittests/coverage/-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-section_rb.html +0 -692
  57. data/lib/module_config/unittests/coverage/index.html +0 -689
  58. data/lib/module_fhlow/leaf.rb~ +0 -202
  59. data/lib/module_fhlow/test.rb +0 -15
@@ -1,689 +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>C0 code coverage information</title>
5
- <style type='text/css'>body { background-color: rgb(240, 240, 245); }</style>
6
- <style type='text/css'>span.cross-ref-title {
7
- font-size: 140%;
8
- }
9
- span.cross-ref a {
10
- text-decoration: none;
11
- }
12
- span.cross-ref {
13
- background-color:#f3f7fa;
14
- border: 1px dashed #333;
15
- margin: 1em;
16
- padding: 0.5em;
17
- overflow: hidden;
18
- }
19
- a.crossref-toggle {
20
- text-decoration: none;
21
- }
22
- span.marked0 {
23
- background-color: rgb(185, 210, 200);
24
- display: block;
25
- }
26
- span.marked1 {
27
- background-color: rgb(190, 215, 205);
28
- display: block;
29
- }
30
- span.inferred0 {
31
- background-color: rgb(175, 200, 200);
32
- display: block;
33
- }
34
- span.inferred1 {
35
- background-color: rgb(180, 205, 205);
36
- display: block;
37
- }
38
- span.uncovered0 {
39
- background-color: rgb(225, 110, 110);
40
- display: block;
41
- }
42
- span.uncovered1 {
43
- background-color: rgb(235, 120, 120);
44
- display: block;
45
- }
46
- span.overview {
47
- border-bottom: 8px solid black;
48
- }
49
- div.overview {
50
- border-bottom: 8px solid black;
51
- }
52
- body {
53
- font-family: verdana, arial, helvetica;
54
- }
55
- div.footer {
56
- font-size: 68%;
57
- margin-top: 1.5em;
58
- }
59
- h1, h2, h3, h4, h5, h6 {
60
- margin-bottom: 0.5em;
61
- }
62
- h5 {
63
- margin-top: 0.5em;
64
- }
65
- .hidden {
66
- display: none;
67
- }
68
- div.separator {
69
- height: 10px;
70
- }
71
- /* Commented out for better readability, esp. on IE */
72
- /*
73
- table tr td, table tr th {
74
- font-size: 68%;
75
- }
76
- td.value table tr td {
77
- font-size: 11px;
78
- }
79
- */
80
- table.percent_graph {
81
- height: 12px;
82
- border: #808080 1px solid;
83
- empty-cells: show;
84
- }
85
- table.percent_graph td.covered {
86
- height: 10px;
87
- background: #00f000;
88
- }
89
- table.percent_graph td.uncovered {
90
- height: 10px;
91
- background: #e00000;
92
- }
93
- table.percent_graph td.NA {
94
- height: 10px;
95
- background: #eaeaea;
96
- }
97
- table.report {
98
- border-collapse: collapse;
99
- width: 100%;
100
- }
101
- table.report td.heading {
102
- background: #dcecff;
103
- border: #d0d0d0 1px solid;
104
- font-weight: bold;
105
- text-align: center;
106
- }
107
- table.report td.heading:hover {
108
- background: #c0ffc0;
109
- }
110
- table.report td.text {
111
- border: #d0d0d0 1px solid;
112
- }
113
- table.report td.value {
114
- text-align: right;
115
- border: #d0d0d0 1px solid;
116
- }
117
- table.report tr.light {
118
- background-color: rgb(240, 240, 245);
119
- }
120
- table.report tr.dark {
121
- background-color: rgb(230, 230, 235);
122
- }
123
- </style>
124
- <script type='text/javascript'>
125
- // <![CDATA[
126
- function toggleCode( id ) {
127
- if ( document.getElementById )
128
- elem = document.getElementById( id );
129
- else if ( document.all )
130
- elem = eval( "document.all." + id );
131
- else
132
- return false;
133
-
134
- elemStyle = elem.style;
135
-
136
- if ( elemStyle.display != "block" ) {
137
- elemStyle.display = "block"
138
- } else {
139
- elemStyle.display = "none"
140
- }
141
-
142
- return true;
143
- }
144
-
145
- // Make cross-references hidden by default
146
- document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }</style>" )
147
- // ]]>
148
- </script>
149
- </head>
150
- <body>
151
- <h3>C0 code coverage information</h3>
152
- <p>Generated on Wed Feb 14 17:25:15 +0100 2007 with <a href='http://eigenclass.org/hiki.rb?rcov'>rcov 0.7.0</a>
153
- </p>
154
- <hr /> <table class='report'>
155
- <thead>
156
- <tr>
157
- <td class='heading'>Name</td>
158
- <td class='heading'>Total lines</td>
159
- <td class='heading'>Lines of code</td>
160
- <td class='heading'>Total coverage</td>
161
- <td class='heading'>Code coverage</td>
162
- </tr>
163
- </thead>
164
- <tbody>
165
- <tr class='light'>
166
- <td>TOTAL</td>
167
- <td class='value'>
168
- <tt>598</tt>
169
- </td>
170
- <td class='value'>
171
- <tt>435</tt>
172
- </td>
173
- <td>
174
- <table cellspacing='0' cellpadding='0' align='right'>
175
- <tr>
176
- <td>
177
- <tt>75.8%</tt>&nbsp;</td>
178
- <td>
179
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
180
- <tr>
181
- <td class='covered' width='76' />
182
- <td class='uncovered' width='24' />
183
- </tr>
184
- </table>
185
- </td>
186
- </tr>
187
- </table>
188
- </td>
189
- <td>
190
- <table cellspacing='0' cellpadding='0' align='right'>
191
- <tr>
192
- <td>
193
- <tt>70.6%</tt>&nbsp;</td>
194
- <td>
195
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
196
- <tr>
197
- <td class='covered' width='71' />
198
- <td class='uncovered' width='29' />
199
- </tr>
200
- </table>
201
- </td>
202
- </tr>
203
- </table>
204
- </td>
205
- </tr>
206
- <tr class='dark'>
207
- <td>
208
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configexception_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configexception.rb</a>
209
- </td>
210
- <td class='value'>
211
- <tt>18</tt>
212
- </td>
213
- <td class='value'>
214
- <tt>13</tt>
215
- </td>
216
- <td>
217
- <table cellspacing='0' cellpadding='0' align='right'>
218
- <tr>
219
- <td>
220
- <tt>100.0%</tt>&nbsp;</td>
221
- <td>
222
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
223
- <tr>
224
- <td class='covered' width='100' />
225
- <td class='uncovered' width='0' />
226
- </tr>
227
- </table>
228
- </td>
229
- </tr>
230
- </table>
231
- </td>
232
- <td>
233
- <table cellspacing='0' cellpadding='0' align='right'>
234
- <tr>
235
- <td>
236
- <tt>100.0%</tt>&nbsp;</td>
237
- <td>
238
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
239
- <tr>
240
- <td class='covered' width='100' />
241
- <td class='uncovered' width='0' />
242
- </tr>
243
- </table>
244
- </td>
245
- </tr>
246
- </table>
247
- </td>
248
- </tr>
249
- <tr class='light'>
250
- <td>
251
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complex_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/complex.rb</a>
252
- </td>
253
- <td class='value'>
254
- <tt>71</tt>
255
- </td>
256
- <td class='value'>
257
- <tt>51</tt>
258
- </td>
259
- <td>
260
- <table cellspacing='0' cellpadding='0' align='right'>
261
- <tr>
262
- <td>
263
- <tt>90.1%</tt>&nbsp;</td>
264
- <td>
265
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
266
- <tr>
267
- <td class='covered' width='90' />
268
- <td class='uncovered' width='10' />
269
- </tr>
270
- </table>
271
- </td>
272
- </tr>
273
- </table>
274
- </td>
275
- <td>
276
- <table cellspacing='0' cellpadding='0' align='right'>
277
- <tr>
278
- <td>
279
- <tt>86.3%</tt>&nbsp;</td>
280
- <td>
281
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
282
- <tr>
283
- <td class='covered' width='86' />
284
- <td class='uncovered' width='14' />
285
- </tr>
286
- </table>
287
- </td>
288
- </tr>
289
- </table>
290
- </td>
291
- </tr>
292
- <tr class='dark'>
293
- <td>
294
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complexpackage_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/complexpackage.rb</a>
295
- </td>
296
- <td class='value'>
297
- <tt>65</tt>
298
- </td>
299
- <td class='value'>
300
- <tt>48</tt>
301
- </td>
302
- <td>
303
- <table cellspacing='0' cellpadding='0' align='right'>
304
- <tr>
305
- <td>
306
- <tt>89.2%</tt>&nbsp;</td>
307
- <td>
308
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
309
- <tr>
310
- <td class='covered' width='89' />
311
- <td class='uncovered' width='11' />
312
- </tr>
313
- </table>
314
- </td>
315
- </tr>
316
- </table>
317
- </td>
318
- <td>
319
- <table cellspacing='0' cellpadding='0' align='right'>
320
- <tr>
321
- <td>
322
- <tt>85.4%</tt>&nbsp;</td>
323
- <td>
324
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
325
- <tr>
326
- <td class='covered' width='85' />
327
- <td class='uncovered' width='15' />
328
- </tr>
329
- </table>
330
- </td>
331
- </tr>
332
- </table>
333
- </td>
334
- </tr>
335
- <tr class='light'>
336
- <td>
337
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-complexunit_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/complexunit.rb</a>
338
- </td>
339
- <td class='value'>
340
- <tt>75</tt>
341
- </td>
342
- <td class='value'>
343
- <tt>56</tt>
344
- </td>
345
- <td>
346
- <table cellspacing='0' cellpadding='0' align='right'>
347
- <tr>
348
- <td>
349
- <tt>84.0%</tt>&nbsp;</td>
350
- <td>
351
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
352
- <tr>
353
- <td class='covered' width='84' />
354
- <td class='uncovered' width='16' />
355
- </tr>
356
- </table>
357
- </td>
358
- </tr>
359
- </table>
360
- </td>
361
- <td>
362
- <table cellspacing='0' cellpadding='0' align='right'>
363
- <tr>
364
- <td>
365
- <tt>80.4%</tt>&nbsp;</td>
366
- <td>
367
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
368
- <tr>
369
- <td class='covered' width='80' />
370
- <td class='uncovered' width='20' />
371
- </tr>
372
- </table>
373
- </td>
374
- </tr>
375
- </table>
376
- </td>
377
- </tr>
378
- <tr class='dark'>
379
- <td>
380
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simple_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/simple.rb</a>
381
- </td>
382
- <td class='value'>
383
- <tt>56</tt>
384
- </td>
385
- <td class='value'>
386
- <tt>38</tt>
387
- </td>
388
- <td>
389
- <table cellspacing='0' cellpadding='0' align='right'>
390
- <tr>
391
- <td>
392
- <tt>100.0%</tt>&nbsp;</td>
393
- <td>
394
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
395
- <tr>
396
- <td class='covered' width='100' />
397
- <td class='uncovered' width='0' />
398
- </tr>
399
- </table>
400
- </td>
401
- </tr>
402
- </table>
403
- </td>
404
- <td>
405
- <table cellspacing='0' cellpadding='0' align='right'>
406
- <tr>
407
- <td>
408
- <tt>100.0%</tt>&nbsp;</td>
409
- <td>
410
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
411
- <tr>
412
- <td class='covered' width='100' />
413
- <td class='uncovered' width='0' />
414
- </tr>
415
- </table>
416
- </td>
417
- </tr>
418
- </table>
419
- </td>
420
- </tr>
421
- <tr class='light'>
422
- <td>
423
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simplepackage_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/simplepackage.rb</a>
424
- </td>
425
- <td class='value'>
426
- <tt>47</tt>
427
- </td>
428
- <td class='value'>
429
- <tt>35</tt>
430
- </td>
431
- <td>
432
- <table cellspacing='0' cellpadding='0' align='right'>
433
- <tr>
434
- <td>
435
- <tt>100.0%</tt>&nbsp;</td>
436
- <td>
437
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
438
- <tr>
439
- <td class='covered' width='100' />
440
- <td class='uncovered' width='0' />
441
- </tr>
442
- </table>
443
- </td>
444
- </tr>
445
- </table>
446
- </td>
447
- <td>
448
- <table cellspacing='0' cellpadding='0' align='right'>
449
- <tr>
450
- <td>
451
- <tt>100.0%</tt>&nbsp;</td>
452
- <td>
453
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
454
- <tr>
455
- <td class='covered' width='100' />
456
- <td class='uncovered' width='0' />
457
- </tr>
458
- </table>
459
- </td>
460
- </tr>
461
- </table>
462
- </td>
463
- </tr>
464
- <tr class='dark'>
465
- <td>
466
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-configitems-simpleunit_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/configitems/simpleunit.rb</a>
467
- </td>
468
- <td class='value'>
469
- <tt>53</tt>
470
- </td>
471
- <td class='value'>
472
- <tt>40</tt>
473
- </td>
474
- <td>
475
- <table cellspacing='0' cellpadding='0' align='right'>
476
- <tr>
477
- <td>
478
- <tt>96.2%</tt>&nbsp;</td>
479
- <td>
480
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
481
- <tr>
482
- <td class='covered' width='96' />
483
- <td class='uncovered' width='4' />
484
- </tr>
485
- </table>
486
- </td>
487
- </tr>
488
- </table>
489
- </td>
490
- <td>
491
- <table cellspacing='0' cellpadding='0' align='right'>
492
- <tr>
493
- <td>
494
- <tt>95.0%</tt>&nbsp;</td>
495
- <td>
496
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
497
- <tr>
498
- <td class='covered' width='95' />
499
- <td class='uncovered' width='5' />
500
- </tr>
501
- </table>
502
- </td>
503
- </tr>
504
- </table>
505
- </td>
506
- </tr>
507
- <tr class='light'>
508
- <td>
509
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-item_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/item.rb</a>
510
- </td>
511
- <td class='value'>
512
- <tt>34</tt>
513
- </td>
514
- <td class='value'>
515
- <tt>24</tt>
516
- </td>
517
- <td>
518
- <table cellspacing='0' cellpadding='0' align='right'>
519
- <tr>
520
- <td>
521
- <tt>58.8%</tt>&nbsp;</td>
522
- <td>
523
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
524
- <tr>
525
- <td class='covered' width='59' />
526
- <td class='uncovered' width='41' />
527
- </tr>
528
- </table>
529
- </td>
530
- </tr>
531
- </table>
532
- </td>
533
- <td>
534
- <table cellspacing='0' cellpadding='0' align='right'>
535
- <tr>
536
- <td>
537
- <tt>50.0%</tt>&nbsp;</td>
538
- <td>
539
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
540
- <tr>
541
- <td class='covered' width='50' />
542
- <td class='uncovered' width='50' />
543
- </tr>
544
- </table>
545
- </td>
546
- </tr>
547
- </table>
548
- </td>
549
- </tr>
550
- <tr class='dark'>
551
- <td>
552
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-itemfactory_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/itemfactory.rb</a>
553
- </td>
554
- <td class='value'>
555
- <tt>58</tt>
556
- </td>
557
- <td class='value'>
558
- <tt>40</tt>
559
- </td>
560
- <td>
561
- <table cellspacing='0' cellpadding='0' align='right'>
562
- <tr>
563
- <td>
564
- <tt>56.9%</tt>&nbsp;</td>
565
- <td>
566
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
567
- <tr>
568
- <td class='covered' width='57' />
569
- <td class='uncovered' width='43' />
570
- </tr>
571
- </table>
572
- </td>
573
- </tr>
574
- </table>
575
- </td>
576
- <td>
577
- <table cellspacing='0' cellpadding='0' align='right'>
578
- <tr>
579
- <td>
580
- <tt>42.5%</tt>&nbsp;</td>
581
- <td>
582
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
583
- <tr>
584
- <td class='covered' width='43' />
585
- <td class='uncovered' width='57' />
586
- </tr>
587
- </table>
588
- </td>
589
- </tr>
590
- </table>
591
- </td>
592
- </tr>
593
- <tr class='light'>
594
- <td>
595
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-myconfig_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/myconfig.rb</a>
596
- </td>
597
- <td class='value'>
598
- <tt>58</tt>
599
- </td>
600
- <td class='value'>
601
- <tt>43</tt>
602
- </td>
603
- <td>
604
- <table cellspacing='0' cellpadding='0' align='right'>
605
- <tr>
606
- <td>
607
- <tt>31.0%</tt>&nbsp;</td>
608
- <td>
609
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
610
- <tr>
611
- <td class='covered' width='31' />
612
- <td class='uncovered' width='69' />
613
- </tr>
614
- </table>
615
- </td>
616
- </tr>
617
- </table>
618
- </td>
619
- <td>
620
- <table cellspacing='0' cellpadding='0' align='right'>
621
- <tr>
622
- <td>
623
- <tt>20.9%</tt>&nbsp;</td>
624
- <td>
625
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
626
- <tr>
627
- <td class='covered' width='21' />
628
- <td class='uncovered' width='79' />
629
- </tr>
630
- </table>
631
- </td>
632
- </tr>
633
- </table>
634
- </td>
635
- </tr>
636
- <tr class='dark'>
637
- <td>
638
- <a href='-home-simon-tmp-fhlow_v2-flw-core-lib-module_config-section_rb.html'>/home/simon/tmp/fhlow.v2/flw/core/lib/module_config/section.rb</a>
639
- </td>
640
- <td class='value'>
641
- <tt>63</tt>
642
- </td>
643
- <td class='value'>
644
- <tt>47</tt>
645
- </td>
646
- <td>
647
- <table cellspacing='0' cellpadding='0' align='right'>
648
- <tr>
649
- <td>
650
- <tt>39.7%</tt>&nbsp;</td>
651
- <td>
652
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
653
- <tr>
654
- <td class='covered' width='40' />
655
- <td class='uncovered' width='60' />
656
- </tr>
657
- </table>
658
- </td>
659
- </tr>
660
- </table>
661
- </td>
662
- <td>
663
- <table cellspacing='0' cellpadding='0' align='right'>
664
- <tr>
665
- <td>
666
- <tt>31.9%</tt>&nbsp;</td>
667
- <td>
668
- <table cellspacing='0' class='percent_graph' cellpadding='0' width='100'>
669
- <tr>
670
- <td class='covered' width='32' />
671
- <td class='uncovered' width='68' />
672
- </tr>
673
- </table>
674
- </td>
675
- </tr>
676
- </table>
677
- </td>
678
- </tr>
679
- </tbody>
680
- </table><hr /> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.7.0.</p><p>
681
- <a href='http://validator.w3.org/check/referer'>
682
- <img src='http://www.w3.org/Icons/valid-xhtml11' height='31' alt='Valid XHTML 1.1!' width='88' />
683
- </a>
684
- <a href='http://jigsaw.w3.org/css-validator/check/referer'>
685
- <img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px' />
686
- </a>
687
- </p>
688
- </body>
689
- </html>