From 429d6ecbc19bf4e742170828e0433481ee0d3b19 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 8 Feb 2016 09:54:24 -0500 Subject: missing_arc_description is better than arc_destination_description. One test broken. --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 19898cb..5b792c7 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -220,7 +220,7 @@ class HtmlReporter(Reporter): shorts.append("exit") else: shorts.append(b) - longs.append(fr.arc_destination_description(b)) + longs.append(fr.missing_arc_description(lineno, b)) # 202F is NARROW NO-BREAK SPACE. # 219B is RIGHTWARDS ARROW WITH STROKE. short_fmt = "%s ↛ %s" -- cgit v1.2.1