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

pulibrary / tigerdata-app / b10fccf6-5ec9-4665-936f-349cab0ca8ed

28 Oct 2025 02:06PM UTC coverage: 87.382% (-3.9%) from 91.294%
b10fccf6-5ec9-4665-936f-349cab0ca8ed

Pull #2057

circleci

hectorcorrea
Force a change
Pull Request #2057: Dashboard displays projects straights from Mediaflux

49 of 69 new or added lines in 4 files covered. (71.01%)

930 existing lines in 39 files now uncovered.

2694 of 3083 relevant lines covered (87.38%)

296.77 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
2✔
UNCOV
4
  def build
2✔
UNCOV
5
    document
1✔
UNCOV
6
  end
7

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

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

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

UNCOV
21
  def initialize(**_options)
2✔
UNCOV
22
    super(document: nil)
620✔
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