branston 0.3.4 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +29 -4
- data/lib/branston/app/helpers/application_helper.rb +2 -2
- data/lib/branston/config/environment.rb +1 -6
- data/lib/branston/config/environments/production.rb +1 -4
- data/lib/branston/coverage/app-controllers-application_controller_rb.html +141 -0
- data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +699 -0
- data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +675 -0
- data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +699 -0
- data/lib/branston/coverage/app-controllers-releases_controller_rb.html +621 -0
- data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +687 -0
- data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +327 -0
- data/lib/branston/coverage/app-controllers-stories_controller_rb.html +795 -0
- data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +609 -0
- data/lib/branston/coverage/app-controllers-users_controller_rb.html +231 -0
- data/lib/branston/coverage/app-helpers-application_helper_rb.html +147 -0
- data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-releases_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-stories_helper_rb.html +75 -0
- data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +75 -0
- data/lib/branston/coverage/app-models-iteration_rb.html +153 -0
- data/lib/branston/coverage/app-models-outcome_rb.html +159 -0
- data/lib/branston/coverage/app-models-participation_rb.html +105 -0
- data/lib/branston/coverage/app-models-precondition_rb.html +159 -0
- data/lib/branston/coverage/app-models-release_rb.html +105 -0
- data/lib/branston/coverage/app-models-scenario_rb.html +147 -0
- data/lib/branston/coverage/app-models-story_rb.html +261 -0
- data/lib/branston/coverage/app-models-user_rb.html +399 -0
- data/lib/branston/coverage/app-models-user_role_rb.html +105 -0
- data/lib/branston/coverage/index.html +570 -0
- data/lib/branston/coverage/jquery-1.3.2.min.js +19 -0
- data/lib/branston/coverage/jquery.tablesorter.min.js +15 -0
- data/lib/branston/coverage/lib-client_rb.html +537 -0
- data/lib/branston/coverage/lib-faker_extras_rb.html +207 -0
- data/lib/branston/coverage/lib-story_generator_rb.html +873 -0
- data/lib/branston/coverage/print.css +12 -0
- data/lib/branston/coverage/rcov.js +42 -0
- data/lib/branston/coverage/screen.css +270 -0
- data/lib/branston/db/test.sqlite3 +0 -0
- data/lib/branston/lib/branston.rb +2 -1
- data/lib/branston/log/development.log +76 -0
- data/lib/branston/log/test.log +3275 -0
- data/lib/branston/test/unit/client_test.rb +22 -20
- data/lib/branston/test/unit/helpers/application_helper_test.rb +40 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt +7 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html +5305 -0
- data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt +9858 -0
- metadata +44 -2
@@ -0,0 +1,231 @@
|
|
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>app/controllers/users_controller.rb</title>
|
5
|
+
<link href="screen.css" media="all" rel="stylesheet" type="text/css" />
|
6
|
+
<link href="print.css" media="print" rel="stylesheet" type="text/css" />
|
7
|
+
|
8
|
+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
9
|
+
<script type="text/javascript" src="rcov.js"></script>
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<h1>Branston C0 Coverage Information - RCov</h1>
|
13
|
+
<h2>app/controllers/users_controller.rb</h2>
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
<div class="report_table_wrapper">
|
18
|
+
<table class='report' id='report_table'>
|
19
|
+
<thead>
|
20
|
+
<tr>
|
21
|
+
<th class="left_align">Name</th>
|
22
|
+
<th class="right_align">Total Lines</th>
|
23
|
+
<th class="right_align">Lines of Code</th>
|
24
|
+
<th class="left_align">Total Coverage</th>
|
25
|
+
<th class="left_align">Code Coverage</th>
|
26
|
+
</tr>
|
27
|
+
</thead>
|
28
|
+
<tbody>
|
29
|
+
<tr>
|
30
|
+
<td class="left_align"><a href="app-controllers-users_controller_rb.html">app/controllers/users_controller.rb</a></td>
|
31
|
+
<td class='right_align'><tt>28</tt></td>
|
32
|
+
<td class='right_align'><tt>19</tt></td>
|
33
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
34
|
+
<div class="percent_graph">
|
35
|
+
<div class="covered" style="width:100px"></div>
|
36
|
+
<div class="uncovered" style="width:0px"></div>
|
37
|
+
</div></td>
|
38
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
39
|
+
<div class="percent_graph">
|
40
|
+
<div class="covered" style="width:100px"></div>
|
41
|
+
<div class="uncovered" style="width:0px"></div>
|
42
|
+
</div></td>
|
43
|
+
</tr>
|
44
|
+
</tbody>
|
45
|
+
</table>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<h3>Key</h3>
|
49
|
+
|
50
|
+
<div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
|
51
|
+
|
52
|
+
<h3>Coverage Details</h3>
|
53
|
+
|
54
|
+
<table class="details">
|
55
|
+
<tbody>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
<tr class="marked">
|
60
|
+
<td><pre><a name="line1">1</a> class UsersController < ApplicationController</pre></td>
|
61
|
+
</tr>
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
<tr class="inferred">
|
66
|
+
<td><pre><a name="line2">2</a> </pre></td>
|
67
|
+
</tr>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<tr class="marked">
|
72
|
+
<td><pre><a name="line3">3</a> layout 'main'</pre></td>
|
73
|
+
</tr>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
<tr class="inferred">
|
78
|
+
<td><pre><a name="line4">4</a> </pre></td>
|
79
|
+
</tr>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<tr class="inferred">
|
84
|
+
<td><pre><a name="line5">5</a> # render new.rhtml</pre></td>
|
85
|
+
</tr>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<tr class="marked">
|
90
|
+
<td><pre><a name="line6">6</a> def new</pre></td>
|
91
|
+
</tr>
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<tr class="marked">
|
96
|
+
<td><pre><a name="line7">7</a> @user = User.new</pre></td>
|
97
|
+
</tr>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
<tr class="inferred">
|
102
|
+
<td><pre><a name="line8">8</a> end</pre></td>
|
103
|
+
</tr>
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
<tr class="inferred">
|
108
|
+
<td><pre><a name="line9">9</a> </pre></td>
|
109
|
+
</tr>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
<tr class="marked">
|
114
|
+
<td><pre><a name="line10">10</a> def create</pre></td>
|
115
|
+
</tr>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
<tr class="marked">
|
120
|
+
<td><pre><a name="line11">11</a> logout_keeping_session!</pre></td>
|
121
|
+
</tr>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<tr class="marked">
|
126
|
+
<td><pre><a name="line12">12</a> @user = User.new(params[:user])</pre></td>
|
127
|
+
</tr>
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
<tr class="marked">
|
132
|
+
<td><pre><a name="line13">13</a> success = @user && @user.save</pre></td>
|
133
|
+
</tr>
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
<tr class="marked">
|
138
|
+
<td><pre><a name="line14">14</a> if success && @user.errors.empty?</pre></td>
|
139
|
+
</tr>
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
<tr class="inferred">
|
144
|
+
<td><pre><a name="line15">15</a> # Protects against session fixation attacks, causes request forgery</pre></td>
|
145
|
+
</tr>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
<tr class="inferred">
|
150
|
+
<td><pre><a name="line16">16</a> # protection if visitor resubmits an earlier form using back</pre></td>
|
151
|
+
</tr>
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
<tr class="inferred">
|
156
|
+
<td><pre><a name="line17">17</a> # button. Uncomment if you understand the tradeoffs.</pre></td>
|
157
|
+
</tr>
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
<tr class="inferred">
|
162
|
+
<td><pre><a name="line18">18</a> # reset session</pre></td>
|
163
|
+
</tr>
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<tr class="marked">
|
168
|
+
<td><pre><a name="line19">19</a> self.current_user = @user # !! now logged in</pre></td>
|
169
|
+
</tr>
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
<tr class="marked">
|
174
|
+
<td><pre><a name="line20">20</a> redirect_back_or_default('/')</pre></td>
|
175
|
+
</tr>
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
<tr class="marked">
|
180
|
+
<td><pre><a name="line21">21</a> flash[:notice] = "Thanks for signing up! We're sending you an email with your activation code."</pre></td>
|
181
|
+
</tr>
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
<tr class="inferred">
|
186
|
+
<td><pre><a name="line22">22</a> else</pre></td>
|
187
|
+
</tr>
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
<tr class="marked">
|
192
|
+
<td><pre><a name="line23">23</a> flash[:error] = "We couldn't set up that account, sorry. Please try again, or contact an admin (link is above)."</pre></td>
|
193
|
+
</tr>
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
<tr class="marked">
|
198
|
+
<td><pre><a name="line24">24</a> render :action => 'new'</pre></td>
|
199
|
+
</tr>
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
<tr class="inferred">
|
204
|
+
<td><pre><a name="line25">25</a> end</pre></td>
|
205
|
+
</tr>
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
<tr class="inferred">
|
210
|
+
<td><pre><a name="line26">26</a> end</pre></td>
|
211
|
+
</tr>
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
<tr class="inferred">
|
216
|
+
<td><pre><a name="line27">27</a> end</pre></td>
|
217
|
+
</tr>
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
<tr class="inferred">
|
222
|
+
<td><pre><a name="line28">28</a> </pre></td>
|
223
|
+
</tr>
|
224
|
+
|
225
|
+
</tbody>
|
226
|
+
</table>
|
227
|
+
|
228
|
+
<p>Generated on Fri Dec 11 11:38:48 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
|
229
|
+
|
230
|
+
</body>
|
231
|
+
</html>
|
@@ -0,0 +1,147 @@
|
|
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>app/helpers/application_helper.rb</title>
|
5
|
+
<link href="screen.css" media="all" rel="stylesheet" type="text/css" />
|
6
|
+
<link href="print.css" media="print" rel="stylesheet" type="text/css" />
|
7
|
+
|
8
|
+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
9
|
+
<script type="text/javascript" src="rcov.js"></script>
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<h1>Branston C0 Coverage Information - RCov</h1>
|
13
|
+
<h2>app/helpers/application_helper.rb</h2>
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
<div class="report_table_wrapper">
|
18
|
+
<table class='report' id='report_table'>
|
19
|
+
<thead>
|
20
|
+
<tr>
|
21
|
+
<th class="left_align">Name</th>
|
22
|
+
<th class="right_align">Total Lines</th>
|
23
|
+
<th class="right_align">Lines of Code</th>
|
24
|
+
<th class="left_align">Total Coverage</th>
|
25
|
+
<th class="left_align">Code Coverage</th>
|
26
|
+
</tr>
|
27
|
+
</thead>
|
28
|
+
<tbody>
|
29
|
+
<tr>
|
30
|
+
<td class="left_align"><a href="app-helpers-application_helper_rb.html">app/helpers/application_helper.rb</a></td>
|
31
|
+
<td class='right_align'><tt>14</tt></td>
|
32
|
+
<td class='right_align'><tt>8</tt></td>
|
33
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
34
|
+
<div class="percent_graph">
|
35
|
+
<div class="covered" style="width:100px"></div>
|
36
|
+
<div class="uncovered" style="width:0px"></div>
|
37
|
+
</div></td>
|
38
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
39
|
+
<div class="percent_graph">
|
40
|
+
<div class="covered" style="width:100px"></div>
|
41
|
+
<div class="uncovered" style="width:0px"></div>
|
42
|
+
</div></td>
|
43
|
+
</tr>
|
44
|
+
</tbody>
|
45
|
+
</table>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<h3>Key</h3>
|
49
|
+
|
50
|
+
<div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
|
51
|
+
|
52
|
+
<h3>Coverage Details</h3>
|
53
|
+
|
54
|
+
<table class="details">
|
55
|
+
<tbody>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
<tr class="marked">
|
60
|
+
<td><pre><a name="line1">1</a> module ApplicationHelper</pre></td>
|
61
|
+
</tr>
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
<tr class="inferred">
|
66
|
+
<td><pre><a name="line2">2</a> # Applies an html class attribute where the controller name contains the 'tab_name'.</pre></td>
|
67
|
+
</tr>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<tr class="marked">
|
72
|
+
<td><pre><a name="line3">3</a> def tab_on(tab_name, html_class="current_page_item")</pre></td>
|
73
|
+
</tr>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
<tr class="marked">
|
78
|
+
<td><pre><a name="line4">4</a> controller_name.match(Regexp.new("#{tab_name}")) ? " class=\"#{html_class}\"" : ''</pre></td>
|
79
|
+
</tr>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<tr class="inferred">
|
84
|
+
<td><pre><a name="line5">5</a> end</pre></td>
|
85
|
+
</tr>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<tr class="inferred">
|
90
|
+
<td><pre><a name="line6">6</a> </pre></td>
|
91
|
+
</tr>
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<tr class="inferred">
|
96
|
+
<td><pre><a name="line7">7</a> # Produces a string id using the type and id of obj plus any field suffix supplied useful when</pre></td>
|
97
|
+
</tr>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
<tr class="inferred">
|
102
|
+
<td><pre><a name="line8">8</a> # assigning html ids on index pages.</pre></td>
|
103
|
+
</tr>
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
<tr class="inferred">
|
108
|
+
<td><pre><a name="line9">9</a> # e.g. element_id(user, 'name') => 'User_23_name'</pre></td>
|
109
|
+
</tr>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
<tr class="marked">
|
114
|
+
<td><pre><a name="line10">10</a> def element_id(obj, field="")</pre></td>
|
115
|
+
</tr>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
<tr class="marked">
|
120
|
+
<td><pre><a name="line11">11</a> obj.class.to_s + '_' + obj.id.to_s + (field.blank? ? '' : '_' + field)</pre></td>
|
121
|
+
</tr>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<tr class="inferred">
|
126
|
+
<td><pre><a name="line12">12</a> end</pre></td>
|
127
|
+
</tr>
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
<tr class="inferred">
|
132
|
+
<td><pre><a name="line13">13</a> end</pre></td>
|
133
|
+
</tr>
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
<tr class="inferred">
|
138
|
+
<td><pre><a name="line14">14</a> </pre></td>
|
139
|
+
</tr>
|
140
|
+
|
141
|
+
</tbody>
|
142
|
+
</table>
|
143
|
+
|
144
|
+
<p>Generated on Fri Dec 11 11:38:48 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
|
145
|
+
|
146
|
+
</body>
|
147
|
+
</html>
|
@@ -0,0 +1,75 @@
|
|
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>app/helpers/iterations_helper.rb</title>
|
5
|
+
<link href="screen.css" media="all" rel="stylesheet" type="text/css" />
|
6
|
+
<link href="print.css" media="print" rel="stylesheet" type="text/css" />
|
7
|
+
|
8
|
+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
9
|
+
<script type="text/javascript" src="rcov.js"></script>
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<h1>Branston C0 Coverage Information - RCov</h1>
|
13
|
+
<h2>app/helpers/iterations_helper.rb</h2>
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
<div class="report_table_wrapper">
|
18
|
+
<table class='report' id='report_table'>
|
19
|
+
<thead>
|
20
|
+
<tr>
|
21
|
+
<th class="left_align">Name</th>
|
22
|
+
<th class="right_align">Total Lines</th>
|
23
|
+
<th class="right_align">Lines of Code</th>
|
24
|
+
<th class="left_align">Total Coverage</th>
|
25
|
+
<th class="left_align">Code Coverage</th>
|
26
|
+
</tr>
|
27
|
+
</thead>
|
28
|
+
<tbody>
|
29
|
+
<tr>
|
30
|
+
<td class="left_align"><a href="app-helpers-iterations_helper_rb.html">app/helpers/iterations_helper.rb</a></td>
|
31
|
+
<td class='right_align'><tt>2</tt></td>
|
32
|
+
<td class='right_align'><tt>2</tt></td>
|
33
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
34
|
+
<div class="percent_graph">
|
35
|
+
<div class="covered" style="width:100px"></div>
|
36
|
+
<div class="uncovered" style="width:0px"></div>
|
37
|
+
</div></td>
|
38
|
+
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
|
39
|
+
<div class="percent_graph">
|
40
|
+
<div class="covered" style="width:100px"></div>
|
41
|
+
<div class="uncovered" style="width:0px"></div>
|
42
|
+
</div></td>
|
43
|
+
</tr>
|
44
|
+
</tbody>
|
45
|
+
</table>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<h3>Key</h3>
|
49
|
+
|
50
|
+
<div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
|
51
|
+
|
52
|
+
<h3>Coverage Details</h3>
|
53
|
+
|
54
|
+
<table class="details">
|
55
|
+
<tbody>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
<tr class="marked">
|
60
|
+
<td><pre><a name="line1">1</a> module IterationsHelper</pre></td>
|
61
|
+
</tr>
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
<tr class="inferred">
|
66
|
+
<td><pre><a name="line2">2</a> end</pre></td>
|
67
|
+
</tr>
|
68
|
+
|
69
|
+
</tbody>
|
70
|
+
</table>
|
71
|
+
|
72
|
+
<p>Generated on Fri Dec 11 11:38:48 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
|
73
|
+
|
74
|
+
</body>
|
75
|
+
</html>
|