context 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. data/Rakefile.rb +107 -0
  2. data/coverage/-usr-local-lib-site_ruby-1_8-atk_rb.html +612 -0
  3. data/coverage/-usr-local-lib-site_ruby-1_8-gdk_pixbuf2_rb.html +637 -0
  4. data/coverage/-usr-local-lib-site_ruby-1_8-glib2_rb.html +829 -0
  5. data/coverage/-usr-local-lib-site_ruby-1_8-gtk2-base_rb.html +709 -0
  6. data/coverage/-usr-local-lib-site_ruby-1_8-gtk2_rb.html +623 -0
  7. data/coverage/-usr-local-lib-site_ruby-1_8-pango_rb.html +665 -0
  8. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-color_rb.html +865 -0
  9. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-colors_rb.html +1266 -0
  10. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-constants_rb.html +632 -0
  11. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-blur_rb.html +655 -0
  12. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-circle_rb.html +619 -0
  13. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-color_rb.html +621 -0
  14. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-path_rb.html +726 -0
  15. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-rectangle_rb.html +643 -0
  16. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-triangle_rb.html +622 -0
  17. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context_rb.html +639 -0
  18. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-paper_rb.html +793 -0
  19. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-papers_rb.html +651 -0
  20. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-path_rb.html +625 -0
  21. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-point_rb.html +617 -0
  22. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo_rb.html +756 -0
  23. data/coverage/index.html +1170 -0
  24. data/coverage/lib-Context-Bridge_rb.html +673 -0
  25. data/coverage/lib-Context-Context_rb.html +756 -0
  26. data/coverage/lib-Context-EnumeratedType_rb.html +661 -0
  27. data/coverage/lib-Context-ExecutionProxy_rb.html +671 -0
  28. data/coverage/lib-Context-Gtk-App_rb.html +638 -0
  29. data/coverage/lib-Context-Gtk-Key_rb.html +664 -0
  30. data/coverage/lib-Context-Gtk-Widget_rb.html +667 -0
  31. data/coverage/lib-Context-KeyAssignment_rb.html +641 -0
  32. data/coverage/lib-Context-KeyMap_rb.html +653 -0
  33. data/coverage/lib-Context-Key_rb.html +667 -0
  34. data/coverage/lib-Context-View_rb.html +659 -0
  35. data/coverage/lib-Context-Views-Gtk-PageView_rb.html +660 -0
  36. data/coverage/lib-Context-Views-PageView_rb.html +627 -0
  37. data/coverage/lib-Context-Widget_rb.html +650 -0
  38. data/coverage/lib-Context-require_all_rb.html +623 -0
  39. data/doc/classes/Context.html +174 -0
  40. data/doc/classes/Context/Bridge.html +296 -0
  41. data/doc/classes/Context/Context.html +564 -0
  42. data/doc/classes/Context/EnumeratedType.html +283 -0
  43. data/doc/classes/Context/ExecutionProxy.html +228 -0
  44. data/doc/classes/Context/Gtk.html +126 -0
  45. data/doc/classes/Context/Gtk/App.html +217 -0
  46. data/doc/classes/Context/Gtk/Key.html +292 -0
  47. data/doc/classes/Context/Gtk/PageView.html +245 -0
  48. data/doc/classes/Context/Gtk/PageView/MainWindow.html +200 -0
  49. data/doc/classes/Context/Gtk/Widget.html +311 -0
  50. data/doc/classes/Context/Key.html +305 -0
  51. data/doc/classes/Context/Key/Modifier.html +117 -0
  52. data/doc/classes/Context/KeyAssignment.html +234 -0
  53. data/doc/classes/Context/KeyMap.html +273 -0
  54. data/doc/classes/Context/PageView.html +180 -0
  55. data/doc/classes/Context/View.html +334 -0
  56. data/doc/classes/Context/Widget.html +298 -0
  57. data/doc/classes/Kernel.html +148 -0
  58. data/doc/classes/Object.html +196 -0
  59. data/doc/created.rid +1 -0
  60. data/doc/files/lib/Context/Bridge_rb.html +108 -0
  61. data/doc/files/lib/Context/Context_rb.html +109 -0
  62. data/doc/files/lib/Context/EnumeratedType_rb.html +101 -0
  63. data/doc/files/lib/Context/ExecutionProxy_rb.html +101 -0
  64. data/doc/files/lib/Context/Gtk/App_rb.html +110 -0
  65. data/doc/files/lib/Context/Gtk/Key_rb.html +109 -0
  66. data/doc/files/lib/Context/Gtk/Widget_rb.html +109 -0
  67. data/doc/files/lib/Context/KeyAssignment_rb.html +108 -0
  68. data/doc/files/lib/Context/KeyMap_rb.html +109 -0
  69. data/doc/files/lib/Context/Key_rb.html +108 -0
  70. data/doc/files/lib/Context/Version_rb.html +101 -0
  71. data/doc/files/lib/Context/View_rb.html +101 -0
  72. data/doc/files/lib/Context/Views/Gtk/PageView_rb.html +111 -0
  73. data/doc/files/lib/Context/Views/PageView_rb.html +108 -0
  74. data/doc/files/lib/Context/Widget_rb.html +101 -0
  75. data/doc/files/lib/Context/require_all_rb.html +101 -0
  76. data/doc/fr_class_index.html +46 -0
  77. data/doc/fr_file_index.html +42 -0
  78. data/doc/fr_method_index.html +103 -0
  79. data/doc/index.html +24 -0
  80. data/doc/rdoc-style.css +208 -0
  81. data/lib/Context/Bridge.rb +63 -0
  82. data/lib/Context/Context.rb +146 -0
  83. data/lib/Context/EnumeratedType.rb +51 -0
  84. data/lib/Context/ExecutionProxy.rb +61 -0
  85. data/lib/Context/Gtk/App.rb +28 -0
  86. data/lib/Context/Gtk/Key.rb +54 -0
  87. data/lib/Context/Gtk/Widget.rb +57 -0
  88. data/lib/Context/Key.rb +57 -0
  89. data/lib/Context/KeyAssignment.rb +31 -0
  90. data/lib/Context/KeyMap.rb +43 -0
  91. data/lib/Context/Version.rb +5 -0
  92. data/lib/Context/View.rb +49 -0
  93. data/lib/Context/Views/Gtk/PageView.rb +50 -0
  94. data/lib/Context/Views/PageView.rb +17 -0
  95. data/lib/Context/Widget.rb +40 -0
  96. data/lib/Context/require_all.rb +13 -0
  97. data/spec/Context/Bridge_spec.rb +40 -0
  98. data/spec/Context/Context_spec.rb +102 -0
  99. data/spec/Context/EnumeratedType_spec.rb +51 -0
  100. data/spec/Context/ExecutionProxy_spec.rb +28 -0
  101. data/spec/Context/Gtk/App_spec.rb +24 -0
  102. data/spec/Context/Gtk/Key_spec.rb +45 -0
  103. data/spec/Context/Gtk/Widget_spec.rb +44 -0
  104. data/spec/Context/KeyAssignment_spec.rb +26 -0
  105. data/spec/Context/KeyMap_spec.rb +64 -0
  106. data/spec/Context/Key_spec.rb +22 -0
  107. data/spec/Context/View_spec.rb +62 -0
  108. data/spec/Context/Views/Gtk/PageView_spec.rb +44 -0
  109. data/spec/Context/Views/PageView_spec.rb +20 -0
  110. data/spec/Context/Widget_spec.rb +15 -0
  111. data/spec/Context/require_all_spec.rb +13 -0
  112. data/test_results.html +343 -0
  113. metadata +179 -0
