C0 code coverage information
Generated on Tue Oct 16 11:40:48 -0400 2007 with rcov 0.8.0
Code reported as executed by Ruby looks like this...
and this: this line is also marked as covered.
Lines considered as run by rcov, but not reported by Ruby, look like this,
and this: these lines were inferred by rcov (using simple heuristics).
Finally, here's a line marked as not executed.
1 # This file is automatically generated by the AlexandriaBuild installer.
2 # Do not edit it directly.
3
4 module Alexandria
5 class Preferences
6 DEFAULT_VALUES = {"position" => [0, 0],
7 "size" => [640, 480],
8 "maximized" => false,
9 "sidepane_position" => 140,
10 "view_as" => 0,
11 "arrange_icons_mode" => 0,
12 "reverse_icons" => false,
13 "cuecat_device" => "/dev/scanners/cuecat",
14 "toolbar_visible" => true,
15 "sidepane_visible" => true,
16 "statusbar_visible" => true,
17 "col_authors_visible" => true,
18 "col_edition_visible" => true,
19 "col_isbn_visible" => true,
20 "col_publisher_visible" => true,
21 "col_publish_date_visible" => true,
22 "col_rating_visible" => true,
23 "col_redd_visible" => true,
24 "col_own_visible" => true,
25 "col_want_visible" => true,
26 "cols_width" => "{}",
27 "providers_priority" => ["Amazon", "Webster_it", "Proxis", "Thalia", "IBS_it", "BN", "MCU"]}
28 end
29 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.