Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
library/app_init/app_driver.rb | 13 | 3 | 100.00%
|
100.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.
2 =begin |
3 *Name : app_driver |
4 *Description : module to set env global to files under library directory |
5 *Author : Chandra sekaran |
6 *Creation Date : 28/08/2014 |
7 *Updation Date : |
8 =end |
9 |
10 require './support/env' |
11 |
12 module CUKES |
13 include PageObject |
14 end |
Generated on 2015-05-08 10:40:30 +0530 with SimpleCov-RCov 0.2.3