Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #471, improve SB coverage test #1668

Merged
merged 1 commit into from
Jul 21, 2021

Commits on Jul 15, 2021

  1. Fix nasa#471, improve SB coverage test

    Add test cases to exercise all functions, lines, and branches to
    the extent reasonably possible.  Improves the coverage stats
    significantly:
    
      functions 98.9% -> 100%
      lines 96.4% -> 99.8%
      branches 87.1% -> 94.9%
    
    Remaining uncovered lines/branches are not possible to be reached
    due to the way the code is structured, or because it would require
    an alternate implementation of SBR (note that SB+SBR are currently
    tested as a single unit, even though they are technically separate
    modules now).  For example, the "direct" SBR implementation cannot
    have collisions, hence the collision handling in SB cannot be
    reached.  Making stubs for SBR may allow this to be tested.
    jphickey committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    947d723 View commit details
    Browse the repository at this point in the history