@@ -0,0 +1,1170 @@
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 Tue Sep 30 12:14:22 +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>2755</tt>
163
+ </td>
164
+ <td class='lines_code'><tt>1950</tt>
165
+ </td>
166
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>76.3%</tt>
167
+ &nbsp;</td>
168
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='76'/>
169
+ <td class='uncovered' width='24'/>
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'>67.3%</tt>
177
+ &nbsp;</td>
178
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='67'/>
179
+ <td class='uncovered' width='33'/>
180
+ </tr>
181
+ </table>
182
+ </td>
183
+ </tr>
184
+ </table>
185
+ </td>
186
+ </tr>
187
+ <tr class='dark'><td><a href='-usr-local-lib-site_ruby-1_8-atk_rb.html'>/usr/local/lib/site_ruby/1.8/atk.rb</a>
188
+ </td>
189
+ <td class='lines_total'><tt>2</tt>
190
+ </td>
191
+ <td class='lines_code'><tt>2</tt>
192
+ </td>
193
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
194
+ &nbsp;</td>
195
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
196
+ <td class='uncovered' width='0'/>
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'>100.0%</tt>
204
+ &nbsp;</td>
205
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
206
+ <td class='uncovered' width='0'/>
207
+ </tr>
208
+ </table>
209
+ </td>
210
+ </tr>
211
+ </table>
212
+ </td>
213
+ </tr>
214
+ <tr class='light'><td><a href='-usr-local-lib-site_ruby-1_8-gdk_pixbuf2_rb.html'>/usr/local/lib/site_ruby/1.8/gdk_pixbuf2.rb</a>
215
+ </td>
216
+ <td class='lines_total'><tt>27</tt>
217
+ </td>
218
+ <td class='lines_code'><tt>25</tt>
219
+ </td>
220
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>51.9%</tt>
221
+ &nbsp;</td>
222
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='52'/>
223
+ <td class='uncovered' width='48'/>
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'>48.0%</tt>
231
+ &nbsp;</td>
232
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='48'/>
233
+ <td class='uncovered' width='52'/>
234
+ </tr>
235
+ </table>
236
+ </td>
237
+ </tr>
238
+ </table>
239
+ </td>
240
+ </tr>
241
+ <tr class='dark'><td><a href='-usr-local-lib-site_ruby-1_8-glib2_rb.html'>/usr/local/lib/site_ruby/1.8/glib2.rb</a>
242
+ </td>
243
+ <td class='lines_total'><tt>219</tt>
244
+ </td>
245
+ <td class='lines_code'><tt>172</tt>
246
+ </td>
247
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>84.5%</tt>
248
+ &nbsp;</td>
249
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='84'/>
250
+ <td class='uncovered' width='16'/>
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'>80.2%</tt>
258
+ &nbsp;</td>
259
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='80'/>
260
+ <td class='uncovered' width='20'/>
261
+ </tr>
262
+ </table>
263
+ </td>
264
+ </tr>
265
+ </table>
266
+ </td>
267
+ </tr>
268
+ <tr class='light'><td><a href='-usr-local-lib-site_ruby-1_8-gtk2_rb.html'>/usr/local/lib/site_ruby/1.8/gtk2.rb</a>
269
+ </td>
270
+ <td class='lines_total'><tt>13</tt>
271
+ </td>
272
+ <td class='lines_code'><tt>2</tt>
273
+ </td>
274
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
275
+ &nbsp;</td>
276
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
277
+ <td class='uncovered' width='0'/>
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'>100.0%</tt>
285
+ &nbsp;</td>
286
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
287
+ <td class='uncovered' width='0'/>
288
+ </tr>
289
+ </table>
290
+ </td>
291
+ </tr>
292
+ </table>
293
+ </td>
294
+ </tr>
295
+ <tr class='dark'><td><a href='-usr-local-lib-site_ruby-1_8-gtk2-base_rb.html'>/usr/local/lib/site_ruby/1.8/gtk2/base.rb</a>
296
+ </td>
297
+ <td class='lines_total'><tt>99</tt>
298
+ </td>
299
+ <td class='lines_code'><tt>77</tt>
300
+ </td>
301
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>49.5%</tt>
302
+ &nbsp;</td>
303
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='49'/>
304
+ <td class='uncovered' width='51'/>
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'>37.7%</tt>
312
+ &nbsp;</td>
313
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='38'/>
314
+ <td class='uncovered' width='62'/>
315
+ </tr>
316
+ </table>
317
+ </td>
318
+ </tr>
319
+ </table>
320
+ </td>
321
+ </tr>
322
+ <tr class='light'><td><a href='-usr-local-lib-site_ruby-1_8-pango_rb.html'>/usr/local/lib/site_ruby/1.8/pango.rb</a>
323
+ </td>
324
+ <td class='lines_total'><tt>55</tt>
325
+ </td>
326
+ <td class='lines_code'><tt>40</tt>
327
+ </td>
328
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>76.4%</tt>
329
+ &nbsp;</td>
330
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='76'/>
331
+ <td class='uncovered' width='24'/>
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'>67.5%</tt>
339
+ &nbsp;</td>
340
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='68'/>
341
+ <td class='uncovered' width='32'/>
342
+ </tr>
343
+ </table>
344
+ </td>
345
+ </tr>
346
+ </table>
347
+ </td>
348
+ </tr>
349
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo.rb</a>
350
+ </td>
351
+ <td class='lines_total'><tt>146</tt>
352
+ </td>
353
+ <td class='lines_code'><tt>125</tt>
354
+ </td>
355
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>54.8%</tt>
356
+ &nbsp;</td>
357
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='55'/>
358
+ <td class='uncovered' width='45'/>
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'>47.2%</tt>
366
+ &nbsp;</td>
367
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='47'/>
368
+ <td class='uncovered' width='53'/>
369
+ </tr>
370
+ </table>
371
+ </td>
372
+ </tr>
373
+ </table>
374
+ </td>
375
+ </tr>
376
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-color_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/color.rb</a>
377
+ </td>
378
+ <td class='lines_total'><tt>255</tt>
379
+ </td>
380
+ <td class='lines_code'><tt>228</tt>
381
+ </td>
382
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>38.8%</tt>
383
+ &nbsp;</td>
384
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='39'/>
385
+ <td class='uncovered' width='61'/>
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'>31.6%</tt>
393
+ &nbsp;</td>
394
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='32'/>
395
+ <td class='uncovered' width='68'/>
396
+ </tr>
397
+ </table>
398
+ </td>
399
+ </tr>
400
+ </table>
401
+ </td>
402
+ </tr>
403
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-colors_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/colors.rb</a>
404
+ </td>
405
+ <td class='lines_total'><tt>656</tt>
406
+ </td>
407
+ <td class='lines_code'><tt>333</tt>
408
+ </td>
409
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
410
+ &nbsp;</td>
411
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
412
+ <td class='uncovered' width='0'/>
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'>100.0%</tt>
420
+ &nbsp;</td>
421
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
422
+ <td class='uncovered' width='0'/>
423
+ </tr>
424
+ </table>
425
+ </td>
426
+ </tr>
427
+ </table>
428
+ </td>
429
+ </tr>
430
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-constants_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/constants.rb</a>
431
+ </td>
432
+ <td class='lines_total'><tt>22</tt>
433
+ </td>
434
+ <td class='lines_code'><tt>20</tt>
435
+ </td>
436
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
437
+ &nbsp;</td>
438
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
439
+ <td class='uncovered' width='0'/>
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'>100.0%</tt>
447
+ &nbsp;</td>
448
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
449
+ <td class='uncovered' width='0'/>
450
+ </tr>
451
+ </table>
452
+ </td>
453
+ </tr>
454
+ </table>
455
+ </td>
456
+ </tr>
457
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context.rb</a>
458
+ </td>
459
+ <td class='lines_total'><tt>29</tt>
460
+ </td>
461
+ <td class='lines_code'><tt>25</tt>
462
+ </td>
463
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>72.4%</tt>
464
+ &nbsp;</td>
465
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='72'/>
466
+ <td class='uncovered' width='28'/>
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'>68.0%</tt>
474
+ &nbsp;</td>
475
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='68'/>
476
+ <td class='uncovered' width='32'/>
477
+ </tr>
478
+ </table>
479
+ </td>
480
+ </tr>
481
+ </table>
482
+ </td>
483
+ </tr>
484
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-blur_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/blur.rb</a>
485
+ </td>
486
+ <td class='lines_total'><tt>45</tt>
487
+ </td>
488
+ <td class='lines_code'><tt>43</tt>
489
+ </td>
490
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>8.9%</tt>
491
+ &nbsp;</td>
492
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='9'/>
493
+ <td class='uncovered' width='91'/>
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'>9.3%</tt>
501
+ &nbsp;</td>
502
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='9'/>
503
+ <td class='uncovered' width='91'/>
504
+ </tr>
505
+ </table>
506
+ </td>
507
+ </tr>
508
+ </table>
509
+ </td>
510
+ </tr>
511
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-circle_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/circle.rb</a>
512
+ </td>
513
+ <td class='lines_total'><tt>9</tt>
514
+ </td>
515
+ <td class='lines_code'><tt>9</tt>
516
+ </td>
517
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>44.4%</tt>
518
+ &nbsp;</td>
519
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='44'/>
520
+ <td class='uncovered' width='56'/>
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'>44.4%</tt>
528
+ &nbsp;</td>
529
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='44'/>
530
+ <td class='uncovered' width='56'/>
531
+ </tr>
532
+ </table>
533
+ </td>
534
+ </tr>
535
+ </table>
536
+ </td>
537
+ </tr>
538
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-color_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/color.rb</a>
539
+ </td>
540
+ <td class='lines_total'><tt>11</tt>
541
+ </td>
542
+ <td class='lines_code'><tt>10</tt>
543
+ </td>
544
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>54.5%</tt>
545
+ &nbsp;</td>
546
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='55'/>
547
+ <td class='uncovered' width='45'/>
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'>50.0%</tt>
555
+ &nbsp;</td>
556
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='50'/>
557
+ <td class='uncovered' width='50'/>
558
+ </tr>
559
+ </table>
560
+ </td>
561
+ </tr>
562
+ </table>
563
+ </td>
564
+ </tr>
565
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-path_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/path.rb</a>
566
+ </td>
567
+ <td class='lines_total'><tt>116</tt>
568
+ </td>
569
+ <td class='lines_code'><tt>108</tt>
570
+ </td>
571
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>7.8%</tt>
572
+ &nbsp;</td>
573
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='8'/>
574
+ <td class='uncovered' width='92'/>
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'>6.5%</tt>
582
+ &nbsp;</td>
583
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='6'/>
584
+ <td class='uncovered' width='94'/>
585
+ </tr>
586
+ </table>
587
+ </td>
588
+ </tr>
589
+ </table>
590
+ </td>
591
+ </tr>
592
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-rectangle_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/rectangle.rb</a>
593
+ </td>
594
+ <td class='lines_total'><tt>33</tt>
595
+ </td>
596
+ <td class='lines_code'><tt>29</tt>
597
+ </td>
598
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>12.1%</tt>
599
+ &nbsp;</td>
600
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='12'/>
601
+ <td class='uncovered' width='88'/>
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'>13.8%</tt>
609
+ &nbsp;</td>
610
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='14'/>
611
+ <td class='uncovered' width='86'/>
612
+ </tr>
613
+ </table>
614
+ </td>
615
+ </tr>
616
+ </table>
617
+ </td>
618
+ </tr>
619
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-triangle_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/context/triangle.rb</a>
620
+ </td>
621
+ <td class='lines_total'><tt>12</tt>
622
+ </td>
623
+ <td class='lines_code'><tt>12</tt>
624
+ </td>
625
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>33.3%</tt>
626
+ &nbsp;</td>
627
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='33'/>
628
+ <td class='uncovered' width='67'/>
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'>33.3%</tt>
636
+ &nbsp;</td>
637
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='33'/>
638
+ <td class='uncovered' width='67'/>
639
+ </tr>
640
+ </table>
641
+ </td>
642
+ </tr>
643
+ </table>
644
+ </td>
645
+ </tr>
646
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-paper_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/paper.rb</a>
647
+ </td>
648
+ <td class='lines_total'><tt>183</tt>
649
+ </td>
650
+ <td class='lines_code'><tt>160</tt>
651
+ </td>
652
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>45.9%</tt>
653
+ &nbsp;</td>
654
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='46'/>
655
+ <td class='uncovered' width='54'/>
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'>39.4%</tt>
663
+ &nbsp;</td>
664
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='39'/>
665
+ <td class='uncovered' width='61'/>
666
+ </tr>
667
+ </table>
668
+ </td>
669
+ </tr>
670
+ </table>
671
+ </td>
672
+ </tr>
673
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-papers_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/papers.rb</a>
674
+ </td>
675
+ <td class='lines_total'><tt>41</tt>
676
+ </td>
677
+ <td class='lines_code'><tt>38</tt>
678
+ </td>
679
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
680
+ &nbsp;</td>
681
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
682
+ <td class='uncovered' width='0'/>
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'>100.0%</tt>
690
+ &nbsp;</td>
691
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
692
+ <td class='uncovered' width='0'/>
693
+ </tr>
694
+ </table>
695
+ </td>
696
+ </tr>
697
+ </table>
698
+ </td>
699
+ </tr>
700
+ <tr class='light'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-path_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/path.rb</a>
701
+ </td>
702
+ <td class='lines_total'><tt>15</tt>
703
+ </td>
704
+ <td class='lines_code'><tt>13</tt>
705
+ </td>
706
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>66.7%</tt>
707
+ &nbsp;</td>
708
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='67'/>
709
+ <td class='uncovered' width='33'/>
710
+ </tr>
711
+ </table>
712
+ </td>
713
+ </tr>
714
+ </table>
715
+ </td>
716
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>61.5%</tt>
717
+ &nbsp;</td>
718
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='62'/>
719
+ <td class='uncovered' width='38'/>
720
+ </tr>
721
+ </table>
722
+ </td>
723
+ </tr>
724
+ </table>
725
+ </td>
726
+ </tr>
727
+ <tr class='dark'><td><a href='-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-point_rb.html'>/var/lib/gems/1.8/gems/cairo-1.7.0/src/lib/cairo/point.rb</a>
728
+ </td>
729
+ <td class='lines_total'><tt>7</tt>
730
+ </td>
731
+ <td class='lines_code'><tt>7</tt>
732
+ </td>
733
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>42.9%</tt>
734
+ &nbsp;</td>
735
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='43'/>
736
+ <td class='uncovered' width='57'/>
737
+ </tr>
738
+ </table>
739
+ </td>
740
+ </tr>
741
+ </table>
742
+ </td>
743
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>42.9%</tt>
744
+ &nbsp;</td>
745
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='43'/>
746
+ <td class='uncovered' width='57'/>
747
+ </tr>
748
+ </table>
749
+ </td>
750
+ </tr>
751
+ </table>
752
+ </td>
753
+ </tr>
754
+ <tr class='light'><td><a href='lib-Context-Bridge_rb.html'>lib/Context/Bridge.rb</a>
755
+ </td>
756
+ <td class='lines_total'><tt>63</tt>
757
+ </td>
758
+ <td class='lines_code'><tt>39</tt>
759
+ </td>
760
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>95.2%</tt>
761
+ &nbsp;</td>
762
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='95'/>
763
+ <td class='uncovered' width='5'/>
764
+ </tr>
765
+ </table>
766
+ </td>
767
+ </tr>
768
+ </table>
769
+ </td>
770
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>92.3%</tt>
771
+ &nbsp;</td>
772
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='92'/>
773
+ <td class='uncovered' width='8'/>
774
+ </tr>
775
+ </table>
776
+ </td>
777
+ </tr>
778
+ </table>
779
+ </td>
780
+ </tr>
781
+ <tr class='dark'><td><a href='lib-Context-Context_rb.html'>lib/Context/Context.rb</a>
782
+ </td>
783
+ <td class='lines_total'><tt>146</tt>
784
+ </td>
785
+ <td class='lines_code'><tt>61</tt>
786
+ </td>
787
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
788
+ &nbsp;</td>
789
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
790
+ <td class='uncovered' width='0'/>
791
+ </tr>
792
+ </table>
793
+ </td>
794
+ </tr>
795
+ </table>
796
+ </td>
797
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
798
+ &nbsp;</td>
799
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
800
+ <td class='uncovered' width='0'/>
801
+ </tr>
802
+ </table>
803
+ </td>
804
+ </tr>
805
+ </table>
806
+ </td>
807
+ </tr>
808
+ <tr class='light'><td><a href='lib-Context-EnumeratedType_rb.html'>lib/Context/EnumeratedType.rb</a>
809
+ </td>
810
+ <td class='lines_total'><tt>51</tt>
811
+ </td>
812
+ <td class='lines_code'><tt>27</tt>
813
+ </td>
814
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
815
+ &nbsp;</td>
816
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
817
+ <td class='uncovered' width='0'/>
818
+ </tr>
819
+ </table>
820
+ </td>
821
+ </tr>
822
+ </table>
823
+ </td>
824
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
825
+ &nbsp;</td>
826
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
827
+ <td class='uncovered' width='0'/>
828
+ </tr>
829
+ </table>
830
+ </td>
831
+ </tr>
832
+ </table>
833
+ </td>
834
+ </tr>
835
+ <tr class='dark'><td><a href='lib-Context-ExecutionProxy_rb.html'>lib/Context/ExecutionProxy.rb</a>
836
+ </td>
837
+ <td class='lines_total'><tt>61</tt>
838
+ </td>
839
+ <td class='lines_code'><tt>34</tt>
840
+ </td>
841
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
842
+ &nbsp;</td>
843
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
844
+ <td class='uncovered' width='0'/>
845
+ </tr>
846
+ </table>
847
+ </td>
848
+ </tr>
849
+ </table>
850
+ </td>
851
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
852
+ &nbsp;</td>
853
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
854
+ <td class='uncovered' width='0'/>
855
+ </tr>
856
+ </table>
857
+ </td>
858
+ </tr>
859
+ </table>
860
+ </td>
861
+ </tr>
862
+ <tr class='light'><td><a href='lib-Context-Gtk-App_rb.html'>lib/Context/Gtk/App.rb</a>
863
+ </td>
864
+ <td class='lines_total'><tt>28</tt>
865
+ </td>
866
+ <td class='lines_code'><tt>23</tt>
867
+ </td>
868
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
869
+ &nbsp;</td>
870
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
871
+ <td class='uncovered' width='0'/>
872
+ </tr>
873
+ </table>
874
+ </td>
875
+ </tr>
876
+ </table>
877
+ </td>
878
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
879
+ &nbsp;</td>
880
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
881
+ <td class='uncovered' width='0'/>
882
+ </tr>
883
+ </table>
884
+ </td>
885
+ </tr>
886
+ </table>
887
+ </td>
888
+ </tr>
889
+ <tr class='dark'><td><a href='lib-Context-Gtk-Key_rb.html'>lib/Context/Gtk/Key.rb</a>
890
+ </td>
891
+ <td class='lines_total'><tt>54</tt>
892
+ </td>
893
+ <td class='lines_code'><tt>46</tt>
894
+ </td>
895
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
896
+ &nbsp;</td>
897
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
898
+ <td class='uncovered' width='0'/>
899
+ </tr>
900
+ </table>
901
+ </td>
902
+ </tr>
903
+ </table>
904
+ </td>
905
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
906
+ &nbsp;</td>
907
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
908
+ <td class='uncovered' width='0'/>
909
+ </tr>
910
+ </table>
911
+ </td>
912
+ </tr>
913
+ </table>
914
+ </td>
915
+ </tr>
916
+ <tr class='light'><td><a href='lib-Context-Gtk-Widget_rb.html'>lib/Context/Gtk/Widget.rb</a>
917
+ </td>
918
+ <td class='lines_total'><tt>57</tt>
919
+ </td>
920
+ <td class='lines_code'><tt>47</tt>
921
+ </td>
922
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>87.7%</tt>
923
+ &nbsp;</td>
924
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='88'/>
925
+ <td class='uncovered' width='12'/>
926
+ </tr>
927
+ </table>
928
+ </td>
929
+ </tr>
930
+ </table>
931
+ </td>
932
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>85.1%</tt>
933
+ &nbsp;</td>
934
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='85'/>
935
+ <td class='uncovered' width='15'/>
936
+ </tr>
937
+ </table>
938
+ </td>
939
+ </tr>
940
+ </table>
941
+ </td>
942
+ </tr>
943
+ <tr class='dark'><td><a href='lib-Context-Key_rb.html'>lib/Context/Key.rb</a>
944
+ </td>
945
+ <td class='lines_total'><tt>57</tt>
946
+ </td>
947
+ <td class='lines_code'><tt>28</tt>
948
+ </td>
949
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
950
+ &nbsp;</td>
951
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
952
+ <td class='uncovered' width='0'/>
953
+ </tr>
954
+ </table>
955
+ </td>
956
+ </tr>
957
+ </table>
958
+ </td>
959
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
960
+ &nbsp;</td>
961
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
962
+ <td class='uncovered' width='0'/>
963
+ </tr>
964
+ </table>
965
+ </td>
966
+ </tr>
967
+ </table>
968
+ </td>
969
+ </tr>
970
+ <tr class='light'><td><a href='lib-Context-KeyAssignment_rb.html'>lib/Context/KeyAssignment.rb</a>
971
+ </td>
972
+ <td class='lines_total'><tt>31</tt>
973
+ </td>
974
+ <td class='lines_code'><tt>21</tt>
975
+ </td>
976
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
977
+ &nbsp;</td>
978
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
979
+ <td class='uncovered' width='0'/>
980
+ </tr>
981
+ </table>
982
+ </td>
983
+ </tr>
984
+ </table>
985
+ </td>
986
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
987
+ &nbsp;</td>
988
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
989
+ <td class='uncovered' width='0'/>
990
+ </tr>
991
+ </table>
992
+ </td>
993
+ </tr>
994
+ </table>
995
+ </td>
996
+ </tr>
997
+ <tr class='dark'><td><a href='lib-Context-KeyMap_rb.html'>lib/Context/KeyMap.rb</a>
998
+ </td>
999
+ <td class='lines_total'><tt>43</tt>
1000
+ </td>
1001
+ <td class='lines_code'><tt>28</tt>
1002
+ </td>
1003
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1004
+ &nbsp;</td>
1005
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1006
+ <td class='uncovered' width='0'/>
1007
+ </tr>
1008
+ </table>
1009
+ </td>
1010
+ </tr>
1011
+ </table>
1012
+ </td>
1013
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1014
+ &nbsp;</td>
1015
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1016
+ <td class='uncovered' width='0'/>
1017
+ </tr>
1018
+ </table>
1019
+ </td>
1020
+ </tr>
1021
+ </table>
1022
+ </td>
1023
+ </tr>
1024
+ <tr class='light'><td><a href='lib-Context-View_rb.html'>lib/Context/View.rb</a>
1025
+ </td>
1026
+ <td class='lines_total'><tt>49</tt>
1027
+ </td>
1028
+ <td class='lines_code'><tt>38</tt>
1029
+ </td>
1030
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1031
+ &nbsp;</td>
1032
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1033
+ <td class='uncovered' width='0'/>
1034
+ </tr>
1035
+ </table>
1036
+ </td>
1037
+ </tr>
1038
+ </table>
1039
+ </td>
1040
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1041
+ &nbsp;</td>
1042
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1043
+ <td class='uncovered' width='0'/>
1044
+ </tr>
1045
+ </table>
1046
+ </td>
1047
+ </tr>
1048
+ </table>
1049
+ </td>
1050
+ </tr>
1051
+ <tr class='dark'><td><a href='lib-Context-Views-Gtk-PageView_rb.html'>lib/Context/Views/Gtk/PageView.rb</a>
1052
+ </td>
1053
+ <td class='lines_total'><tt>50</tt>
1054
+ </td>
1055
+ <td class='lines_code'><tt>40</tt>
1056
+ </td>
1057
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1058
+ &nbsp;</td>
1059
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1060
+ <td class='uncovered' width='0'/>
1061
+ </tr>
1062
+ </table>
1063
+ </td>
1064
+ </tr>
1065
+ </table>
1066
+ </td>
1067
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1068
+ &nbsp;</td>
1069
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1070
+ <td class='uncovered' width='0'/>
1071
+ </tr>
1072
+ </table>
1073
+ </td>
1074
+ </tr>
1075
+ </table>
1076
+ </td>
1077
+ </tr>
1078
+ <tr class='light'><td><a href='lib-Context-Views-PageView_rb.html'>lib/Context/Views/PageView.rb</a>
1079
+ </td>
1080
+ <td class='lines_total'><tt>17</tt>
1081
+ </td>
1082
+ <td class='lines_code'><tt>11</tt>
1083
+ </td>
1084
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1085
+ &nbsp;</td>
1086
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1087
+ <td class='uncovered' width='0'/>
1088
+ </tr>
1089
+ </table>
1090
+ </td>
1091
+ </tr>
1092
+ </table>
1093
+ </td>
1094
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1095
+ &nbsp;</td>
1096
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1097
+ <td class='uncovered' width='0'/>
1098
+ </tr>
1099
+ </table>
1100
+ </td>
1101
+ </tr>
1102
+ </table>
1103
+ </td>
1104
+ </tr>
1105
+ <tr class='dark'><td><a href='lib-Context-Widget_rb.html'>lib/Context/Widget.rb</a>
1106
+ </td>
1107
+ <td class='lines_total'><tt>40</tt>
1108
+ </td>
1109
+ <td class='lines_code'><tt>19</tt>
1110
+ </td>
1111
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1112
+ &nbsp;</td>
1113
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1114
+ <td class='uncovered' width='0'/>
1115
+ </tr>
1116
+ </table>
1117
+ </td>
1118
+ </tr>
1119
+ </table>
1120
+ </td>
1121
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1122
+ &nbsp;</td>
1123
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1124
+ <td class='uncovered' width='0'/>
1125
+ </tr>
1126
+ </table>
1127
+ </td>
1128
+ </tr>
1129
+ </table>
1130
+ </td>
1131
+ </tr>
1132
+ <tr class='light'><td><a href='lib-Context-require_all_rb.html'>lib/Context/require_all.rb</a>
1133
+ </td>
1134
+ <td class='lines_total'><tt>13</tt>
1135
+ </td>
1136
+ <td class='lines_code'><tt>10</tt>
1137
+ </td>
1138
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt>
1139
+ &nbsp;</td>
1140
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1141
+ <td class='uncovered' width='0'/>
1142
+ </tr>
1143
+ </table>
1144
+ </td>
1145
+ </tr>
1146
+ </table>
1147
+ </td>
1148
+ <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt>
1149
+ &nbsp;</td>
1150
+ <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/>
1151
+ <td class='uncovered' width='0'/>
1152
+ </tr>
1153
+ </table>
1154
+ </td>
1155
+ </tr>
1156
+ </table>
1157
+ </td>
1158
+ </tr>
1159
+ </tbody>
1160
+ </table>
1161
+ <hr/>
1162
+ <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a>
1163
+ version 0.8.1.2.</p>
1164
+ <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'/>
1165
+ </a>
1166
+ <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'/>
1167
+ </a>
1168
+ </p>
1169
+ </body>
1170
+ </html>