tool-shed 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +9 -0
- data/LICENSE +20 -0
- data/README.md +52 -0
- data/bin/as-asset-detector +16 -0
- data/bin/as-class-detector +16 -0
- data/bin/as-docp +16 -0
- data/bin/as-manifest +16 -0
- data/bin/as-style-detector +16 -0
- data/coverage/unit/index.html +330 -0
- data/coverage/unit/jquery-1.3.2.min.js +19 -0
- data/coverage/unit/jquery.tablesorter.min.js +15 -0
- data/coverage/unit/lib-hel-asdoc_package_rb.html +447 -0
- data/coverage/unit/lib-hel-manifest_rb.html +555 -0
- data/coverage/unit/lib-hel-opts-asdoc_package_opts_rb.html +195 -0
- data/coverage/unit/lib-hel-opts-manifest_opts_rb.html +195 -0
- data/coverage/unit/lib-hel-opts-tool_opts_rb.html +531 -0
- data/coverage/unit/lib-hel-opts-unused_class_opts_rb.html +207 -0
- data/coverage/unit/lib-hel-opts-unused_style_opts_rb.html +201 -0
- data/coverage/unit/lib-hel-project_tools_rb.html +423 -0
- data/coverage/unit/lib-hel-search_rb.html +363 -0
- data/coverage/unit/lib-hel-stripper_rb.html +357 -0
- data/coverage/unit/lib-hel-tool_rb.html +423 -0
- data/coverage/unit/lib-hel-unused_class_rb.html +675 -0
- data/coverage/unit/lib-hel-unused_style_rb.html +747 -0
- data/coverage/unit/lib-hel-version_rb.html +135 -0
- data/coverage/unit/lib-hel_tools_rb.html +165 -0
- data/coverage/unit/print.css +12 -0
- data/coverage/unit/rcov.js +42 -0
- data/coverage/unit/screen.css +270 -0
- data/coverage.data +0 -0
- data/lib/shed/asdoc_package.rb +64 -0
- data/lib/shed/manifest.rb +82 -0
- data/lib/shed/opts/asdoc_package_opts.rb +22 -0
- data/lib/shed/opts/manifest_opts.rb +22 -0
- data/lib/shed/opts/tool_opts.rb +114 -0
- data/lib/shed/opts/unused_asset_opts.rb +24 -0
- data/lib/shed/opts/unused_class_opts.rb +24 -0
- data/lib/shed/opts/unused_style_opts.rb +23 -0
- data/lib/shed/project_tools.rb +60 -0
- data/lib/shed/search.rb +50 -0
- data/lib/shed/stripper.rb +49 -0
- data/lib/shed/tool.rb +60 -0
- data/lib/shed/unused_asset.rb +68 -0
- data/lib/shed/unused_class.rb +102 -0
- data/lib/shed/unused_style.rb +114 -0
- data/lib/shed/version.rb +12 -0
- data/lib/tool_shed.rb +19 -0
- data/rakefile.rb +109 -0
- data/rdoc/classes/ASDocPackage.html +281 -0
- data/rdoc/classes/ASDocPackageOpts.html +204 -0
- data/rdoc/classes/Manifest.html +323 -0
- data/rdoc/classes/ManifestOpts.html +205 -0
- data/rdoc/classes/ProjectTools.html +302 -0
- data/rdoc/classes/Search.html +203 -0
- data/rdoc/classes/Stripper.html +223 -0
- data/rdoc/classes/Tool.html +313 -0
- data/rdoc/classes/ToolOpts.html +297 -0
- data/rdoc/classes/UnusedClass.html +258 -0
- data/rdoc/classes/UnusedClassOpts.html +206 -0
- data/rdoc/classes/UnusedStyle.html +277 -0
- data/rdoc/classes/UnusedStyleOpts.html +205 -0
- data/rdoc/created.rid +1 -0
- data/rdoc/files/LICENSE.html +129 -0
- data/rdoc/files/README_md.html +138 -0
- data/rdoc/files/lib/hel/asdoc_package_rb.html +107 -0
- data/rdoc/files/lib/hel/manifest_rb.html +107 -0
- data/rdoc/files/lib/hel/opts/asdoc_package_opts_rb.html +107 -0
- data/rdoc/files/lib/hel/opts/manifest_opts_rb.html +107 -0
- data/rdoc/files/lib/hel/opts/tool_opts_rb.html +114 -0
- data/rdoc/files/lib/hel/opts/unused_class_opts_rb.html +107 -0
- data/rdoc/files/lib/hel/opts/unused_style_opts_rb.html +107 -0
- data/rdoc/files/lib/hel/project_tools_rb.html +107 -0
- data/rdoc/files/lib/hel/search_rb.html +114 -0
- data/rdoc/files/lib/hel/stripper_rb.html +107 -0
- data/rdoc/files/lib/hel/tool_rb.html +107 -0
- data/rdoc/files/lib/hel/unused_class_rb.html +107 -0
- data/rdoc/files/lib/hel/unused_style_rb.html +107 -0
- data/rdoc/files/lib/hel/version_rb.html +107 -0
- data/rdoc/files/lib/hel_tools_rb.html +127 -0
- data/rdoc/fr_class_index.html +39 -0
- data/rdoc/fr_file_index.html +43 -0
- data/rdoc/fr_method_index.html +75 -0
- data/rdoc/index.html +24 -0
- data/rdoc/rdoc-style.css +208 -0
- data/test/fixtures/search/App.mxml +0 -0
- data/test/fixtures/search/hide/Hidden.as +0 -0
- data/test/fixtures/search/org/helvector/Main.as +0 -0
- data/test/fixtures/src/org/helvector/Helvector.as +16 -0
- data/test/fixtures/src/org/helvector/one/HelOne.as +14 -0
- data/test/fixtures/src/org/helvector/one/HelOneTwo.mxml +0 -0
- data/test/fixtures/src/org/helvector/one/package.asdoc +1 -0
- data/test/fixtures/src/org/helvector/package.asdoc +1 -0
- data/test/fixtures/src/org/helvector/three/HelThree.as +14 -0
- data/test/fixtures/src/org/helvector/three/package.asdoc +1 -0
- data/test/fixtures/src/org/helvector/two/HelTwo.as +14 -0
- data/test/fixtures/src/org/helvector/two/package.asdoc +1 -0
- data/test/fixtures/unused-asset/assets/css/referenced.css +0 -0
- data/test/fixtures/unused-asset/assets/css/un-referenced.css +0 -0
- data/test/fixtures/unused-asset/assets/fonts/referenced.otf +0 -0
- data/test/fixtures/unused-asset/assets/fonts/un-referenced.otf +0 -0
- data/test/fixtures/unused-asset/assets/img/referenced.jpg +0 -0
- data/test/fixtures/unused-asset/assets/img/referenced.png +0 -0
- data/test/fixtures/unused-asset/assets/img/un-referenced.jpg +0 -0
- data/test/fixtures/unused-asset/assets/img/un-referenced.png +0 -0
- data/test/fixtures/unused-asset/src/org/helvector/ToolShed.as +30 -0
- data/test/fixtures/unused-cla/link-report.xml +17 -0
- data/test/fixtures/unused-cla/manifest.xml +6 -0
- data/test/fixtures/unused-cla/src/Unused.as +0 -0
- data/test/fixtures/unused-cla/src/Used.as +0 -0
- data/test/fixtures/unused-css/css/styles.css +2 -0
- data/test/fixtures/unused-css/css-multiple/more.css +2 -0
- data/test/fixtures/unused-css/css-multiple/styles.css +2 -0
- data/test/fixtures/unused-css/css-with-comments/commented.css +6 -0
- data/test/fixtures/unused-css/src/CSSApp.mxml +5 -0
- data/test/test_helper.rb +9 -0
- data/test/unit/test_asdoc_package.rb +72 -0
- data/test/unit/test_asdoc_package_opts.rb +28 -0
- data/test/unit/test_manifest.rb +53 -0
- data/test/unit/test_manifest_opts.rb +28 -0
- data/test/unit/test_search.rb +67 -0
- data/test/unit/test_source_tools.rb +97 -0
- data/test/unit/test_stripper.rb +56 -0
- data/test/unit/test_tool.rb +73 -0
- data/test/unit/test_tool_opts.rb +81 -0
- data/test/unit/test_unused_asset.rb +59 -0
- data/test/unit/test_unused_asset_opts.rb +32 -0
- data/test/unit/test_unused_class.rb +50 -0
- data/test/unit/test_unused_class_opts.rb +32 -0
- data/test/unit/test_unused_style.rb +103 -0
- data/test/unit/test_unused_style_opts.rb +31 -0
- data/tool-shed-0.0.3.gem +0 -0
- data/tool-shed.gemspec +41 -0
- metadata +265 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
|
3
|
+
<head>
|
|
4
|
+
<title>lib/hel/version.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>Hel Tools C0 Coverage Information - RCov</h1>
|
|
13
|
+
<h2>lib/hel/version.rb</h2>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<div class="report_table_wrapper">
|
|
18
|
+
<table class='report' id='report_table'>
|
|
19
|
+
<thead>
|
|
20
|
+
<tr>
|
|
21
|
+
<th class="left_align">Name</th>
|
|
22
|
+
<th class="right_align">Total Lines</th>
|
|
23
|
+
<th class="right_align">Lines of Code</th>
|
|
24
|
+
<th class="left_align">Total Coverage</th>
|
|
25
|
+
<th class="left_align">Code Coverage</th>
|
|
26
|
+
</tr>
|
|
27
|
+
</thead>
|
|
28
|
+
<tbody>
|
|
29
|
+
<tr>
|
|
30
|
+
<td class="left_align"><a href="lib-hel-version_rb.html">lib/hel/version.rb</a></td>
|
|
31
|
+
<td class='right_align'><tt>12</tt></td>
|
|
32
|
+
<td class='right_align'><tt>9</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="inferred">
|
|
60
|
+
<td><pre><a name="line1">1</a> # encoding: utf-8</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> module HelTool #:nodoc:</pre></td>
|
|
73
|
+
</tr>
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<tr class="marked">
|
|
78
|
+
<td><pre><a name="line4">4</a> NAME = 'hel-tools'</pre></td>
|
|
79
|
+
</tr>
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
<tr class="marked">
|
|
84
|
+
<td><pre><a name="line5">5</a> module VERSION #:nodoc:</pre></td>
|
|
85
|
+
</tr>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<tr class="marked">
|
|
90
|
+
<td><pre><a name="line6">6</a> MAJOR = 0</pre></td>
|
|
91
|
+
</tr>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<tr class="marked">
|
|
96
|
+
<td><pre><a name="line7">7</a> MINOR = 0</pre></td>
|
|
97
|
+
</tr>
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
<tr class="marked">
|
|
102
|
+
<td><pre><a name="line8">8</a> TINY = 3</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> STRING = [MAJOR, MINOR, TINY].join('.')</pre></td>
|
|
115
|
+
</tr>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<tr class="inferred">
|
|
120
|
+
<td><pre><a name="line11">11</a> end</pre></td>
|
|
121
|
+
</tr>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
<tr class="inferred">
|
|
126
|
+
<td><pre><a name="line12">12</a> end</pre></td>
|
|
127
|
+
</tr>
|
|
128
|
+
|
|
129
|
+
</tbody>
|
|
130
|
+
</table>
|
|
131
|
+
|
|
132
|
+
<p>Generated on Tue Aug 31 00:58:13 +0100 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.8</a></p>
|
|
133
|
+
|
|
134
|
+
</body>
|
|
135
|
+
</html>
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
|
3
|
+
<head>
|
|
4
|
+
<title>lib/hel_tools.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>Hel Tools C0 Coverage Information - RCov</h1>
|
|
13
|
+
<h2>lib/hel_tools.rb</h2>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<div class="report_table_wrapper">
|
|
18
|
+
<table class='report' id='report_table'>
|
|
19
|
+
<thead>
|
|
20
|
+
<tr>
|
|
21
|
+
<th class="left_align">Name</th>
|
|
22
|
+
<th class="right_align">Total Lines</th>
|
|
23
|
+
<th class="right_align">Lines of Code</th>
|
|
24
|
+
<th class="left_align">Total Coverage</th>
|
|
25
|
+
<th class="left_align">Code Coverage</th>
|
|
26
|
+
</tr>
|
|
27
|
+
</thead>
|
|
28
|
+
<tbody>
|
|
29
|
+
<tr>
|
|
30
|
+
<td class="left_align"><a href="lib-hel_tools_rb.html">lib/hel_tools.rb</a></td>
|
|
31
|
+
<td class='right_align'><tt>17</tt></td>
|
|
32
|
+
<td class='right_align'><tt>14</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="inferred">
|
|
60
|
+
<td><pre><a name="line1">1</a> # encoding: utf-8</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> require 'hel/tool'</pre></td>
|
|
73
|
+
</tr>
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<tr class="marked">
|
|
78
|
+
<td><pre><a name="line4">4</a> require 'hel/opts/tool_opts'</pre></td>
|
|
79
|
+
</tr>
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
<tr class="inferred">
|
|
84
|
+
<td><pre><a name="line5">5</a> </pre></td>
|
|
85
|
+
</tr>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<tr class="marked">
|
|
90
|
+
<td><pre><a name="line6">6</a> require 'hel/asdoc_package'</pre></td>
|
|
91
|
+
</tr>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<tr class="marked">
|
|
96
|
+
<td><pre><a name="line7">7</a> require 'hel/manifest'</pre></td>
|
|
97
|
+
</tr>
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
<tr class="marked">
|
|
102
|
+
<td><pre><a name="line8">8</a> require 'hel/opts/asdoc_package_opts'</pre></td>
|
|
103
|
+
</tr>
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
<tr class="marked">
|
|
108
|
+
<td><pre><a name="line9">9</a> require 'hel/opts/manifest_opts'</pre></td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
<tr class="marked">
|
|
114
|
+
<td><pre><a name="line10">10</a> require 'hel/opts/unused_class_opts'</pre></td>
|
|
115
|
+
</tr>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<tr class="marked">
|
|
120
|
+
<td><pre><a name="line11">11</a> require 'hel/opts/unused_style_opts'</pre></td>
|
|
121
|
+
</tr>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
<tr class="marked">
|
|
126
|
+
<td><pre><a name="line12">12</a> require 'hel/project_tools'</pre></td>
|
|
127
|
+
</tr>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<tr class="marked">
|
|
132
|
+
<td><pre><a name="line13">13</a> require 'hel/search'</pre></td>
|
|
133
|
+
</tr>
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<tr class="marked">
|
|
138
|
+
<td><pre><a name="line14">14</a> require 'hel/stripper'</pre></td>
|
|
139
|
+
</tr>
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
<tr class="marked">
|
|
144
|
+
<td><pre><a name="line15">15</a> require 'hel/unused_class'</pre></td>
|
|
145
|
+
</tr>
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<tr class="marked">
|
|
150
|
+
<td><pre><a name="line16">16</a> require 'hel/unused_style'</pre></td>
|
|
151
|
+
</tr>
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
<tr class="marked">
|
|
156
|
+
<td><pre><a name="line17">17</a> require 'hel/version'</pre></td>
|
|
157
|
+
</tr>
|
|
158
|
+
|
|
159
|
+
</tbody>
|
|
160
|
+
</table>
|
|
161
|
+
|
|
162
|
+
<p>Generated on Tue Aug 31 00:58:13 +0100 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.8</a></p>
|
|
163
|
+
|
|
164
|
+
</body>
|
|
165
|
+
</html>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
function toggleCode( id ) {
|
|
2
|
+
if ( document.getElementById ) {
|
|
3
|
+
elem = document.getElementById( id );
|
|
4
|
+
} else if ( document.all ) {
|
|
5
|
+
elem = eval( "document.all." + id );
|
|
6
|
+
} else {
|
|
7
|
+
return false;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
elemStyle = elem.style;
|
|
11
|
+
|
|
12
|
+
if ( elemStyle.display != "block" ) {
|
|
13
|
+
elemStyle.display = "block";
|
|
14
|
+
} else {
|
|
15
|
+
elemStyle.display = "none";
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
function restripe() {
|
|
22
|
+
i = 0;
|
|
23
|
+
$('table#report_table tbody tr').each(function(){
|
|
24
|
+
if (this.style.display != "none") {
|
|
25
|
+
i += 1;
|
|
26
|
+
classes = this.className.split(" ");
|
|
27
|
+
if ($.inArray("even",classes) != -1) {
|
|
28
|
+
classes.splice($.inArray("even",classes),1);
|
|
29
|
+
} else if ($.inArray("odd",classes) != -1) {
|
|
30
|
+
classes.splice($.inArray("odd",classes),1);
|
|
31
|
+
}
|
|
32
|
+
if (i % 2 === 0) {
|
|
33
|
+
this.className = classes.join(" ") + " odd";
|
|
34
|
+
} else {
|
|
35
|
+
this.className = classes.join(" ") + " even";
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// Fix IE's lack of support for indexOf (!)
|
|
42
|
+
if (!Array.indexOf) { Array.prototype.indexOf = function(obj){ for(var i=0; i<this.length; i++){ if(this[i]==obj){return i;} } return -1; }}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
/* @group General */
|
|
2
|
+
|
|
3
|
+
body {
|
|
4
|
+
font-family: Verdana, Helvetica, Arial, Sans-Serif;
|
|
5
|
+
font-size: 12px;
|
|
6
|
+
color: #4C4C4C;
|
|
7
|
+
background-color: #F4F2ED;
|
|
8
|
+
padding: 1em;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
a:link {
|
|
12
|
+
color: #191919;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
a:visited {
|
|
16
|
+
color: #191919;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
pre, code {
|
|
20
|
+
color: #000000;
|
|
21
|
+
font-family: "Bitstream Vera Sans Mono","Monaco","Courier New",monospace;
|
|
22
|
+
font-size: 95%;
|
|
23
|
+
line-height: 1.3em;
|
|
24
|
+
margin-top: 0;
|
|
25
|
+
margin-bottom: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
word-wrap: break-word;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
h1, h2, h3, h4, h5, h6 {
|
|
31
|
+
margin: 0em 0em 1em 0em;
|
|
32
|
+
color: #666666;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
h1 {
|
|
36
|
+
display: block;
|
|
37
|
+
font-size: 2em;
|
|
38
|
+
letter-spacing: -1px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
h2 {
|
|
42
|
+
margin-top: -1em;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
fieldset {
|
|
46
|
+
display: inline;
|
|
47
|
+
border: 0px;
|
|
48
|
+
padding: 0px;
|
|
49
|
+
margin-right: 1em;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
div.filters {
|
|
53
|
+
margin-bottom: 1em;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.hidden {
|
|
57
|
+
display: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* @end */
|
|
61
|
+
|
|
62
|
+
/* @group Cross-References */
|
|
63
|
+
|
|
64
|
+
span.cross-ref-title {
|
|
65
|
+
font-size: 140%;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
span.cross-ref a {
|
|
69
|
+
text-decoration: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
span.cross-ref {
|
|
73
|
+
background-color:#f3f7fa;
|
|
74
|
+
border: 1px dashed #333;
|
|
75
|
+
margin: 1em;
|
|
76
|
+
padding: 0.5em;
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
a.crossref-toggle {
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/* @end */
|
|
85
|
+
|
|
86
|
+
/* @group Report Table */
|
|
87
|
+
|
|
88
|
+
div.report_table_wrapper {
|
|
89
|
+
min-width: 900px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
table.report {
|
|
93
|
+
border-collapse: collapse;
|
|
94
|
+
border: 1px solid #666666;
|
|
95
|
+
width: 100%;
|
|
96
|
+
margin-bottom: 1em;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
table.report tr {
|
|
100
|
+
line-height: 1.75em;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
table.report th {
|
|
104
|
+
background: #666666;
|
|
105
|
+
color: #ffffff;
|
|
106
|
+
text-align: right;
|
|
107
|
+
text-transform: uppercase;
|
|
108
|
+
font-size: .8em;
|
|
109
|
+
font-weight: bold;
|
|
110
|
+
padding: 0em .5em;
|
|
111
|
+
border: 1px solid #666666;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
table.report tfoot tr {
|
|
115
|
+
background: #dddddd;
|
|
116
|
+
font-weight: bold;
|
|
117
|
+
padding: .5em;
|
|
118
|
+
border: 1px solid #666666;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
th.left_align, td.left_align {
|
|
122
|
+
text-align: left !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
th.right_align, td.right_align {
|
|
126
|
+
text-align: right;
|
|
127
|
+
padding-right: 2em !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
table.report th.header:hover {
|
|
131
|
+
cursor: pointer;
|
|
132
|
+
text-decoration: underline;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
table.report th.headerSortUp:after{
|
|
136
|
+
content: "\25BC";
|
|
137
|
+
margin-left: 1em;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
table.report th.headerSortDown:after {
|
|
141
|
+
content: "\25B2";
|
|
142
|
+
margin-left: 1em;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
table.report tr.summary_row {
|
|
146
|
+
background: #cccccc;
|
|
147
|
+
border: 1px solid #cccccc;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
table.report tr.summary_row td {
|
|
151
|
+
padding-left: .2em !important;
|
|
152
|
+
color: #333333;
|
|
153
|
+
font-weight: bold;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
table.report td {
|
|
157
|
+
padding: .2em .5em .2em .5em;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
table.report td a {
|
|
161
|
+
text-decoration: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
table.report tbody tr:hover {
|
|
165
|
+
background: #cccccc !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
table.report tr.summary_row td {
|
|
169
|
+
border-bottom: 1px solid #aaaaaa;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
table.report tr {
|
|
173
|
+
background-color: #eeeeee;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
table.report tr.odd {
|
|
177
|
+
background-color: #dddddd;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/* @end */
|
|
181
|
+
|
|
182
|
+
/* @group Percentage Graphs */
|
|
183
|
+
|
|
184
|
+
div.percent_graph_legend {
|
|
185
|
+
width: 5.5em;
|
|
186
|
+
float: left;
|
|
187
|
+
margin: .5em 1em .5em 0em;
|
|
188
|
+
height: 1em;
|
|
189
|
+
line-height: 1em;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
div.percent_graph {
|
|
193
|
+
height: 1em;
|
|
194
|
+
border: #333333 1px solid;
|
|
195
|
+
empty-cells: show;
|
|
196
|
+
padding: 0px;
|
|
197
|
+
border-collapse: collapse;
|
|
198
|
+
width: 100px !important;
|
|
199
|
+
float: left;
|
|
200
|
+
margin: .5em 1em .5em 0em;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
div.percent_graph div {
|
|
204
|
+
float: left;
|
|
205
|
+
height: 1em;
|
|
206
|
+
padding: 0px !important;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
div.percent_graph div.covered {
|
|
210
|
+
background: #649632;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
div.percent_graph div.uncovered {
|
|
214
|
+
background: #a92730;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
div.percent_graph div.NA {
|
|
218
|
+
background: #eaeaea;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* @end */
|
|
222
|
+
|
|
223
|
+
/* @group Details page */
|
|
224
|
+
|
|
225
|
+
table.details {
|
|
226
|
+
margin-top: 1em;
|
|
227
|
+
border-collapse: collapse;
|
|
228
|
+
width: 100%;
|
|
229
|
+
border: 1px solid #666666;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
table.details tr {
|
|
233
|
+
line-height: 1.75em;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
table.details td {
|
|
237
|
+
padding: .25em;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
span.inferred, span.inferred1, span.marked, span.marked1, span.uncovered, span.uncovered1 {
|
|
241
|
+
display: block;
|
|
242
|
+
padding: .25em;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
tr.inferred td, span.inferred {
|
|
246
|
+
background-color: #e0dedb;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
tr.inferred1 td, span.inferred1 {
|
|
250
|
+
background-color: #e0dedb;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
tr.marked td, span.marked, span.marked1 {
|
|
254
|
+
background-color: #bed2be;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
tr.uncovered td, span.uncovered {
|
|
258
|
+
background-color: #ce8b8c;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
tr.uncovered1 td, span.uncovered1 {
|
|
262
|
+
background-color: #ce8b8c;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
div.key {
|
|
266
|
+
border: 1px solid #666666;
|
|
267
|
+
margin: 1em 0em;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/* @end */
|
data/coverage.data
ADDED
|
Binary file
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
|
|
3
|
+
#
|
|
4
|
+
# Reads '.asdoc' files from a specified source tree and concatencates them into
|
|
5
|
+
# a xml configuration file that can be used to generate ActionScript
|
|
6
|
+
# documentation for the Actionscript packages.
|
|
7
|
+
#
|
|
8
|
+
class ASDocPackage < Tool
|
|
9
|
+
attr_reader :xml
|
|
10
|
+
|
|
11
|
+
def initialize(opt,out=STDOUT)
|
|
12
|
+
super(opt,out)
|
|
13
|
+
|
|
14
|
+
@asdoc = /\.asdoc$/
|
|
15
|
+
|
|
16
|
+
@header = "<?xml version='1.0' encoding='utf-8'?>\n<flex-config>\n\t<packages>"
|
|
17
|
+
@package = "\t\t<package>\n\t\t\t<string>%s</string>\n\t\t\t<string><![CDATA[%s]]></string>\n\t\t</package>\n"
|
|
18
|
+
@footer = "\t</packages>\n</flex-config>"
|
|
19
|
+
|
|
20
|
+
build
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
#
|
|
24
|
+
# Scan the given path and it's child directories for all .asdoc files.
|
|
25
|
+
#
|
|
26
|
+
def scan(path)
|
|
27
|
+
puts "Scanning '#{path}' for asdoc files..."
|
|
28
|
+
|
|
29
|
+
found = []
|
|
30
|
+
|
|
31
|
+
Search.find_all(@asdoc,path,@excludes) do |p|
|
|
32
|
+
found << {:path => p, :package => ProjectTools.package(p)}
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
found.each { |f| log("Adding #{f[:path]}") }
|
|
36
|
+
|
|
37
|
+
found
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
#
|
|
41
|
+
# Build the flex compiler config file that can be passed to the asdoc tool.
|
|
42
|
+
#
|
|
43
|
+
def build
|
|
44
|
+
asdocs = scan(@src)
|
|
45
|
+
|
|
46
|
+
if asdocs.empty?
|
|
47
|
+
puts "No .asdoc files found."
|
|
48
|
+
else
|
|
49
|
+
@xml = create_xml(asdocs)
|
|
50
|
+
to_disk(@xml)
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
#
|
|
55
|
+
# Constructs the flex complier config file when given a list of paths to asdoc
|
|
56
|
+
# files.
|
|
57
|
+
#
|
|
58
|
+
def create_xml(asdocs)
|
|
59
|
+
x = @header
|
|
60
|
+
asdocs.each { |d| x << sprintf(@package, d[:package], IO.read(d[:path])) }
|
|
61
|
+
x << @footer
|
|
62
|
+
x
|
|
63
|
+
end
|
|
64
|
+
end
|