From f16cd373f1939788df624ebb69c862c295738a13 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 31 May 2010 10:29:22 -0400 Subject: Branch coverage works well, no need for alarm. --- coverage/runners/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/runners/plugin.py') diff --git a/coverage/runners/plugin.py b/coverage/runners/plugin.py index cc30e86..e9d75b2 100644 --- a/coverage/runners/plugin.py +++ b/coverage/runners/plugin.py @@ -106,7 +106,7 @@ xml Create an XML report of coverage results. help="Include test modules in coverage report "), optparse.Option('--cover-branch', action='store_true', - help="Measure branch execution. HIGHLY EXPERIMENTAL!"), + help="Measure branch execution."), optparse.Option('--cover-directory', action='store', metavar="DIR", help="Write the output files to DIR."), @@ -142,4 +142,4 @@ xml Create an XML report of coverage results. optparse.Option('--cover-append', action='store_false', help=("Append coverage data to .coverage, otherwise it " "is started clean with each run.")) -] + ] -- cgit v1.2.1