summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Denis Otkidach puts a fine point on it.Ned Batchelder2009-11-201-1/+3
| |/ |/|
* | Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-203-44/+53
| |
* | Odd indentation, fix it.Ned Batchelder2009-11-201-3/+3
| |
* | Merged Chris Adams' sortable HTML changes.Ned Batchelder2009-11-203-62/+89
|\ \
| * | Better HTML reportingChris Adams2009-11-193-62/+89
| | | | | | | | | | | | imported patch TweakedReports
* | | Bump the version number.Ned Batchelder2009-11-201-1/+1
| |/ |/|
* | The --omit option was checking name instead of filename. This is much ↵Ned Batchelder2009-11-191-1/+1
|/ | | | better! Fixes #33. Thanks, Danek Duvall
* Ignore the branch of an except clause testing its type, since these aren't ↵Ned Batchelder2009-11-171-3/+17
| | | | conceptually branches. Fixes #35.
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-161-7/+21
|
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-152-2/+2
|
* More readable commentNed Batchelder2009-11-151-2/+2
|
* Fix a problem with syntax coloring continued lines, and refactor for ↵Ned Batchelder2009-11-152-86/+136
| | | | testability, and add tests. Fixes issue #30.
* Bump the version numberNed Batchelder2009-11-121-1/+1
|
* Nearing 3.2b1Ned Batchelder2009-11-101-1/+1
|
* Some per-instance caching to speed code parsing and analysis.Ned Batchelder2009-11-102-1/+17
|
* 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-083-2/+16
|
* Clean up.Ned Batchelder2009-11-085-11/+35
|
* 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-082-21/+28
|
* 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-081-0/+4
|
* Added branch stats to results, and the summary report includes them.Ned Batchelder2009-11-082-17/+54
|
* 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-034-18/+19
|
* Touch-ups in an ancient function.Ned Batchelder2009-11-021-3/+2
|
* Test and refactor Numbers.Ned Batchelder2009-11-021-10/+11
|
* 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-022-3/+8
|
* 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-021-1/+2
|
* Make the index page display the same in all browsers, and give it a hover ↵Ned Batchelder2009-10-302-3/+5
| | | | effect.
* Refactor Chunk to the top level.Ned Batchelder2009-10-301-19/+34
|
* 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-271-4/+4
|
* Put back a comment distinguishing this Templite from another Templite.Ned Batchelder2009-10-271-0/+2
|
* Tweak some docstrings.Ned Batchelder2009-10-261-4/+3
|
* Cleanup and commenting in Templite.Ned Batchelder2009-10-261-14/+26
|
* Templite v2, which can handle if's and nested control structures.Ned Batchelder2009-10-251-60/+87
|
* Pylint is a stern taskmasterNed Batchelder2009-10-251-1/+3
|
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-251-0/+6
|
* Report errors finding source files to execute more nicely. Fixes issue #23.Ned Batchelder2009-10-251-1/+5
|
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-253-12/+23
|
* Treat missing source files nicer.Ned Batchelder2009-10-255-13/+52
|
* Commonalize the computation of total coverage percentage for a file.Ned Batchelder2009-10-243-9/+14
|
* The C tracer function can do arc tracing also.Ned Batchelder2009-10-242-17/+111
|
* Cleanup, and write doc strings.Ned Batchelder2009-10-242-55/+86
|
* Everything should derive from object.Ned Batchelder2009-10-247-11/+11
|