From ca0a7ab53011f0a05f5331184e8930d2f0b2b29e 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 b88f2dfe..1b098364 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