Skip to content

Metric is larger when excluding directory #15

Open
@christophamma

Description

@christophamma

For one repository I do observe that when I exclude a subdirectory the metric is larger than when running for the whole repository without excluding anything:

Among other there are two subdirectories client and server

$ hoc
48806
$ hoc -e "client/**"
71656
$ hoc -e "client/**" -e "server/**"
69724

How can this behaviour explained? I would except the hoc metric to be smaller or equal after any kind of exclude.

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