C0 code coverage information
Generated on Wed Aug 01 14:04:29 -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/yajd.rb
|
23
|
17
|
|
|
1 require 'ext/file'
2 require 'ext/array'
3 require 'ext/object'
4 require 'class_file'
5
6 require 'descriptor'
7 require 'method_descriptor'
8
9 module YAJD
10 VERSION = '0.0.1'
11
12 LOGGER = Logger.new(STDOUT)
LOGGER = Logger.new(STDOUT)
1 Logger#initialize at /usr/lib/ruby/1.8/logger.rb:256
13 LOGGER.level = Logger::WARN
14 # LOGGER.level = Logger::DEBUG
15 LOGGER.datetime_format = '%Y-%m-%d %H:%M:%S'
LOGGER.datetime_format = '%Y-%m-%d %H:%M:%S'
1 Logger#datetime_format= at /usr/lib/ruby/1.8/logger.rb:197
16
17 class YAJDError < StandardError
18 end
19
20 def self.logger
def self.logger
2063 lib/visitor/javap/code_info.rb:350 in 'YAJD::Visitor::Javap::CodeInfoVisitor#dump_code'
2052 lib/constant_pool.rb:25 in 'YAJD::ConstantPool::Pool#initialize'
1312 lib/ext/file.rb:24 in 'File#read_list'
248 lib/visitor/javap/method_info.rb:45 in 'YAJD::Visitor::Javap::MethodInfoVisitor#accept'
10 lib/class_file.rb:142 in 'YAJD::ClassFile#read'
10 lib/constant_pool.rb:19 in 'YAJD::ConstantPool::Pool#initialize'
10 lib/class_file.rb:138 in 'YAJD::ClassFile#read'
10 lib/class_file.rb:132 in 'YAJD::ClassFile#read'
10 lib/class_file.rb:134 in 'YAJD::ClassFile#read'
10 lib/class_file.rb:164 in 'YAJD::ClassFile#read_constant_pool'
10 lib/class_file.rb:158 in 'YAJD::ClassFile#read_version'
10 lib/class_file.rb:152 in 'YAJD::ClassFile#read_magic'
10 lib/class_file.rb:140 in 'YAJD::ClassFile#read'
10 lib/class_file.rb:130 in 'YAJD::ClassFile#read'
10 lib/class_file.rb:136 in 'YAJD::ClassFile#read'
21 LOGGER
22 end
23 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.0.