push
0 of 2 new or added lines in 1 file covered. (0.0%)
3500 existing lines in 124 files now uncovered.2410 of 15576 relevant lines covered (15.47%)
1.24 hits per line
UNCOV
1
|
class AssignmentSurveyResponseMap < SurveyResponseMap |
× |
UNCOV
2
|
belongs_to :survey_deployment, class_name: 'SurveyDeployment', foreign_key: 'reviewee_id' |
× |
UNCOV
3
|
belongs_to :assignment, class_name: 'Assignment', foreign_key: 'reviewed_object_id' |
× |
UNCOV
4
|
belongs_to :reviewer, class_name: 'Participant', foreign_key: 'reviewer_id' |
× |
5 |
|
|
UNCOV
6
|
def questionnaire |
× |
UNCOV
7
|
Questionnaire.find_by(id: survey_deployment.questionnaire_id) |
× |
UNCOV
8
|
end
|
× |
9 |
|
|
UNCOV
10
|
def contributor |
× |
UNCOV
11
|
nil
|
× |
UNCOV
12
|
end
|
× |
13 |
|
|
UNCOV
14
|
def survey_parent |
× |
UNCOV
15
|
assignment |
× |
UNCOV
16
|
end
|
× |
17 |
|
|
UNCOV
18
|
def get_title |
× |
UNCOV
19
|
'Assignment Survey'
|
× |
UNCOV
20
|
end
|
× |
UNCOV
21
|
end
|
× |