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 AssignmentSurveyDeployment < SurveyDeployment |
× |
UNCOV
2
|
belongs_to :assignment, class_name: 'Assignment', foreign_key: 'parent_id' |
× |
3 |
|
|
UNCOV
4
|
def parent_name |
× |
5 |
assignment.name |
× |
UNCOV
6
|
end
|
× |
7 |
|
|
UNCOV
8
|
def response_maps |
× |
UNCOV
9
|
AssignmentSurveyResponseMap.where(reviewee_id: id) |
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
end
|
× |