push
21 of 240 new or added lines in 58 files covered. (8.75%)
3412 existing lines in 129 files now uncovered.2422 of 15651 relevant lines covered (15.48%)
1.47 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
|
× |