Changeset 14753
- Timestamp:
- Apr 29, 2011, 3:32:06 PM (10 years ago)
- Location:
- release/1.6/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.6/source
- Property svn:mergeinfo changed
/trunk/source merged: 14752
- Property svn:mergeinfo changed
-
release/1.6/source/library/cover.lisp
r14733 r14753 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.