Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -0/+17 | |
| | | | | result of rounding. Fixes #41 and #70. | |||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -12/+12 | |
| | ||||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 1 | -3/+5 | |
| | ||||||
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 1 | -16/+2 | |
| | ||||||
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -0/+4 | |
| | ||||||
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 1 | -2/+31 | |
| | ||||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -8/+8 | |
| | ||||||
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -10/+11 | |
| | ||||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 1 | -6/+14 | |
| | ||||||
* | Factor out Analysis and Numbers into their own file: imports were getting ↵ | Ned Batchelder | 2009-11-02 | 1 | -0/+145 | |
circular. |