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
1 |
# represents each score cell of the heatgrid table.
|
|
UNCOV
2
|
class VmQuestionResponseScoreCell |
× |
UNCOV
3
|
def initialize(score_value, color_code, comments, vmprompts = nil) |
× |
UNCOV
4
|
@score_value = score_value
|
× |
UNCOV
5
|
@color_code = color_code
|
× |
UNCOV
6
|
@comment = comments
|
× |
UNCOV
7
|
@vm_prompts = vmprompts
|
× |
UNCOV
8
|
end
|
× |
9 |
|
|
UNCOV
10
|
attr_reader :score_value
|
× |
11 |
|
|
UNCOV
12
|
attr_reader :comment
|
× |
13 |
|
|
UNCOV
14
|
attr_reader :color_code
|
× |
15 |
|
|
UNCOV
16
|
attr_reader :vm_prompts
|
× |
UNCOV
17
|
end
|
× |