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.
1
require 'nested_ajax' 2
3 module NestedAjax
4 module Pane 5 6 autoload :AbstractPane, 'nested_ajax/pane/abstract_pane'
7 autoload :SinglePane,
'nested_ajax/pane/single_pane' 8 autoload :AssociationPane,
'nested_ajax/pane/association_pane' 9 autoload :HasManyPane, 'nested_ajax/pane/has_many_pane'
10 autoload
:BelongsToPane, 'nested_ajax/pane/belongs_to_pane' 11 12 autoload :DummyPane, 'nested_ajax/pane/dummy_pane'
13 end 14 end
Generated using the rcov
code coverage analysis tool for Ruby version 0.8.1.2.