From 08ce976c928c9f5f3e403ae393266a5735bc96c1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 11 Aug 2015 21:00:00 -0400 Subject: Oops, get the _needs_to_implement line right. --- coverage/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index b88f2df..1b09836 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -177,7 +177,7 @@ class FileReporter(object): def lines(self): """Return a set of executable lines""" - _needs_to_implement(self, "statements") + _needs_to_implement(self, "lines") def excluded_lines(self): return set() -- cgit v1.2.1