C0 code coverage information
Generated on Fri Jul 11 15:55:35 -0700 2008 with rcov 0.7.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/openid.rb
|
20
|
5
|
|
|
1 # Copyright 2006-2007 JanRain, Inc.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); you
4 # may not use this file except in compliance with the License. You may
5 # obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12 # implied. See the License for the specific language governing
13 # permissions and limitations under the License.
14
15 module OpenID
16 VERSION = "2.1.2"
17 end
18
19 require "openid/consumer"
20 require 'openid/server'
Generated using the rcov code coverage analysis tool for Ruby version 0.7.0.