summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 cir...Ned Batchelder2009-11-023-144/+148
* Some lint cleanupNed Batchelder2009-11-023-4/+10
* A Numbers class to handle the interrelationships of counts and percentages, i...Ned Batchelder2009-11-023-28/+48
* 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 eff...Ned Batchelder2009-10-302-3/+5
* More tests for arc situations I'm uncertain of, but at least this captures th...Ned Batchelder2009-10-301-0/+53
* 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 altoge...Ned Batchelder2009-10-276-12/+37
* 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
* 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-252-62/+144
* I don't mind if modules get really long.Ned Batchelder2009-10-251-1/+1
* Pylint is a stern taskmasterNed Batchelder2009-10-254-3/+7
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-252-0/+16
* I guess the problem on 3.1 was in my C extension, because the recent changes ...Ned Batchelder2009-10-251-14/+13
* Report errors finding source files to execute more nicely. Fixes issue #23.Ned Batchelder2009-10-253-1/+14
* Py 2.3 supportNed Batchelder2009-10-251-0/+2
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-254-14/+48
* All test files can be lintedNed Batchelder2009-10-251-13/+2
* Treat missing source files nicer.Ned Batchelder2009-10-256-13/+74
* Add an assert_matches method, and tests to prove it works.Ned Batchelder2009-10-252-1/+33
* 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-243-17/+112
* Cleanup, and write doc strings.Ned Batchelder2009-10-242-55/+86
* Everything should derive from object.Ned Batchelder2009-10-247-11/+11
* Tidy up long linesNed Batchelder2009-10-244-20/+41
* Compatibility with Python 2.3Ned Batchelder2009-10-231-1/+1
* Properly shift multiline references to the first line of the statement. This...Ned Batchelder2009-10-233-24/+49
* Another line of logging.Ned Batchelder2009-10-231-0/+1
* More complexity in figuring out where finally clauses might go.Ned Batchelder2009-10-212-5/+74
* Slow progress on adding arc measurement tests.Ned Batchelder2009-10-201-1/+17
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-204-13/+108
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-194-11/+71
* Keep lines under 80 chars.Ned Batchelder2009-10-171-4/+8
* Tidying upNed Batchelder2009-10-163-5/+3