classx-pluggable 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +221 -0
- data/README +88 -0
- data/Rakefile +52 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-attribute_rb.html +925 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-attributes_rb.html +772 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-bracketable_rb.html +671 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-role-logger_rb.html +716 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-validate_rb.html +663 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx_rb.html +820 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-block_rb.html +661 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-callbacks_rb.html +932 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-change_rb.html +779 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-hunk_rb.html +867 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs_rb.html +1715 -0
- data/doc/output/coverage/-Library-Ruby-Gems-gems-rcov-0_8_1_2_0-lib-rcov_rb.html +1598 -0
- data/doc/output/coverage/examples-test_runner-bin-test_runner_rb.html +628 -0
- data/doc/output/coverage/examples-test_runner-lib-test_runner-plugin-setup_fixture_rb.html +641 -0
- data/doc/output/coverage/examples-test_runner-lib-test_runner-plugin-test_info_rb.html +638 -0
- data/doc/output/coverage/examples-test_runner-lib-test_runner-plugin-test_timer_rb.html +666 -0
- data/doc/output/coverage/examples-test_runner-lib-test_runner_rb.html +643 -0
- data/doc/output/coverage/index.html +711 -0
- data/doc/output/coverage/lib-classx-pluggable-plugin_rb.html +676 -0
- data/doc/output/coverage/lib-classx-pluggable_rb.html +841 -0
- data/examples/test_runner/bin/test_runner.rb +18 -0
- data/examples/test_runner/conf/config.yaml +19 -0
- data/examples/test_runner/lib/test_runner.rb +33 -0
- data/examples/test_runner/lib/test_runner/plugin/setup_fixture.rb +31 -0
- data/examples/test_runner/lib/test_runner/plugin/test_info.rb +28 -0
- data/examples/test_runner/lib/test_runner/plugin/test_timer.rb +56 -0
- data/lib/classx/pluggable.rb +231 -0
- data/lib/classx/pluggable/plugin.rb +66 -0
- data/spec/classx-pluggable-util/module2path_spec.rb +30 -0
- data/spec/classx-pluggable-util/nested_autoload_spec.rb +48 -0
- data/spec/classx-pluggable-util/nested_const_get_spec.rb +48 -0
- data/spec/classx-pluggable/component_class_get.rb +18 -0
- data/spec/classx-pluggable_spec.rb +5 -0
- data/spec/example_spec.rb +20 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +6 -0
- data/tasks/basic_config.rake +22 -0
- data/tasks/basic_tasks.rake +139 -0
- metadata +127 -0
@@ -0,0 +1,711 @@
|
|
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'><head><title>C0 code coverage information</title>
|
3
|
+
<style type='text/css'>body { background-color: rgb(240, 240, 245); }</style>
|
4
|
+
<style type='text/css'>span.cross-ref-title {
|
5
|
+
font-size: 140%;
|
6
|
+
}
|
7
|
+
span.cross-ref a {
|
8
|
+
text-decoration: none;
|
9
|
+
}
|
10
|
+
span.cross-ref {
|
11
|
+
background-color:#f3f7fa;
|
12
|
+
border: 1px dashed #333;
|
13
|
+
margin: 1em;
|
14
|
+
padding: 0.5em;
|
15
|
+
overflow: hidden;
|
16
|
+
}
|
17
|
+
a.crossref-toggle {
|
18
|
+
text-decoration: none;
|
19
|
+
}
|
20
|
+
span.marked0 {
|
21
|
+
background-color: rgb(185, 210, 200);
|
22
|
+
display: block;
|
23
|
+
}
|
24
|
+
span.marked1 {
|
25
|
+
background-color: rgb(190, 215, 205);
|
26
|
+
display: block;
|
27
|
+
}
|
28
|
+
span.inferred0 {
|
29
|
+
background-color: rgb(175, 200, 200);
|
30
|
+
display: block;
|
31
|
+
}
|
32
|
+
span.inferred1 {
|
33
|
+
background-color: rgb(180, 205, 205);
|
34
|
+
display: block;
|
35
|
+
}
|
36
|
+
span.uncovered0 {
|
37
|
+
background-color: rgb(225, 110, 110);
|
38
|
+
display: block;
|
39
|
+
}
|
40
|
+
span.uncovered1 {
|
41
|
+
background-color: rgb(235, 120, 120);
|
42
|
+
display: block;
|
43
|
+
}
|
44
|
+
span.overview {
|
45
|
+
border-bottom: 8px solid black;
|
46
|
+
}
|
47
|
+
div.overview {
|
48
|
+
border-bottom: 8px solid black;
|
49
|
+
}
|
50
|
+
body {
|
51
|
+
font-family: verdana, arial, helvetica;
|
52
|
+
}
|
53
|
+
div.footer {
|
54
|
+
font-size: 68%;
|
55
|
+
margin-top: 1.5em;
|
56
|
+
}
|
57
|
+
h1, h2, h3, h4, h5, h6 {
|
58
|
+
margin-bottom: 0.5em;
|
59
|
+
}
|
60
|
+
h5 {
|
61
|
+
margin-top: 0.5em;
|
62
|
+
}
|
63
|
+
.hidden {
|
64
|
+
display: none;
|
65
|
+
}
|
66
|
+
div.separator {
|
67
|
+
height: 10px;
|
68
|
+
}
|
69
|
+
/* Commented out for better readability, esp. on IE */
|
70
|
+
/*
|
71
|
+
table tr td, table tr th {
|
72
|
+
font-size: 68%;
|
73
|
+
}
|
74
|
+
td.value table tr td {
|
75
|
+
font-size: 11px;
|
76
|
+
}
|
77
|
+
*/
|
78
|
+
table.percent_graph {
|
79
|
+
height: 12px;
|
80
|
+
border: #808080 1px solid;
|
81
|
+
empty-cells: show;
|
82
|
+
}
|
83
|
+
table.percent_graph td.covered {
|
84
|
+
height: 10px;
|
85
|
+
background: #00f000;
|
86
|
+
}
|
87
|
+
table.percent_graph td.uncovered {
|
88
|
+
height: 10px;
|
89
|
+
background: #e00000;
|
90
|
+
}
|
91
|
+
table.percent_graph td.NA {
|
92
|
+
height: 10px;
|
93
|
+
background: #eaeaea;
|
94
|
+
}
|
95
|
+
table.report {
|
96
|
+
border-collapse: collapse;
|
97
|
+
width: 100%;
|
98
|
+
}
|
99
|
+
table.report td.heading {
|
100
|
+
background: #dcecff;
|
101
|
+
border: #d0d0d0 1px solid;
|
102
|
+
font-weight: bold;
|
103
|
+
text-align: center;
|
104
|
+
}
|
105
|
+
table.report td.heading:hover {
|
106
|
+
background: #c0ffc0;
|
107
|
+
}
|
108
|
+
table.report td.text {
|
109
|
+
border: #d0d0d0 1px solid;
|
110
|
+
}
|
111
|
+
table.report td.value,
|
112
|
+
table.report td.lines_total,
|
113
|
+
table.report td.lines_code {
|
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><h3>C0 code coverage information</h3>
|
151
|
+
<p>Generated on Sat Nov 08 17:43:41 +0900 2008 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a>
|
152
|
+
</p>
|
153
|
+
<hr/>
|
154
|
+
<table class='report'><thead><tr><td class='heading'>Name</td>
|
155
|
+
<td class='heading'>Total lines</td>
|
156
|
+
<td class='heading'>Lines of code</td>
|
157
|
+
<td class='heading'>Total coverage</td>
|
158
|
+
<td class='heading'>Code coverage</td>
|
159
|
+
</tr>
|
160
|
+
</thead>
|
161
|
+
<tbody><tr class='light'><td>TOTAL</td>
|
162
|
+
<td class='lines_total'><tt>4262</tt>
|
163
|
+
</td>
|
164
|
+
<td class='lines_code'><tt>2461</tt>
|
165
|
+
</td>
|
166
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>49.0%</tt>
|
167
|
+
</td>
|
168
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='49'/>
|
169
|
+
<td class='uncovered' width='51'/>
|
170
|
+
</tr>
|
171
|
+
</table>
|
172
|
+
</td>
|
173
|
+
</tr>
|
174
|
+
</table>
|
175
|
+
</td>
|
176
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>32.3%</tt>
|
177
|
+
</td>
|
178
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='32'/>
|
179
|
+
<td class='uncovered' width='68'/>
|
180
|
+
</tr>
|
181
|
+
</table>
|
182
|
+
</td>
|
183
|
+
</tr>
|
184
|
+
</table>
|
185
|
+
</td>
|
186
|
+
</tr>
|
187
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx.rb</a>
|
188
|
+
</td>
|
189
|
+
<td class='lines_total'><tt>210</tt>
|
190
|
+
</td>
|
191
|
+
<td class='lines_code'><tt>136</tt>
|
192
|
+
</td>
|
193
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>75.7%</tt>
|
194
|
+
</td>
|
195
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='76'/>
|
196
|
+
<td class='uncovered' width='24'/>
|
197
|
+
</tr>
|
198
|
+
</table>
|
199
|
+
</td>
|
200
|
+
</tr>
|
201
|
+
</table>
|
202
|
+
</td>
|
203
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>64.7%</tt>
|
204
|
+
</td>
|
205
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='65'/>
|
206
|
+
<td class='uncovered' width='35'/>
|
207
|
+
</tr>
|
208
|
+
</table>
|
209
|
+
</td>
|
210
|
+
</tr>
|
211
|
+
</table>
|
212
|
+
</td>
|
213
|
+
</tr>
|
214
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-attribute_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx/attribute.rb</a>
|
215
|
+
</td>
|
216
|
+
<td class='lines_total'><tt>315</tt>
|
217
|
+
</td>
|
218
|
+
<td class='lines_code'><tt>244</tt>
|
219
|
+
</td>
|
220
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>64.8%</tt>
|
221
|
+
</td>
|
222
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='65'/>
|
223
|
+
<td class='uncovered' width='35'/>
|
224
|
+
</tr>
|
225
|
+
</table>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
</table>
|
229
|
+
</td>
|
230
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>57.4%</tt>
|
231
|
+
</td>
|
232
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='57'/>
|
233
|
+
<td class='uncovered' width='43'/>
|
234
|
+
</tr>
|
235
|
+
</table>
|
236
|
+
</td>
|
237
|
+
</tr>
|
238
|
+
</table>
|
239
|
+
</td>
|
240
|
+
</tr>
|
241
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-attributes_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx/attributes.rb</a>
|
242
|
+
</td>
|
243
|
+
<td class='lines_total'><tt>162</tt>
|
244
|
+
</td>
|
245
|
+
<td class='lines_code'><tt>98</tt>
|
246
|
+
</td>
|
247
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>86.4%</tt>
|
248
|
+
</td>
|
249
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='86'/>
|
250
|
+
<td class='uncovered' width='14'/>
|
251
|
+
</tr>
|
252
|
+
</table>
|
253
|
+
</td>
|
254
|
+
</tr>
|
255
|
+
</table>
|
256
|
+
</td>
|
257
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>77.6%</tt>
|
258
|
+
</td>
|
259
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='78'/>
|
260
|
+
<td class='uncovered' width='22'/>
|
261
|
+
</tr>
|
262
|
+
</table>
|
263
|
+
</td>
|
264
|
+
</tr>
|
265
|
+
</table>
|
266
|
+
</td>
|
267
|
+
</tr>
|
268
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-bracketable_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx/bracketable.rb</a>
|
269
|
+
</td>
|
270
|
+
<td class='lines_total'><tt>61</tt>
|
271
|
+
</td>
|
272
|
+
<td class='lines_code'><tt>34</tt>
|
273
|
+
</td>
|
274
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>47.5%</tt>
|
275
|
+
</td>
|
276
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='48'/>
|
277
|
+
<td class='uncovered' width='52'/>
|
278
|
+
</tr>
|
279
|
+
</table>
|
280
|
+
</td>
|
281
|
+
</tr>
|
282
|
+
</table>
|
283
|
+
</td>
|
284
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>11.8%</tt>
|
285
|
+
</td>
|
286
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='12'/>
|
287
|
+
<td class='uncovered' width='88'/>
|
288
|
+
</tr>
|
289
|
+
</table>
|
290
|
+
</td>
|
291
|
+
</tr>
|
292
|
+
</table>
|
293
|
+
</td>
|
294
|
+
</tr>
|
295
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-role-logger_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx/role/logger.rb</a>
|
296
|
+
</td>
|
297
|
+
<td class='lines_total'><tt>106</tt>
|
298
|
+
</td>
|
299
|
+
<td class='lines_code'><tt>61</tt>
|
300
|
+
</td>
|
301
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>68.9%</tt>
|
302
|
+
</td>
|
303
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='69'/>
|
304
|
+
<td class='uncovered' width='31'/>
|
305
|
+
</tr>
|
306
|
+
</table>
|
307
|
+
</td>
|
308
|
+
</tr>
|
309
|
+
</table>
|
310
|
+
</td>
|
311
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>54.1%</tt>
|
312
|
+
</td>
|
313
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='54'/>
|
314
|
+
<td class='uncovered' width='46'/>
|
315
|
+
</tr>
|
316
|
+
</table>
|
317
|
+
</td>
|
318
|
+
</tr>
|
319
|
+
</table>
|
320
|
+
</td>
|
321
|
+
</tr>
|
322
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-classx-0_0_5-lib-classx-validate_rb.html'>/Library/Ruby/Gems/gems/classx-0.0.5/lib/classx/validate.rb</a>
|
323
|
+
</td>
|
324
|
+
<td class='lines_total'><tt>53</tt>
|
325
|
+
</td>
|
326
|
+
<td class='lines_code'><tt>27</tt>
|
327
|
+
</td>
|
328
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>94.3%</tt>
|
329
|
+
</td>
|
330
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='94'/>
|
331
|
+
<td class='uncovered' width='6'/>
|
332
|
+
</tr>
|
333
|
+
</table>
|
334
|
+
</td>
|
335
|
+
</tr>
|
336
|
+
</table>
|
337
|
+
</td>
|
338
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>88.9%</tt>
|
339
|
+
</td>
|
340
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='89'/>
|
341
|
+
<td class='uncovered' width='11'/>
|
342
|
+
</tr>
|
343
|
+
</table>
|
344
|
+
</td>
|
345
|
+
</tr>
|
346
|
+
</table>
|
347
|
+
</td>
|
348
|
+
</tr>
|
349
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs_rb.html'>/Library/Ruby/Gems/gems/diff-lcs-1.1.2/lib/diff/lcs.rb</a>
|
350
|
+
</td>
|
351
|
+
<td class='lines_total'><tt>1105</tt>
|
352
|
+
</td>
|
353
|
+
<td class='lines_code'><tt>553</tt>
|
354
|
+
</td>
|
355
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>46.3%</tt>
|
356
|
+
</td>
|
357
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='46'/>
|
358
|
+
<td class='uncovered' width='54'/>
|
359
|
+
</tr>
|
360
|
+
</table>
|
361
|
+
</td>
|
362
|
+
</tr>
|
363
|
+
</table>
|
364
|
+
</td>
|
365
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>6.5%</tt>
|
366
|
+
</td>
|
367
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='7'/>
|
368
|
+
<td class='uncovered' width='93'/>
|
369
|
+
</tr>
|
370
|
+
</table>
|
371
|
+
</td>
|
372
|
+
</tr>
|
373
|
+
</table>
|
374
|
+
</td>
|
375
|
+
</tr>
|
376
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-block_rb.html'>/Library/Ruby/Gems/gems/diff-lcs-1.1.2/lib/diff/lcs/block.rb</a>
|
377
|
+
</td>
|
378
|
+
<td class='lines_total'><tt>51</tt>
|
379
|
+
</td>
|
380
|
+
<td class='lines_code'><tt>28</tt>
|
381
|
+
</td>
|
382
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>52.9%</tt>
|
383
|
+
</td>
|
384
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='53'/>
|
385
|
+
<td class='uncovered' width='47'/>
|
386
|
+
</tr>
|
387
|
+
</table>
|
388
|
+
</td>
|
389
|
+
</tr>
|
390
|
+
</table>
|
391
|
+
</td>
|
392
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>17.9%</tt>
|
393
|
+
</td>
|
394
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='18'/>
|
395
|
+
<td class='uncovered' width='82'/>
|
396
|
+
</tr>
|
397
|
+
</table>
|
398
|
+
</td>
|
399
|
+
</tr>
|
400
|
+
</table>
|
401
|
+
</td>
|
402
|
+
</tr>
|
403
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-callbacks_rb.html'>/Library/Ruby/Gems/gems/diff-lcs-1.1.2/lib/diff/lcs/callbacks.rb</a>
|
404
|
+
</td>
|
405
|
+
<td class='lines_total'><tt>322</tt>
|
406
|
+
</td>
|
407
|
+
<td class='lines_code'><tt>83</tt>
|
408
|
+
</td>
|
409
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>84.5%</tt>
|
410
|
+
</td>
|
411
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='84'/>
|
412
|
+
<td class='uncovered' width='16'/>
|
413
|
+
</tr>
|
414
|
+
</table>
|
415
|
+
</td>
|
416
|
+
</tr>
|
417
|
+
</table>
|
418
|
+
</td>
|
419
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>41.0%</tt>
|
420
|
+
</td>
|
421
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='41'/>
|
422
|
+
<td class='uncovered' width='59'/>
|
423
|
+
</tr>
|
424
|
+
</table>
|
425
|
+
</td>
|
426
|
+
</tr>
|
427
|
+
</table>
|
428
|
+
</td>
|
429
|
+
</tr>
|
430
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-change_rb.html'>/Library/Ruby/Gems/gems/diff-lcs-1.1.2/lib/diff/lcs/change.rb</a>
|
431
|
+
</td>
|
432
|
+
<td class='lines_total'><tt>169</tt>
|
433
|
+
</td>
|
434
|
+
<td class='lines_code'><tt>110</tt>
|
435
|
+
</td>
|
436
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>54.4%</tt>
|
437
|
+
</td>
|
438
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='54'/>
|
439
|
+
<td class='uncovered' width='46'/>
|
440
|
+
</tr>
|
441
|
+
</table>
|
442
|
+
</td>
|
443
|
+
</tr>
|
444
|
+
</table>
|
445
|
+
</td>
|
446
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>31.8%</tt>
|
447
|
+
</td>
|
448
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='32'/>
|
449
|
+
<td class='uncovered' width='68'/>
|
450
|
+
</tr>
|
451
|
+
</table>
|
452
|
+
</td>
|
453
|
+
</tr>
|
454
|
+
</table>
|
455
|
+
</td>
|
456
|
+
</tr>
|
457
|
+
<tr class='dark'><td><a href='-Library-Ruby-Gems-gems-diff-lcs-1_1_2-lib-diff-lcs-hunk_rb.html'>/Library/Ruby/Gems/gems/diff-lcs-1.1.2/lib/diff/lcs/hunk.rb</a>
|
458
|
+
</td>
|
459
|
+
<td class='lines_total'><tt>257</tt>
|
460
|
+
</td>
|
461
|
+
<td class='lines_code'><tt>170</tt>
|
462
|
+
</td>
|
463
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>25.3%</tt>
|
464
|
+
</td>
|
465
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='25'/>
|
466
|
+
<td class='uncovered' width='75'/>
|
467
|
+
</tr>
|
468
|
+
</table>
|
469
|
+
</td>
|
470
|
+
</tr>
|
471
|
+
</table>
|
472
|
+
</td>
|
473
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>11.8%</tt>
|
474
|
+
</td>
|
475
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='12'/>
|
476
|
+
<td class='uncovered' width='88'/>
|
477
|
+
</tr>
|
478
|
+
</table>
|
479
|
+
</td>
|
480
|
+
</tr>
|
481
|
+
</table>
|
482
|
+
</td>
|
483
|
+
</tr>
|
484
|
+
<tr class='light'><td><a href='-Library-Ruby-Gems-gems-rcov-0_8_1_2_0-lib-rcov_rb.html'>/Library/Ruby/Gems/gems/rcov-0.8.1.2.0/lib/rcov.rb</a>
|
485
|
+
</td>
|
486
|
+
<td class='lines_total'><tt>988</tt>
|
487
|
+
</td>
|
488
|
+
<td class='lines_code'><tt>602</tt>
|
489
|
+
</td>
|
490
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>3.3%</tt>
|
491
|
+
</td>
|
492
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='3'/>
|
493
|
+
<td class='uncovered' width='97'/>
|
494
|
+
</tr>
|
495
|
+
</table>
|
496
|
+
</td>
|
497
|
+
</tr>
|
498
|
+
</table>
|
499
|
+
</td>
|
500
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>2.8%</tt>
|
501
|
+
</td>
|
502
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='3'/>
|
503
|
+
<td class='uncovered' width='97'/>
|
504
|
+
</tr>
|
505
|
+
</table>
|
506
|
+
</td>
|
507
|
+
</tr>
|
508
|
+
</table>
|
509
|
+
</td>
|
510
|
+
</tr>
|
511
|
+
<tr class='dark'><td><a href='examples-test_runner-bin-test_runner_rb.html'>examples/test_runner/bin/test_runner.rb</a>
|
512
|
+
</td>
|
513
|
+
<td class='lines_total'><tt>18</tt>
|
514
|
+
</td>
|
515
|
+
<td class='lines_code'><tt>14</tt>
|
516
|
+
</td>
|
517
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
|
518
|
+
</td>
|
519
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
520
|
+
<td class='uncovered' width='0'/>
|
521
|
+
</tr>
|
522
|
+
</table>
|
523
|
+
</td>
|
524
|
+
</tr>
|
525
|
+
</table>
|
526
|
+
</td>
|
527
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
|
528
|
+
</td>
|
529
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
530
|
+
<td class='uncovered' width='0'/>
|
531
|
+
</tr>
|
532
|
+
</table>
|
533
|
+
</td>
|
534
|
+
</tr>
|
535
|
+
</table>
|
536
|
+
</td>
|
537
|
+
</tr>
|
538
|
+
<tr class='light'><td><a href='examples-test_runner-lib-test_runner_rb.html'>examples/test_runner/lib/test_runner.rb</a>
|
539
|
+
</td>
|
540
|
+
<td class='lines_total'><tt>33</tt>
|
541
|
+
</td>
|
542
|
+
<td class='lines_code'><tt>24</tt>
|
543
|
+
</td>
|
544
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
|
545
|
+
</td>
|
546
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
547
|
+
<td class='uncovered' width='0'/>
|
548
|
+
</tr>
|
549
|
+
</table>
|
550
|
+
</td>
|
551
|
+
</tr>
|
552
|
+
</table>
|
553
|
+
</td>
|
554
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
|
555
|
+
</td>
|
556
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
557
|
+
<td class='uncovered' width='0'/>
|
558
|
+
</tr>
|
559
|
+
</table>
|
560
|
+
</td>
|
561
|
+
</tr>
|
562
|
+
</table>
|
563
|
+
</td>
|
564
|
+
</tr>
|
565
|
+
<tr class='dark'><td><a href='examples-test_runner-lib-test_runner-plugin-setup_fixture_rb.html'>examples/test_runner/lib/test_runner/plugin/setup_fixture.rb</a>
|
566
|
+
</td>
|
567
|
+
<td class='lines_total'><tt>31</tt>
|
568
|
+
</td>
|
569
|
+
<td class='lines_code'><tt>21</tt>
|
570
|
+
</td>
|
571
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
|
572
|
+
</td>
|
573
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
574
|
+
<td class='uncovered' width='0'/>
|
575
|
+
</tr>
|
576
|
+
</table>
|
577
|
+
</td>
|
578
|
+
</tr>
|
579
|
+
</table>
|
580
|
+
</td>
|
581
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
|
582
|
+
</td>
|
583
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
584
|
+
<td class='uncovered' width='0'/>
|
585
|
+
</tr>
|
586
|
+
</table>
|
587
|
+
</td>
|
588
|
+
</tr>
|
589
|
+
</table>
|
590
|
+
</td>
|
591
|
+
</tr>
|
592
|
+
<tr class='light'><td><a href='examples-test_runner-lib-test_runner-plugin-test_info_rb.html'>examples/test_runner/lib/test_runner/plugin/test_info.rb</a>
|
593
|
+
</td>
|
594
|
+
<td class='lines_total'><tt>28</tt>
|
595
|
+
</td>
|
596
|
+
<td class='lines_code'><tt>23</tt>
|
597
|
+
</td>
|
598
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
|
599
|
+
</td>
|
600
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
601
|
+
<td class='uncovered' width='0'/>
|
602
|
+
</tr>
|
603
|
+
</table>
|
604
|
+
</td>
|
605
|
+
</tr>
|
606
|
+
</table>
|
607
|
+
</td>
|
608
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
|
609
|
+
</td>
|
610
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
611
|
+
<td class='uncovered' width='0'/>
|
612
|
+
</tr>
|
613
|
+
</table>
|
614
|
+
</td>
|
615
|
+
</tr>
|
616
|
+
</table>
|
617
|
+
</td>
|
618
|
+
</tr>
|
619
|
+
<tr class='dark'><td><a href='examples-test_runner-lib-test_runner-plugin-test_timer_rb.html'>examples/test_runner/lib/test_runner/plugin/test_timer.rb</a>
|
620
|
+
</td>
|
621
|
+
<td class='lines_total'><tt>56</tt>
|
622
|
+
</td>
|
623
|
+
<td class='lines_code'><tt>36</tt>
|
624
|
+
</td>
|
625
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
|
626
|
+
</td>
|
627
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
628
|
+
<td class='uncovered' width='0'/>
|
629
|
+
</tr>
|
630
|
+
</table>
|
631
|
+
</td>
|
632
|
+
</tr>
|
633
|
+
</table>
|
634
|
+
</td>
|
635
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
|
636
|
+
</td>
|
637
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
|
638
|
+
<td class='uncovered' width='0'/>
|
639
|
+
</tr>
|
640
|
+
</table>
|
641
|
+
</td>
|
642
|
+
</tr>
|
643
|
+
</table>
|
644
|
+
</td>
|
645
|
+
</tr>
|
646
|
+
<tr class='light'><td><a href='lib-classx-pluggable_rb.html'>lib/classx/pluggable.rb</a>
|
647
|
+
</td>
|
648
|
+
<td class='lines_total'><tt>231</tt>
|
649
|
+
</td>
|
650
|
+
<td class='lines_code'><tt>152</tt>
|
651
|
+
</td>
|
652
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>91.3%</tt>
|
653
|
+
</td>
|
654
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='91'/>
|
655
|
+
<td class='uncovered' width='9'/>
|
656
|
+
</tr>
|
657
|
+
</table>
|
658
|
+
</td>
|
659
|
+
</tr>
|
660
|
+
</table>
|
661
|
+
</td>
|
662
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>86.8%</tt>
|
663
|
+
</td>
|
664
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='87'/>
|
665
|
+
<td class='uncovered' width='13'/>
|
666
|
+
</tr>
|
667
|
+
</table>
|
668
|
+
</td>
|
669
|
+
</tr>
|
670
|
+
</table>
|
671
|
+
</td>
|
672
|
+
</tr>
|
673
|
+
<tr class='dark'><td><a href='lib-classx-pluggable-plugin_rb.html'>lib/classx/pluggable/plugin.rb</a>
|
674
|
+
</td>
|
675
|
+
<td class='lines_total'><tt>66</tt>
|
676
|
+
</td>
|
677
|
+
<td class='lines_code'><tt>45</tt>
|
678
|
+
</td>
|
679
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>83.3%</tt>
|
680
|
+
</td>
|
681
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='83'/>
|
682
|
+
<td class='uncovered' width='17'/>
|
683
|
+
</tr>
|
684
|
+
</table>
|
685
|
+
</td>
|
686
|
+
</tr>
|
687
|
+
</table>
|
688
|
+
</td>
|
689
|
+
<td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>75.6%</tt>
|
690
|
+
</td>
|
691
|
+
<td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='76'/>
|
692
|
+
<td class='uncovered' width='24'/>
|
693
|
+
</tr>
|
694
|
+
</table>
|
695
|
+
</td>
|
696
|
+
</tr>
|
697
|
+
</table>
|
698
|
+
</td>
|
699
|
+
</tr>
|
700
|
+
</tbody>
|
701
|
+
</table>
|
702
|
+
<hr/>
|
703
|
+
<p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a>
|
704
|
+
version 0.8.1.2.</p>
|
705
|
+
<p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org/Icons/valid-xhtml11' height='31' alt='Valid XHTML 1.1!' width='88'/>
|
706
|
+
</a>
|
707
|
+
<a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px'/>
|
708
|
+
</a>
|
709
|
+
</p>
|
710
|
+
</body>
|
711
|
+
</html>
|