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

pulibrary / tigerdata-app / 819740be-c56e-4036-85dc-7cab1fcd6c0a

06 Nov 2025 08:20PM UTC coverage: 91.166% (-0.04%) from 91.201%
819740be-c56e-4036-85dc-7cab1fcd6c0a

Pull #2164

circleci

hectorcorrea
Fixes bug in check for user_has_access for data users
Pull Request #2164: Fixes bug in check for user_has_access for data users

0 of 2 new or added lines in 1 file covered. (0.0%)

937 existing lines in 35 files now uncovered.

2838 of 3113 relevant lines covered (91.17%)

544.72 hits per line

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

100.0
/app/services/xml_null_builder.rb
1
# frozen_string_literal: true
2

UNCOV
3
class XmlNullBuilder < XmlNodeBuilder
4✔
UNCOV
4
  def build
4✔
5
    document
1✔
UNCOV
6
  end
7

UNCOV
8
  def blank?
4✔
9
    true
1✔
UNCOV
10
  end
11

12
  # No-op for null builder
UNCOV
13
  def add_child(_child)
4✔
UNCOV
14
    nil
UNCOV
15
  end
16

UNCOV
17
  def name
4✔
UNCOV
18
    nil
UNCOV
19
  end
20

UNCOV
21
  def initialize(**_options)
4✔
UNCOV
22
    super(document: nil)
680✔
UNCOV
23
  end
UNCOV
24
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