push
2 of 2 new or added lines in 1 file covered. (100.0%)
2711 existing lines in 117 files now uncovered.6454 of 13532 relevant lines covered (47.69%)
7.81 hits per line
UNCOV
1
|
class CourseSurveyDeployment < SurveyDeployment |
× |
UNCOV
2
|
belongs_to :course, class_name: 'Course', foreign_key: 'parent_id' |
× |
3 |
|
|
UNCOV
4
|
def parent_name |
× |
5 |
course.name |
× |
UNCOV
6
|
end
|
× |
7 |
|
|
UNCOV
8
|
def response_maps |
× |
9 |
CourseSurveyResponseMap.where(reviewee_id: id) |
× |
UNCOV
10
|
end
|
× |
UNCOV
11
|
end
|
× |