summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS.txt1
-rw-r--r--coverage/plugin.py3
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 858f4ec0..fcd128e4 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -32,6 +32,7 @@ Greg Rogers
Guillaume Chazarain
Imri Goldberg
JT Olds
+Jessamyn Smith
Joseph Tate
Julian Berman
Krystian Kichewko
diff --git a/coverage/plugin.py b/coverage/plugin.py
index 20d7ee8f..29e45616 100644
--- a/coverage/plugin.py
+++ b/coverage/plugin.py
@@ -204,6 +204,9 @@ class FileReporter(object):
def translate_arcs(self, arcs):
return arcs
+ def no_branch_lines(self):
+ return set()
+
def exit_counts(self):
return {}