C0 code coverage information
Generated on Wed Aug 01 14:04:26 -0300 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.
| Name |
Total lines |
Lines of code |
Total coverage |
Code coverage |
|
lib/ext/array.rb
|
9
|
8
|
|
|
1 class Array
2 def accept(visitor)
def accept(visitor)
10 lib/class_file.rb:93 in 'YAJD::ClassFile#accept'
10 lib/class_file.rb:94 in 'YAJD::ClassFile#accept'
3 collect { |elem|
4 elem.accept(visitor) if elem.is_visitable?
elem.accept(visitor) if elem.is_visitable?
550 YAJD::CommonInfo#accept at lib/common.rb:33
550 Object#is_visitable? at lib/ext/object.rb:2
5 #FIXME: only for testing
6 raise "unvisitable object! (#{elem.class})" unless elem.is_visitable?
raise "unvisitable object! (#{elem.class})" unless elem.is_visitable?
550 Object#is_visitable? at lib/ext/object.rb:2
7 }
8 end
9 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.