From 56026f10f6fb8a6cce270cf2b169f724470ce96d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 20 Apr 2011 22:35:00 -0400 Subject: Keyboard-shorcut help is now available on the file page of the HTML report. --- coverage/htmlfiles/pyfile.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 6f99e6a6..ee0a3b1b 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -22,6 +22,7 @@

Coverage for {{cu.name|escape}} : {{nums.pc_covered_str}}%

+

{{nums.n_statements}} statements {{nums.n_executed}} run @@ -34,6 +35,29 @@ +
+ +

Hot-keys on this page

+
+

+ r + m + x + p   toggle line displays +

+

+ j + k   next/prev highlighted chunk +

+

+ 0   (zero) top of page +

+

+ 1   (one) first highlighted chunk +

+
+
+
-- cgit v1.2.1