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

gimli-rs / gimli / 21169341126 / 1
89%
master: 89%

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

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.

25068 of 28071 relevant lines covered (89.3%)

9573.04 hits per line

Source Files on job 21169341126.1
  • Tree
  • List 46
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21169341126
  • d2bd94aa on github
  • Prev Job for on master (#21092208522.1)
  • Next Job for on master (#21195183946.1)
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