Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
lib/jldrill/views/gtk/VBoxView.rb | 18 | 14 | 61.11%
|
50.00%
|
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 require 'Context/Views/Gtk/Widgets/VBox' |
2 require 'Context/View' |
3 require 'gtk2' |
4 |
5 module JLDrill::Gtk |
6 |
7 class VBoxView < Context::View |
8 |
9 def initialize(context) |
10 super(context) |
11 @widget = Context::Gtk::VBox.new |
12 end |
13 |
14 def getWidget |
15 @widget |
16 end |
17 end |
18 end |
Generated on Mon May 23 16:17:46 +0900 2011 with rcov 0.9.8