Skip to content

Make OM code effectively 100% covered.#602

Merged
brian-brazil merged 1 commit intomasterfrom
coverage
Nov 24, 2020
Merged

Make OM code effectively 100% covered.#602
brian-brazil merged 1 commit intomasterfrom
coverage

Conversation

@brian-brazil
Copy link
Copy Markdown
Contributor

Also remove some dead code. The untaken branches claimed by coverage are
due to loops that always iterate at least once, or because state
machines only ever have known states.

@robskillington this is mostly testing the parser implementation, but this caught some missing general cases too.

Signed-off-by: Brian Brazil brian.brazil@robustperception.io

Also remove some dead code. The untaken branches claimed by coverage are
due to loops that always iterate at least once, or because state
machines only ever have known states.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
Copy link
Copy Markdown
Contributor

@robskillington robskillington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants