Index: /trunk/source/library/cover.lisp
===================================================================
--- /trunk/source/library/cover.lisp	(revision 14751)
+++ /trunk/source/library/cover.lisp	(revision 14752)
@@ -758,4 +758,5 @@
     (format html-stream "<div class='st~a'>Partly covered - entered but some subforms not executed</div>" $partially-covered-style)
     (format html-stream "<div class='st~a'>Never entered - not a single instruction executed</div>" $not-executed-style)
+    (format html-stream "<div class='stsource'>Uninstrumented - a form whose coverage was not measured</div>")
     (format html-stream "</div><p></p>~%")
 
@@ -996,4 +997,5 @@
 *.st~a { background-color: #aaffaa }
 *.st~a { background-color: #44dd44 }
+*.stsource { background-color: #eeeeee; }
 *.key { margin: 20px; width: 88ex }
 *.source { width: 120ex; background-color: #eeeeee; padding-left: 5px;
