summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Expand)AuthorAgeFilesLines
...
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-0/+1
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-071-4/+9
* Pass config objects around to limit the sprawl of argument lists.Ned Batchelder2010-09-021-8/+6
* Correct case.Ned Batchelder2010-08-281-1/+1
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-4/+0
* If there are no files to report, show a nice exception rather than fall into ...Ned Batchelder2010-06-031-4/+8
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-6/+2
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-10/+10
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-4/+4
* add a --require option to specify directories which are required to be at the...Zooko Ofsimplegeo2010-04-191-2/+7
* Properly record multiple exits separately. Fixes #62.Ned Batchelder2010-04-271-1/+1
* Lint cleanupsNed Batchelder2010-02-201-1/+3
* Clean up the lst += string stuff, whereby string being iterable means each ch...Ned Batchelder2010-02-071-15/+15
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-12/+12
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-301-3/+9
* Move the javascript code for click-to-sort columns into its own file. It hel...Ned Batchelder2009-11-251-1/+2
* When partial lines are hidden and run lines are shown, then partial lines are...Ned Batchelder2009-11-241-2/+2
* Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-241-1/+7
* Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-201-12/+7
* Odd indentation, fix it.Ned Batchelder2009-11-201-3/+3
* Better HTML reportingChris Adams2009-11-191-2/+6
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-1/+1
* More readable commentNed Batchelder2009-11-151-2/+2
* Fix a problem with syntax coloring continued lines, and refactor for testabil...Ned Batchelder2009-11-151-86/+35
* 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-081-1/+4
* HTML reporting makes use of Numbers to simplify and centralize the code.Ned Batchelder2009-11-021-20/+7
* A Numbers class to handle the interrelationships of counts and percentages, i...Ned Batchelder2009-11-021-1/+1
* Better reporting of partial lines, including leaving out partial stuff altoge...Ned Batchelder2009-10-271-9/+14
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-251-3/+9
* Commonalize the computation of total coverage percentage for a file.Ned Batchelder2009-10-241-5/+2
* Tidy up long linesNed Batchelder2009-10-241-1/+2
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-151-8/+8
* Put __version__ back in the main file, and also put the URL in only one place...Ned Batchelder2009-09-251-1/+1
* Cleanup in the HTML code.Ned Batchelder2009-09-241-14/+10
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-231-25/+81
* Simple cleanupNed Batchelder2009-09-221-2/+1
* Expand tabs to spaces before creating HTML output. Fixes bug #6.Ned Batchelder2009-06-101-0/+2
* More pylint warnings gone.Ned Batchelder2009-05-131-0/+3
* More docstrings all around.Ned Batchelder2009-05-091-6/+16
* The HTMLifier didn't deal with runs of spaces with an odd number of spaces pr...Ned Batchelder2009-05-041-0/+5
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* A farm test for HTML generation.Ned Batchelder2009-04-281-9/+5
* Why is it that developers want things to be tidy, even things that don't real...Ned Batchelder2009-04-261-2/+9
* HTML report now has an index.html.Ned Batchelder2009-04-251-4/+39
* Better modularity about which line classes are highlighted by default.Ned Batchelder2009-04-251-3/+8
* Use jquery to enable hiding and showing highlighting of source lines in HTML ...Ned Batchelder2009-04-241-2/+7
* Had the percentage backwards. Create the output directory if need be.Ned Batchelder2009-04-241-1/+6
* HTML and CSS for html reporting are now in separate files.Ned Batchelder2009-04-241-166/+19
* Font tweaking.Ned Batchelder2009-04-231-4/+16