• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

samvera / ldp / 7aae4f98-f021-4aa3-ade3-5b1586e22f3d

19 Aug 2024 06:45PM UTC coverage: 86.165%. Remained the same
7aae4f98-f021-4aa3-ade3-5b1586e22f3d

push

circleci

web-flow
Test with latest ruby and rails versions (#156)

492 of 571 relevant lines covered (86.16%)

38.96 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

70.37
/lib/ldp/uri.rb
1
module Ldp::Uri
16✔
2
  extend Deprecation
16✔
3
  self.deprecation_horizon = 'ldp version 0.6'
16✔
4

5
  def uri str
16✔
6
    RDF::URI.new("http://www.w3.org/ns/ldp#") + str
×
7
  end
8
  deprecation_deprecate :uri
16✔
9

10
  def resource
16✔
11
    RDF::Vocab::LDP.Resource
×
12
  end
13
  deprecation_deprecate :resource
16✔
14

15
  def rdf_source
16✔
16
    RDF::Vocab::LDP.RDFSource
×
17
  end
18
  deprecation_deprecate :rdf_source
16✔
19

20
  def non_rdf_source
16✔
21
    RDF::Vocab::LDP.NonRDFSource
×
22
  end
23
  deprecation_deprecate :non_rdf_source
16✔
24

25
  def container
16✔
26
    RDF::Vocab::LDP.Container
×
27
  end
28
  deprecation_deprecate :container
16✔
29

30
  def basic_container
16✔
31
    RDF::Vocab::LDP.BasicContainer
×
32
  end
33
  deprecation_deprecate :basic_container
16✔
34

35
  def direct_container
16✔
36
    RDF::Vocab::LDP.DirectContainer
×
37
  end
38
  deprecation_deprecate :direct_container
16✔
39

40
  def indirect_container
16✔
41
    RDF::Vocab::LDP.IndirectContainer
×
42
  end
43
  deprecation_deprecate :indirect_container
16✔
44

45
  def contains
16✔
46
    RDF::Vocab::LDP.contains
×
47
  end
48
  deprecation_deprecate :contains
16✔
49

50
  def page
16✔
51
    RDF::Vocab::LDP.Page
×
52
  end
53
  deprecation_deprecate :page
16✔
54

55
  def page_of
16✔
56
    RDF::Vocab::LDP.pageOf
×
57
  end
58
  deprecation_deprecate :page_of
16✔
59

60
  def next_page
16✔
61
    RDF::Vocab::LDP.nextPage
×
62
  end
63
  deprecation_deprecate :next_page
16✔
64

65
  def membership_predicate
16✔
66
    RDF::Vocab::LDP.membershipPredicate
×
67
  end
68
  deprecation_deprecate :membership_predicate
16✔
69

70
  def prefer_empty_container
16✔
71
    RDF::Vocab::LDP.PreferEmptyContainer
×
72
  end
73

74
  def prefer_membership
16✔
75
    RDF::Vocab::LDP.PreferMembership
3✔
76
  end
77

78
  def prefer_containment
16✔
79
    RDF::Vocab::LDP.PreferContainment
3✔
80
  end
81

82
  def has_member_relation
16✔
83
    RDF::Vocab::LDP.hasMemberRelation
×
84
  end
85
  deprecation_deprecate :has_member_relation
16✔
86

87
  def member
16✔
88
    RDF::Vocab::LDP.member
×
89
  end
90
  deprecation_deprecate :member
16✔
91
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc