summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The best way to set text size across browsers, and retain user control over t...Ned Batchelder2009-04-231-2/+7
* CSS can be baffling. The font size only changed in FF3 if this selector says ...Ned Batchelder2009-04-211-1/+1
* A table of statistics at the top of the page.Ned Batchelder2009-04-211-15/+52
* Clean up.Ned Batchelder2009-04-211-3/+7
* Added a header and footer, fiddled with colors.Ned Batchelder2009-04-211-12/+69
* Adjust the colors; make the fonts the same so I don't have to struggle with C...Ned Batchelder2009-04-201-24/+22
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+132