Package com.spertus.jacquard.coverage


package com.spertus.jacquard.coverage
Jacoco-based grader, where scoring takes into account test coverage and cyclomatic complexity.
See Also:
  • Classes
    Class
    Description
    A grader that uses Jacoco to measure code coverage of tests.
    A linear scorer that considers only branch coverage, not line coverage.
    A linear scorer that considers only line coverage, not branch coverage.
    A code coverage scorer that uses a linear equation to weight the branch coverage and line coverage.
    A class loader that loads classes from in-memory data.
    A way of converting branch coverage and line coverage information into a single score.