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

pulibrary / tigerdata-app / 71d954da-08a6-4760-a6a6-2879d589de6f

28 Oct 2025 01:34PM UTC coverage: 72.228% (-19.1%) from 91.294%
71d954da-08a6-4760-a6a6-2879d589de6f

Pull #2057

circleci

web-flow
Merge branch 'main' into 2037-dashboard-mf
Pull Request #2057: Dashboard displays projects straights from Mediaflux

65 of 69 new or added lines in 4 files covered. (94.2%)

257 existing lines in 31 files now uncovered.

2221 of 3075 relevant lines covered (72.23%)

189.22 hits per line

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

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

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

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

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

17
  def name
1✔
18
    nil
19
  end
20

21
  def initialize(**_options)
1✔
22
    super(document: nil)
60✔
23
  end
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