summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up the lst += string stuff, whereby string being iterable means each ↵Ned Batchelder2010-02-071-15/+15
| | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect.
* 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 ↵Ned Batchelder2009-11-251-1/+2
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* When partial lines are hidden and run lines are shown, then partial lines ↵Ned Batchelder2009-11-241-2/+2
| | | | are shown as run.
* 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
| | | | imported patch TweakedReports
* 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 ↵Ned Batchelder2009-11-151-86/+35
| | | | testability, and add tests. Fixes issue #30.
* 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, ↵Ned Batchelder2009-11-021-1/+1
| | | | including in rolled-up presentations.
* Better reporting of partial lines, including leaving out partial stuff ↵Ned Batchelder2009-10-271-9/+14
| | | | altogether if no arcs were measured.
* 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 ↵Ned Batchelder2009-09-251-1/+1
| | | | place, use it everywhere.
* 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 ↵Ned Batchelder2009-05-041-0/+5
| | | | properly.
* 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 ↵Ned Batchelder2009-04-261-2/+9
| | | | really matter?
* 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
| | | | reports.
* 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 ↵Ned Batchelder2009-04-231-2/+7
| | | | the size.
* CSS can be baffling. The font size only changed in FF3 if this selector says ↵Ned Batchelder2009-04-211-1/+1
| | | | html,body.
* 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 ↵Ned Batchelder2009-04-201-24/+22
| | | | CSS right now; prevent wrapping so long lines won't ruin the lineup of the numbers.
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+132