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.
Name Total lines Lines of code Total coverage Code coverage
lib/attributes/constant_value.rb 26 15
100.0% 
100.0% 
 1 require 'pool_helper'
 2 
 3 module YAJD
 4 
 5 module Attributes
 6 
 7 class ConstantValueInfo < AttributeInfo
 8     include PoolHelper
    include PoolHelper
      1   #<Class:YAJD::PoolHelper>#included at lib/pool_helper.rb:5

 9 
10     pool_getter :constant_value, :constantvalue_index
    pool_getter :constant_value, :constantvalue_index
      1   #<Class:YAJD::Attributes::ConstantValueInfo>#pool_getter at lib/pool_helper.rb:8

11 
12     def initialize(constant_pool, attribute_name_index, parent, f)
    def initialize(constant_pool, attribute_name_index, parent, f)
    282   lib/attributes/attribute.rb:14 in '#<Class:YAJD::Attributes>#factory'

13         super(constant_pool, attribute_name_index, parent)
        super(constant_pool, attribute_name_index, parent)
    282   YAJD::Attributes::AttributeInfo#initialize at lib/attributes/attribute.rb:31

14         #TODO do something with it
15         f.read_u4
        f.read_u4
    282   File#read_u4 at lib/ext/file.rb:15

16         @constantvalue_index = f.read_u2
        @constantvalue_index = f.read_u2
    282   File#read_u2 at lib/ext/file.rb:10

17     end
18 
19     attr_reader :constantvalue_index
20 
21 end
22 
23 end
24 
25 end
26 

Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.

Valid XHTML 1.0! Valid CSS!