def _analyze_coverage()

in ptr.py [0:0]


def _analyze_coverage(
    venv_path: Path,
    setup_py_path: Path,
    required_cov: Dict[str, float],
    coverage_report: str,
    stats: Dict[str, int],
    test_run_start_time: float,