opp-repl-coverage-reports — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opp-repl-coverage-reports (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Coverage reports show which lines of C++ simulation source are executed by a run. Uses the coverage build mode (binary suffix _coverage) and LLVM's llvm-profdata / llvm-cov toolchain.
Upstream reference: https://github.com/omnetpp/opp_repl/blob/main/doc/coverage.md
open_coverage_report(simulation_project=inet_project, working_directory_filter="examples/ethernet", sim_time_limit="10s")
generate_coverage_report(simulation_project=inet_project, working_directory_filter="examples/ethernet", sim_time_limit="10s")
Filters follow the standard vocabulary (see opp-repl-filtering).
llvm-profdata, llvm-cov).profile format LLVM expects).
test matrix is often dominated by a few runs).
open_coverage_report(...).fingerprint/statistical tests that exercise them.
get expensive; keep sim_time_limit modest for coverage sweeps.
debug and coverage runs in the same session -- the binary suffix differs and the merge confusion can hide coverage.
to include OMNeT++ core or INET add the relevant source roots in your project's build config.
opp-repl-running-simulations — selects what to cover.opp-repl-profiling — orthogonal (time, not coverage).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.