diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-20 11:03:33 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-20 11:03:33 -0500 |
| commit | a81c9c2598e4beb00f64e0fb994561e9f7b66b01 (patch) | |
| tree | 34e0356821fc246fe5bede7a340727efaa26f8e4 /lab | |
| parent | 4d117fd6de4a9307d8033be5392984302b8c259d (diff) | |
| download | python-coveragepy-a81c9c2598e4beb00f64e0fb994561e9f7b66b01.tar.gz | |
Jumps to jumps could make loops look like they go places they really don't, so start new chunks for every absolute jump. Fixes issue #39.
Diffstat (limited to 'lab')
| -rw-r--r-- | lab/cmd-opts.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lab/cmd-opts.txt b/lab/cmd-opts.txt index fed7b0f..5b1f78e 100644 --- a/lab/cmd-opts.txt +++ b/lab/cmd-opts.txt @@ -46,10 +46,10 @@ commands: --timid bool [run].timid - --include=directory [run].include - --include=filename - --include=module - --exclude=directory [run].exclude + --include=directory * [run].include + --include=filename * + --include=module * + --exclude=directory * [run].exclude |
