C0 code coverage information
Generated on Sun Oct 26 11:18:15 -0500 2008 with rcov 0.8.1.2
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 File.dirname(__FILE__) + '/../spec_helper'
2 require 'aquarium/spec_example_types'
3 require 'aquarium/utils/logic_error'
4
5 # This doesn't do much..., except make rcov happy, since this exception is essentially for catching bugs.
6 describe Aquarium::Utils::LogicError, ".new" do
7 it "should return an exception object" do
8 Aquarium::Utils::LogicError.new.kind_of?(Exception).should be_true
9 end
10 end
Generated using the rcov code coverage analysis tool for Ruby version 0.8.1.2.