C0 code coverage information

Generated on Fri Mar 14 11:11:10 -0700 2008 with rcov 0.8.1.2


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.
Name Total lines Lines of code Total coverage Code coverage
app/controllers/application.rb 28 4
100.0% 
100.0% 
 1 #
 2 # Copyright (C) 2007 Mobio Networks, Inc.
 3 #
 4 # This program is free software: you can redistribute it and/or modify
 5 # it under the terms of the GNU General Public License as published by
 6 # the Free Software Foundation, either version 3 of the License, or
 7 # (at your option) any later version.
 8 #
 9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 #
17 
18 # Filters added to this controller apply to all controllers in the application.
19 # Likewise, all the methods added will be available for all controllers.
20  
21 class ApplicationController < ActionController::Base
22   helper :all # include all helpers, all the time
23    
24   # See ActionController::RequestForgeryProtection for details
25   # Uncomment the :secret if you're not using the cookie session store
26   protect_from_forgery # :secret => '3f785f6d60eafca53aa5d18a5f4617ff'
27 
28 end

Generated using the rcov code coverage analysis tool for Ruby version 0.8.1.2.

Valid XHTML 1.0! Valid CSS!