push
github
0 of 8 new or added lines in 8 files covered. (0.0%)
2169 existing lines in 58 files now uncovered.0 of 2253 relevant lines covered (0.0%)
0.0 hits per line
UNCOV
1
|
module Unleash |
× |
UNCOV
2
|
module Bootstrap |
× |
UNCOV
3
|
module Provider |
× |
UNCOV
4
|
class NotImplemented < RuntimeError |
× |
5 |
end
|
|
6 |
|
|
UNCOV
7
|
class Base |
× |
UNCOV
8
|
def read |
× |
9 |
raise NotImplemented, "Bootstrap is not implemented" |
× |
10 |
end
|
|
11 |
end
|
|
12 |
end
|
|
13 |
end
|
|
14 |
end
|