C0 code coverage information
Generated on Wed Aug 01 14:04:24 -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 Attributes
4
5 class DeprecatedInfo < AttributeInfo
6 def initialize(constant_pool, attribute_name_index, parent, f)
def initialize(constant_pool, attribute_name_index, parent, f)
8 lib/attributes/attribute.rb:14 in '#<Class:YAJD::Attributes>#factory'
7 super(constant_pool, attribute_name_index, parent)
super(constant_pool, attribute_name_index, parent)
8 YAJD::Attributes::AttributeInfo#initialize at lib/attributes/attribute.rb:31
8 length = f.read_u4
length = f.read_u4
8 File#read_u4 at lib/ext/file.rb:15
9 unless length == 0
10 raise "inconsistent length for deprecated attribute (#{length} != 0)"
11 end
12 end
13 end
14
15 end
16
17 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.