push
0 of 1 new or added line in 1 file covered. (0.0%)
2711 existing lines in 117 files now uncovered.6452 of 13531 relevant lines covered (47.68%)
8.18 hits per line
UNCOV
1
|
class VmTagPromptAnswer |
× |
UNCOV
2
|
def initialize(answer, tag_prompt, tag_dep) |
× |
UNCOV
3
|
@answer = answer
|
× |
UNCOV
4
|
@tag_prompt = tag_prompt
|
× |
UNCOV
5
|
@tag_dep = tag_dep
|
× |
UNCOV
6
|
end
|
× |
7 |
|
|
UNCOV
8
|
attr_reader :answer
|
× |
9 |
|
|
UNCOV
10
|
attr_reader :tag_prompt
|
× |
11 |
|
|
UNCOV
12
|
attr_reader :tag_dep
|
× |
UNCOV
13
|
end
|
× |