summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore the branch of an except clause testing its type, since these aren't ↵Ned Batchelder2009-11-174-5/+40
| | | | conceptually branches. Fixes #35.
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-164-9/+62
|
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-156-12/+37
|
* More readable commentNed Batchelder2009-11-151-2/+2
|
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-156-25/+52
|
* PaperworkNed Batchelder2009-11-151-1/+4
|
* Fix a problem with syntax coloring continued lines, and refactor for ↵Ned Batchelder2009-11-154-86/+229
| | | | testability, and add tests. Fixes issue #30.
* Bump the version numberNed Batchelder2009-11-122-1/+7
|
* Coverage 3.2b1Ned Batchelder2009-11-100-0/+0
|
* Coverage 3.2b1coverage-3.2b1Ned Batchelder2009-11-100-0/+0
|
* Latest tweaksNed Batchelder2009-11-101-2/+3
|
* Coverage 3.2b1Ned Batchelder2009-11-100-0/+0
|
* Put a teaser for new features in the package docstring.Ned Batchelder2009-11-102-0/+2
|
* Nearing 3.2b1Ned Batchelder2009-11-103-9/+9
|
* Fleshed-out branch documentation.Ned Batchelder2009-11-102-14/+79
|
* Make this test use only new-style commands.Ned Batchelder2009-11-101-1/+1
|
* Some per-instance caching to speed code parsing and analysis.Ned Batchelder2009-11-102-1/+17
|
* Start to document branch coverageNed Batchelder2009-11-092-0/+102
|
* Stuff to do before 3.2 release?Ned Batchelder2009-11-091-0/+3
|
* Keep showing excluded lines by default.Ned Batchelder2009-11-091-1/+1
|
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-085-14/+46
|
* Clean up.Ned Batchelder2009-11-086-12/+37
|
* Don't include excluded lines when reporting exit counts.Ned Batchelder2009-11-081-1/+8
|
* Dict literals shouldn't count as many different exits.Ned Batchelder2009-11-085-22/+51
|
* Show branches and executed branches in HTML reports.Ned Batchelder2009-11-081-3/+6
|
* Shouldn't count multiple (-1,x) arcs as branches.Ned Batchelder2009-11-082-2/+6
|
* Added branch stats to results, and the summary report includes them.Ned Batchelder2009-11-084-37/+95
|
* Use the patch from <<issue 23>> to get Cobertura to find source files.Ned Batchelder2009-11-071-1/+2
|
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-035-24/+28
|
* Touch-ups in an ancient function.Ned Batchelder2009-11-021-3/+2
|
* Split out the report tests, to give them their due.Ned Batchelder2009-11-022-62/+87
|
* Test and refactor Numbers.Ned Batchelder2009-11-022-10/+46
|
* Making a little progressNed Batchelder2009-11-021-1/+1
|
* HTML reporting makes use of Numbers to simplify and centralize the code.Ned Batchelder2009-11-024-40/+35
|
* Factor out Analysis and Numbers into their own file: imports were getting ↵Ned Batchelder2009-11-023-144/+148
| | | | circular.
* Some lint cleanupNed Batchelder2009-11-023-4/+10
|
* A Numbers class to handle the interrelationships of counts and percentages, ↵Ned Batchelder2009-11-023-28/+48
| | | | including in rolled-up presentations.
* CodeParser couldn't deal with being passed the text directly.Ned Batchelder2009-11-023-2/+9
|
* Updated gold files due to the hover change in the index.html fileNed Batchelder2009-11-022-9/+18
|
* Make the index page display the same in all browsers, and give it a hover ↵Ned Batchelder2009-10-302-3/+5
| | | | effect.
* More tests for arc situations I'm uncertain of, but at least this captures ↵Ned Batchelder2009-10-301-0/+53
| | | | the current behavior.
* Refactor Chunk to the top level.Ned Batchelder2009-10-301-19/+34
|
* Track stuffNed Batchelder2009-10-301-0/+12
|
* Shift some tests around.Ned Batchelder2009-10-281-14/+14
|
* Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney.Ned Batchelder2009-10-282-4/+6
|
* Better reporting of partial lines, including leaving out partial stuff ↵Ned Batchelder2009-10-276-12/+37
| | | | altogether if no arcs were measured.
* Didn't deal with internal returns properly.Ned Batchelder2009-10-272-4/+18
|
* Put back a comment distinguishing this Templite from another Templite.Ned Batchelder2009-10-271-0/+2
|
* Keep track of changes as we go.Ned Batchelder2009-10-271-0/+5
|
* Tweak some docstrings.Ned Batchelder2009-10-261-4/+3
|