You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.