C0 code coverage information
Generated on Thu Jun 07 11:34:00 -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 class Tournament < ActiveRecord::Base
2 validates_format_of :subdomain, :with => /^[a-z0-9]+$/
3 validates_uniqueness_of :subdomain
4
5 serialize :settings, Hash
6 has_many :schools
7 has_many :teams
8 has_many :players
9 has_many :games
10 has_many :rounds
11 has_many :rooms
12 has_many :brackets
13 has_many :phases
14 has_many :team_results
15 has_many :player_results
16 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.