C0 code coverage information
Generated on Wed Aug 01 14:04:27 -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.
1 module YAJD
2
3 module Visitor
4
5 class Base
6 def initialize(obj)
def initialize(obj)
302 lib/visitor/javap.rb:31 in 'YAJD::Visitor::Javap::JavapVisitor#visit'
248 lib/visitor/javap.rb:29 in 'YAJD::Visitor::Javap::JavapVisitor#visit'
248 lib/visitor/javap/method_info.rb:58 in 'YAJD::Visitor::Javap::MethodInfoVisitor#dump_attributes'
10 lib/visitor/javap.rb:27 in 'YAJD::Visitor::Javap::JavapVisitor#visit'
7 @object = obj
8 end
9 end
10
11 end
12
13 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.