C0 code coverage information

Generated on Sat Oct 11 12:39:45 +0200 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. 
Name Total lines Lines of code Total coverage Code coverage
lib/couchy.rb 19 12
100.0%  
100.0%  
 1
    require 'rubygems'  2
    require 'json'  3 require
    'rest_client'  4 require
    'addressable/uri'  5
     6 $:.unshift
    File.dirname(__FILE__) + '/couchy'  7  8
    module Couchy  9 autoload
    :Server, 'server' 10
    autoload :Database, 'database' 11 12
    # Shortcut for Couchy::Server.new 13 # 14 # @param [String] uri The URI of the CouchDB server.
    defaults to "http://localhost:5984/" 15 # @return Couchy::Server
    16 def
    self.new(server_uri='http://localhost:5984/') 17 Server.new(server_uri) 18 end 19 end 

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

Valid XHTML 1.0! Valid CSS!