summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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. ↵Ned Batchelder2009-10-232-24/+38
| | | | This code is sloppy, I just want it to work first.
* Another line of logging.Ned Batchelder2009-10-231-0/+1
|
* More complexity in figuring out where finally clauses might go.Ned Batchelder2009-10-211-5/+18
|
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-203-7/+21
|
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-192-2/+26
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-162-21/+40
|
* Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵Ned Batchelder2009-10-161-8/+8
| | | | yikes...
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-164-29/+42
|
* More refactoring of the use of analysis objects.Ned Batchelder2009-10-152-11/+31
|
* Remove left over glop.Ned Batchelder2009-10-151-4/+0
|
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-156-59/+74
|
* Tidying upNed Batchelder2009-10-151-4/+4
|
* Incomprehensible text-based drawing of code arcsNed Batchelder2009-10-151-11/+43
|
* Lots of work on parser.py, now we can extract possible arcs from source.Ned Batchelder2009-10-142-147/+233
|
* D'oh: I was finding jumpers to anonymous chunks wrongly, turns out there are ↵Ned Batchelder2009-10-121-4/+7
| | | | lots of multi-jump anonymous chunks.
* Don't write arcs if there are none, and an ad-hoc data viewer.Ned Batchelder2009-10-121-7/+24
|
* Write the arcs to the data file.Ned Batchelder2009-10-122-4/+17
|
* Report lines properly when measuring branches; Use None for the placeholder ↵Ned Batchelder2009-10-122-13/+34
| | | | value throughout.
* Properly initialize the arc bookkeeping.Ned Batchelder2009-10-111-1/+13
|
* Reduce the amount of data translation by having the tracers record data in a ↵Ned Batchelder2009-10-113-54/+52
| | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do.
* One way to collect arc information..Ned Batchelder2009-10-114-123/+62
|
* Properly separate the line data and the arc data.Ned Batchelder2009-10-103-20/+31
|
* More experiments: looks like anonymous chunks are only jumped to from one place.Ned Batchelder2009-10-101-28/+63
|
* First alpha is a1Ned Batchelder2009-10-101-1/+1
|
* Need this tooNed Batchelder2009-10-101-0/+81
|
* Continued hacking on branch coverage.Ned Batchelder2009-10-102-48/+169
|
* Much more ad-hoc goodness.Ned Batchelder2009-10-071-7/+80
|
* Mark most of these methods as private.Ned Batchelder2009-10-071-15/+15
|