| Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
|---|---|---|---|---|
| lib/buildr/core.rb | 34 | 18 | 52.94%
|
94.44%
|
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 # Licensed to the Apache Software Foundation (ASF) under one or more |
2 # contributor license agreements. See the NOTICE file distributed with this |
3 # work for additional information regarding copyright ownership. The ASF |
4 # licenses this file to you under the Apache License, Version 2.0 (the |
5 # "License"); you may not use this file except in compliance with the License. |
6 # You may obtain a copy of the License at |
7 # |
8 # http://www.apache.org/licenses/LICENSE-2.0 |
9 # |
10 # Unless required by applicable law or agreed to in writing, software |
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
12 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
13 # License for the specific language governing permissions and limitations under |
14 # the License. |
15 |
16 require 'buildr/core/common' |
17 require 'buildr/core/application' |
18 require 'buildr/core/jrebel' |
19 require 'buildr/core/project' |
20 require 'buildr/core/environment' |
21 require 'buildr/core/help' |
22 require 'buildr/core/build' |
23 require 'buildr/core/filter' |
24 require 'buildr/core/compile' |
25 require 'buildr/core/test' |
26 require 'buildr/core/shell' |
27 require 'buildr/core/run' |
28 require 'buildr/core/checks' |
29 require 'buildr/core/transports' |
30 require 'buildr/core/generate' |
31 require 'buildr/core/cc' |
32 require 'buildr/core/osx' if RUBY_PLATFORM =~ /darwin/ |
33 require 'buildr/core/linux' if RUBY_PLATFORM =~ /linux/ |
34 |
Generated on 2011-07-06 23:35:37 -0700 with rcov 0.9.8