circleci
6 of 6 new or added lines in 4 files covered. (100.0%)
31 of 8842 relevant lines covered (0.35%)
0.0 hits per line
1 |
module ActiveFedora |
× |
2 |
module Associations |
× |
3 |
class SingularRDF < RDF #:nodoc: |
× |
4 |
def replace(value) |
× |
5 |
super(Array(value))
|
× |
6 |
end
|
× |
7 |
|
|
8 |
def reader |
× |
9 |
super.first
|
× |
10 |
end
|
× |
11 |
end
|
× |
12 |
end
|
× |
13 |
end
|
× |