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

gimli-rs / gimli / 21169341126
89%

Build:
DEFAULT BRANCH: master
Ran 20 Jan 2026 11:12AM UTC
Jobs 1
Files 46
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

20 Jan 2026 11:11AM UTC coverage: 89.302% (+0.01%) from 89.289%
21169341126

push

github

web-flow
read/cfi: minor CIE/FDE parsing optimisation (#866)

When asked to parse a CIE, we would fully parse any CIE or FDE at
the offset, and then discard the result if it was an FDE. Similarly
for parsing an FDE. Optimise this by doing the check of the CIE ID
immediately. In practice this is unlikely to make any difference,
because the entries will always be the expected type if the data is
valid.

Additionally, we had `Error::NotCieId`, `Error::NotCiePointer`, and
`Error::NotFdePointer`, but `Error::NotCiePointer` was not used.
However, `Error::NotCiePointer` is the more logical error for the
situation where `Error::NotFdePointer` was used, so switch to it and
delete `Error::NotFdePointer`.

The git history shows that at some point we already did both of the
above (which is why `NotCiePointer` existed), but they were lost along
the way during refactoring.

Also reorder some function parameters for consistency.

67 of 69 new or added lines in 1 file covered. (97.1%)

1 existing line in 1 file now uncovered.

25068 of 28071 relevant lines covered (89.3%)

9573.04 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
95.66
0.02% src/read/cfi.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
45.07
0.21% src/read/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 21169341126.1 20 Jan 2026 11:12AM UTC 46
89.3
GitHub Action Run
Source Files on build 21169341126
  • Tree
  • List 46
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d2bd94aa on github
  • Prev Build on master (#21092208522)
  • Next Build on master (#21195183946)
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