github
8 of 8 new or added lines in 2 files covered. (100.0%)
1895 of 1920 relevant lines covered (98.7%)
5.78 hits per line
|
module Datasets |
1✔ |
|
class Whatever |
1✔ |
|
def initialize |
1✔ |
|
puts "this is a bunch of uncovered code"
|
× |
5 |
end
|
|
6 |
|
|
|
def foo(param) |
1✔ |
|
param *= 10
|
× |
|
param * rand(100)
|
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|