push
github
0 of 30 new or added lines in 2 files covered. (0.0%)
1853 existing lines in 54 files now uncovered.0 of 2026 relevant lines covered (0.0%)
0.0 hits per line
UNCOV
1
|
module Unleash |
× |
UNCOV
2
|
module Strategy |
× |
UNCOV
3
|
class NotImplemented < RuntimeError |
× |
4 |
end
|
|
5 |
|
|
UNCOV
6
|
class Base |
× |
UNCOV
7
|
def name |
× |
8 |
raise NotImplemented, "Strategy is not implemented" |
× |
9 |
end
|
|
10 |
|
|
UNCOV
11
|
def is_enabled?(_params = {}, _context = nil) |
× |
UNCOV
12
|
raise NotImplemented, "Strategy is not implemented" |
× |
13 |
end
|
|
14 |
end
|
|
15 |
end
|
|
16 |
end
|