push
1 of 1 new or added line in 1 file covered. (100.0%)
2712 existing lines in 117 files now uncovered.6500 of 13603 relevant lines covered (47.78%)
7.34 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
|
× |