push
circleci
0 of 33 new or added lines in 1 file covered. (0.0%)
9374 existing lines in 213 files now uncovered.47 of 9753 relevant lines covered (0.48%)
0.01 hits per line
| 1 |
# frozen_string_literal: true
|
|
|
UNCOV
2
|
module Orangelight |
× |
|
UNCOV
3
|
module Document |
× |
| 4 |
# Standard Numbers functionality for SolrDocument
|
|
|
UNCOV
5
|
module StandardNumbers |
× |
|
UNCOV
6
|
def standard_numbers? |
× |
|
UNCOV
7
|
standard_number_fields.any? { |field| key? field }
|
× |
|
UNCOV
8
|
end
|
× |
| 9 |
|
|
|
UNCOV
10
|
private |
× |
| 11 |
|
|
|
UNCOV
12
|
def standard_number_fields |
× |
|
UNCOV
13
|
%w[lccn_s isbn_s issn_s oclc_s]
|
× |
|
UNCOV
14
|
end
|
× |
|
UNCOV
15
|
end
|
× |
|
UNCOV
16
|
end
|
× |
|
UNCOV
17
|
end
|
× |