C0 code coverage information
Generated on Tue Jun 09 17:50:06 +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
UtilityHelperMethods 5 def
join_line_with(separator = " |\n", &block) 6 text = capture(&block)
7 tag_content =
'[^<>]+?' 8
text.gsub!(/<\/(#{tag_content})>[\n\s]+?<(#{tag_content})>/m) do
9
"</#{$1}>#{separator}<#{$2}>" 10 end 11 concat(text.strip) 12 end 13 end 14 end
Generated using the rcov
code coverage analysis tool for Ruby version 0.8.1.2.