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 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
|
× |