summaryrefslogtreecommitdiff
path: root/coverage/results.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Some pylint cleanups.Ned Batchelder2011-02-011-1/+1
|
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
|
* The XML report was missing an attribute Cobertura needed. Fixes #65 and #81.Ned Batchelder2010-09-041-1/+20
|
* New config setting: [report]precision lets you specify the number of digits ↵Ned Batchelder2010-08-241-6/+28
| | | | after the decimal point in coverage percentages. Finishes issue #16.
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-0/+17
| | | | result of rounding. Fixes #41 and #70.
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-12/+12
|
* Clean up.Ned Batchelder2009-11-081-3/+5
|
* Dict literals shouldn't count as many different exits.Ned Batchelder2009-11-081-16/+2
|
* 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-081-2/+31
|
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-031-8/+8
|
* 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-021-6/+14
|
* Factor out Analysis and Numbers into their own file: imports were getting ↵Ned Batchelder2009-11-021-0/+145
circular.