Skip to content

Check for unexecuted covered or used code is too strict #420

@sebastianbergmann

Description

@sebastianbergmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions