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

ParadoxGameConverters / PGCG.commonItems / 23112094410
92%

Build:
DEFAULT BRANCH: main
Ran 15 Mar 2026 02:13PM UTC
Jobs 1
Files 44
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Mar 2026 02:13PM UTC coverage: 92.347% (-0.01%) from 92.358%
23112094410

push

github

web-flow
Optimize LINQ usages (#790)

What Changed:

1. ExtensionMethods.cs:
Replaced LINQ-based remove path with:
- List fast path via RemoveAll.
- Non-list fallback using snapshot list and predicate check.

2. ModFilesystem.cs
- Replaced split+Any path-prefix matching with span-based component comparison.
- Replaced LINQ Count for slash counting with a direct loop helper.

PDXSerializer.cs
- Rewrote enumerable serialization to single-pass loops (no Cast/Select pipeline).
- Rewrote dictionary serialization to direct iteration with null filtering inline (no Where/Select/iterator pipeline).

1258 of 1428 branches covered (88.1%)

Branch coverage included in aggregate %.

73 of 75 new or added lines in 3 files covered. (97.33%)

4 existing lines in 1 file now uncovered.

3774 of 4021 relevant lines covered (93.86%)

45810.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
96.68
0.08% commonItems/Mods/ModFilesystem.cs
1
94.84
-0.65% commonItems/Serialization/PDXSerializer.cs

Uncovered Existing Lines

Lines Coverage ∆ File
4
78.46
-1.63% commonItems/CommonFunctions.cs
Jobs
ID Job ID Ran Files Coverage
1 23112094410.1 15 Mar 2026 02:13PM UTC 44
92.35
GitHub Action Run
Source Files on build 23112094410
  • Tree
  • List 44
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3cc0c251 on github
  • Prev Build on main (#23109094257)
  • Next Build on main (#23116545177)
  • Delete
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

© 2026 Coveralls, Inc