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

tamada / oinkie / 28728654492
74%
main: 74%

Build:
Build:
LAST BUILD BRANCH: releases/v0.3.0
DEFAULT BRANCH: main
Ran 05 Jul 2026 03:52AM UTC
Jobs 1
Files 14
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

05 Jul 2026 03:49AM UTC coverage: 74.24% (+1.8%) from 72.462%
28728654492

Pull #18

github

tamada
perf: return borrows from Op::inputs and Op::ret instead of cloning

Op::inputs cloned the whole Vec<String> and Op::ret cloned the output
string on every call. extract_function_calls invoked inputs() once per
CALL op just to look at the first element, so extraction allocated and
copied every operand of every call for nothing.

Return &[String] / Option<&str> instead; the only implementor
(ghidra::Op) owns the data, so the borrows are free.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #18: perf: return borrows from Op trait accessors instead of cloning

148 of 183 new or added lines in 8 files covered. (80.87%)

3 existing lines in 2 files now uncovered.

1611 of 2170 relevant lines covered (74.24%)

12.31 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
81.87
0.93% cli/main.rs
5
56.47
0.0% cli/cli.rs
5
88.03
-2.44% src/ghidra/lifter.rs
1
76.0
1.93% src/compare.rs

Coverage Regressions

Lines Coverage ∆ File
2
75.81
1.67% src/program.rs
1
81.87
0.93% cli/main.rs
Jobs
ID Job ID Ran Files Coverage
1 28728654492.1 05 Jul 2026 03:52AM UTC 14
74.24
GitHub Action Run
Source Files on build 28728654492
  • Tree
  • List 14
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28728654492
  • Pull Request #18
  • PR Base - fix/by_fable5 (#28727708624)
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