push
13 of 240 new or added lines in 58 files covered. (5.42%)
3638 existing lines in 134 files now uncovered.1951 of 15719 relevant lines covered (12.41%)
0.27 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
|
× |