circleci
2382 of 9096 relevant lines covered (26.19%)
0.29 hits per line
1 |
class DamsCommonNameInternal |
× |
2 |
include ActiveFedora::RdfObject |
× |
3 |
include Dams::DamsCommonName |
× |
4 |
|
× |
5 |
def pid |
× |
6 |
rdf_subject.to_s.gsub(/.*\//,'') |
× |
7 |
end
|
× |
8 |
|
× |
9 |
|
× |
10 |
def id |
× |
11 |
rdf_subject if rdf_subject.kind_of? RDF::URI |
× |
12 |
end
|
× |
13 |
|
× |
14 |
def persisted? |
× |
15 |
rdf_subject.kind_of? RDF::URI |
× |
16 |
end
|
× |
17 |
|
× |
18 |
|
× |
19 |
end
|
× |