Changeset 14752
- Timestamp:
- Apr 29, 2011, 8:20:43 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/library/cover.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/library/cover.lisp
r14717 r14752 758 758 (format html-stream "<div class='st~a'>Partly covered - entered but some subforms not executed</div>" $partially-covered-style) 759 759 (format html-stream "<div class='st~a'>Never entered - not a single instruction executed</div>" $not-executed-style) 760 (format html-stream "<div class='stsource'>Uninstrumented - a form whose coverage was not measured</div>") 760 761 (format html-stream "</div><p></p>~%") 761 762 … … 996 997 *.st~a { background-color: #aaffaa } 997 998 *.st~a { background-color: #44dd44 } 999 *.stsource { background-color: #eeeeee; } 998 1000 *.key { margin: 20px; width: 88ex } 999 1001 *.source { width: 120ex; background-color: #eeeeee; padding-left: 5px;
Note:
See TracChangeset
for help on using the changeset viewer.
