diff options
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/html.py b/coverage/html.py index fcab6f4..f8e84ac 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -68,10 +68,10 @@ class HtmlReporter(Reporter): arcs = self.arcs # These classes determine which lines are highlighted by default. - c_run = " run hide" + c_run = " run hide_run" c_exc = " exc" c_mis = " mis" - c_par = " par" + c_par = " par" + c_run lines = [] |