C0 code coverage information

Generated on Tue Jun 09 17:50:05 +0900 2009 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
lib/nested_ajax.rb 15 11
100.0%  
100.0%  
 1
    module NestedAjax  2
     3 autoload :RenderExt,
    'nested_ajax/render_ext'  4
    autoload :BaseHelper, 'nested_ajax/base_helper'  5 autoload :FormBuilder,
    'nested_ajax/form_builder' 
    6 autoload :Pane, 'nested_ajax/pane'  7 autoload :PaneTag, 'nested_ajax/pane_tag'  8 autoload :UtilityHelperMethods,
    'nested_ajax/utility_helper_methods'  9 autoload :NameToDisplay, 'nested_ajax/name_to_display'
    10 11 class UsageError < StandardError
    12 end 13 14 15
    end 

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

Valid XHTML 1.0! Valid CSS!