push
0 of 2 new or added lines in 1 file covered. (0.0%)
3735 existing lines in 129 files now uncovered.1940 of 15644 relevant lines covered (12.4%)
0.25 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
|
× |