cyberneticlibrary

Find and propose missing test cases

test-gap-finderworkflowsetup L21
samarthpatel24/workflow-pack
What it does

Identify untested code paths via coverage + mutation analysis

Best for

Test improvement when you need to identify which code paths are untested and which tests are weak.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · coverage tool
  • · mutation tester
Preconditions

Test suite runnable; coverage data available

Failure modes

Coverage reports stale; mutation analysis slow on large bases

Trust signals
  • · mutation-based verification
  • · priority-ranked gaps