github
21 of 21 new or added lines in 6 files covered. (100.0%)
60 existing lines in 7 files now uncovered.27085 of 29049 relevant lines covered (93.24%)
561.43 hits per line
1 |
# frozen_string_literal: true
|
|
2 |
|
|
UNCOV
3
|
class Query::ProjectByRssLog < Query::ProjectBase |
× |
UNCOV
4
|
def initialize_flavor |
× |
UNCOV
5
|
add_join(:rss_logs)
|
× |
UNCOV
6
|
super
|
× |
UNCOV
7
|
end
|
× |
8 |
|
|
UNCOV
9
|
def default_order |
× |
UNCOV
10
|
"rss_log"
|
× |
UNCOV
11
|
end
|
× |
UNCOV
12
|
end
|
× |