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

SRI-CSL / yices2 / 25301905438
67%
master: 67%

Build:
Build:
LAST BUILD BRANCH: incr-cadical
DEFAULT BRANCH: master
Ran 04 May 2026 05:08AM UTC
Jobs 1
Files 486
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

04 May 2026 04:59AM UTC coverage: 66.687% (+0.002%) from 66.685%
25301905438

Pull #590

github

disteph
coverage: mark fail-closed defensive branches LCOV_EXCL

The four review-driven commits earlier in this PR added defensive
fail-closed branches that are unreachable on supported inputs:

  - src/mcsat/uf/uf_plugin.c
      * uf_plugin_get_function_id_from_trail's q_get32 failure path
      * uf_plugin_build_app_model_compare's both-ids-failed fallback
      * uf_model_builder_remember_function_term's early return
      * uf_model_builder_get_function_value's early return on id lookup
      * uf_model_builder_get_function_value's make_fresh_function ==
        null_value branch (rejected by the preprocessor guard)
      * uf_model_builder_prepare's continue on id lookup

  - src/context/context.c
      * two internalize_to_eterm consistency assert()s that fire only
        when root was already mapped during recursive internalization

All of these are never taken in the gcov regression run (either
guarded out by term_needs_function_diseq_guard in preprocessor.c, or
structurally impossible because function ids are allocated as small
non-negative integers by uf_plugin_decide), so they show up as
uncovered lines and regress PR 590's coveralls score.

Wrap each with LCOV_EXCL_LINE (single-line branches) or
LCOV_EXCL_START / LCOV_EXCL_STOP (multi-line blocks). The hardening
itself is preserved; the markers only tell lcov not to count these
deliberately unreachable lines against the coverage metric.

No behavior change.

Refs: PR #590, coveralls build 79245430.
Pull Request #590: fixes #414

65 of 80 new or added lines in 6 files covered. (81.25%)

37 existing lines in 8 files now uncovered.

83456 of 125146 relevant lines covered (66.69%)

1655176.37 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
90.45
-1.56% src/mcsat/preprocessor.c
1
86.05
-0.13% src/frontend/smt2/smt2_printer.c
1
33.65
-1.75% src/io/concrete_value_printer.c
1
67.34
0.15% src/model/concrete_values.c

Coverage Regressions

Lines Coverage ∆ File
16
88.99
-1.28% src/terms/terms.c
12
80.01
-0.58% src/terms/term_utils.c
2
86.4
-0.34% src/mcsat/bv/bv_bdd_manager.c
2
72.84
-0.18% src/mcsat/eq/equality_graph.c
2
90.45
-1.56% src/mcsat/preprocessor.c
1
61.17
-0.11% src/mcsat/bv/explain/arith.c
1
78.84
-0.07% src/mcsat/solver.c
1
58.2
0.29% src/terms/types.c
Jobs
ID Job ID Ran Files Coverage
1 25301905438.1 04 May 2026 05:08AM UTC 486
66.69
GitHub Action Run
Source Files on build 25301905438
  • Tree
  • List 486
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #590
  • PR Base - master (#25267023082)
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