The implementation of #234 in 168eaf4 is too strict. When @covers Foo::bar is used then the current implementation expects all lines of code in Foo::bar() to be executed when instead it should only expect one line of code in Foo::bar() to be executed.