Skip to content

Instantly share code, notes, and snippets.

@ssoper
Last active March 6, 2021 17:01
Show Gist options
  • Save ssoper/2741eb65fdb9bdee723e50d7648294ed to your computer and use it in GitHub Desktop.
Save ssoper/2741eb65fdb9bdee723e50d7648294ed to your computer and use it in GitHub Desktop.
Zebec Test Coverage Results
{"instruction": {"missed": 5572, "covered": 100, "ratio": 0.017946877243359655, "ratioStr": "2%"}, "branch": {"missed": 363, "covered": 100, "ratio": 0.27548209366391185, "ratioStr": "28%"}, "line": {"missed": 561, "covered": 100, "ratio": 0.17825311942959002, "ratioStr": "18%"}, "complexity": {"missed": 400, "covered": 100, "ratio": 0.25, "ratioStr": "25%"}, "method": {"missed": 179, "covered": 100, "ratio": 0.5586592178770949, "ratioStr": "56%"}, "class": {"missed": 42, "covered": 57, "ratio": 1.3571428571428572, "ratioStr": "136%"}, "total": "44%", "color": "yellow"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment