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 VmUserAnswerTagging |
× |
UNCOV
2
|
def initialize(user, percentage, no_tagged, no_not_tagged, no_tagable, tag_update_intervals) |
× |
UNCOV
3
|
@user = user
|
× |
UNCOV
4
|
@percentage = percentage
|
× |
UNCOV
5
|
@no_tagged = no_tagged
|
× |
UNCOV
6
|
@no_not_tagged = no_not_tagged
|
× |
UNCOV
7
|
@no_tagable = no_tagable
|
× |
8 |
# E2082 Adding interval to be passed for graph plotting
|
|
UNCOV
9
|
@tag_update_intervals = tag_update_intervals
|
× |
UNCOV
10
|
end
|
× |
11 |
|
|
UNCOV
12
|
attr_accessor :user
|
× |
13 |
|
|
UNCOV
14
|
attr_accessor :percentage
|
× |
15 |
|
|
UNCOV
16
|
attr_accessor :no_tagged
|
× |
17 |
|
|
UNCOV
18
|
attr_accessor :no_not_tagged
|
× |
19 |
|
|
UNCOV
20
|
attr_accessor :no_tagable
|
× |
21 |
|
|
UNCOV
22
|
attr_accessor :tag_update_intervals
|
× |
UNCOV
23
|
end
|
× |